Date: Thu, 28 Dec 1995 08:53:56 -0800 (PST) From: dima@FreeBSD.org (Dima Ruban) To: cosmos@sponsor.octet.com (Daniel Leeds) Cc: hackers@FreeBSD.org Subject: Re: nedit compile Message-ID: <199512281653.IAA16410@freefall.freebsd.org> In-Reply-To: <199512281022.KAA04389@sponsor.octet.com> from "Daniel Leeds" at Dec 28, 95 10:22:03 am
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512281653.IAA16410>