Date: Sun, 04 Aug 1996 15:08:10 -0700 From: Amancio Hasty <hasty@rah.star-gate.com> To: Andreas Kohout <shanee@rabbit.augusta.de> Cc: multimedia@freebsd.org, hackers@freebsd.org Subject: Re: http://www.uni-paderborn.de/~SciTeXt/ Message-ID: <199608042208.PAA05506@rah.star-gate.com> In-Reply-To: Your message of "Sun, 04 Aug 1996 15:46:19 %2B0200." <m0un3Vd-000A2PC@rabbit.augusta.de>
next in thread | previous in thread | raw e-mail | index | archive | help
In the Makefile, make sure that you have:
LOCAL_LIBRARIES = -lXm -lXext -lXt -lSM -lICE -lX11 -lXmu -lXpm
Usually, undefined symbols such as "_XShapeQueryExtension" can be easily
track by doing "nm -g library | grep <symbol>"
{hasty} nm -g /usr/X11R6/lib/libXext.a | grep Shape
XShape.o:
000005b0 T _XShapeCombineMask
000004b0 T _XShapeCombineRectangles
00000330 T _XShapeCombineRegion
00000650 T _XShapeCombineShape
00000a30 T _XShapeGetRectangles
00000960 T _XShapeInputSelected
00000700 T _XShapeOffsetShape
00000210 T _XShapeQueryExtension
000007a0 T _XShapeQueryExtents
00000260 T _XShapeQueryVersion
000008c0 T _XShapeSelectInput
nm -g /usr/X11R6/lib/libXm.a | grep Shape
U _XShapeCombineMask
U _XShapeCombineRectangles
U _XShapeQueryExtension
Amancio
>From The Desk Of Andreas Kohout :
>
> Hello,
>
> > I added this to the Makefile:
>
> ok, it compiles without errors, but at startup:
>
> rabbit:/home/shanee> scitext
> ld.so: Undefined symbol "_XShapeQueryExtension" called from
> scitext_bsd:/usr/X11R6/lib/libXm.so.2.0 at 0x82152fc
>
> I have Motif 2.0 from XInside but canīt find anything in the sourcetree??
>
> But Iīm not so good in Motif (or C C++ ...) ...
>
> Are you able to help?
>
>
> --
> Greeting, Andy
> running FreeBSD-current
> ---------------------------------------------------------------------------
>
>
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608042208.PAA05506>
