Warner Losh wrote:
>
> In message <[EMAIL PROTECTED]> Norbert Irmer writes:
> : gcc -o airport -O2 -pipe -L../../../exports/lib -L../../../imports/x11/lib
>main.o dragsource.o
> : dropsite.o -lXm -lXt -lSM -lICE -lXp -lXext -lX11 -L/usr/X11R6/lib
>-L/usr/X11R6/lib -lm
>
> Have you tried adding -lxpg4 to the command line?
>
> Warner
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
Yes, i tried this, but without success. If you do a "nm /usr/lib/libxgp4.a"
you will see that this library doesn't contains functions with these names.
(and the "config/FreeBSD.cf" file for Imake contains:
#if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion >= 2)
#define ExtraLibraries -lxpg4
, so this cannot be the reason)
The only way i found to link motif programs is by using
http://www.cs.rpi.edu/~crossd/FreeBSD/wcs-19990606.tar.gz
(as Garance Alistair Drosehn recommended in his letter on this subject)
--
email: [EMAIL PROTECTED]
web: http://gul.sourceforge.net
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message