From owner-freebsd-hackers Thu Dec 28 08:54:00 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA16432 for hackers-outgoing; Thu, 28 Dec 1995 08:54:00 -0800 (PST) Received: (from dima@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA16410 Thu, 28 Dec 1995 08:53:57 -0800 (PST) Message-Id: <199512281653.IAA16410@freefall.freebsd.org> Subject: Re: nedit compile To: cosmos@sponsor.octet.com (Daniel Leeds) Date: Thu, 28 Dec 1995 08:53:56 -0800 (PST) Cc: hackers@FreeBSD.org In-Reply-To: <199512281022.KAA04389@sponsor.octet.com> from "Daniel Leeds" at Dec 28, 95 10:22:03 am From: dima@FreeBSD.org (Dima Ruban) X-Class: Fast Organization: HackerDome X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.org Precedence: bulk Daniel Leeds writes: > > im trying to compile an editor under motif 2.0, and get this error when > trying to run the program...the compile went fine. > > anyone know what this is, or any methods to fix it. did i not include a > file right in the compile or something?? Yeah ... do: foreach i (/usr/X11R6/lib/*.a) nm -pg $i | grep XshapeQueryExt && echo $i end and add this library (which will be hopefully located) before -lXm I believe, it's gonna be Xext, but I'm not sure ... > > > ld.so: Undefined symbol "_XShapeQueryExtension" called from nedit:/usr/X11R6/l > ib/libXm.so.2.0 at 0x81f32fc > > > thanks any time ... > > --daniel > > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > Daniel Leeds Unix Admin > Octet Media Beatnik > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > -- dima