Date: Sun, 21 May 2000 02:07:19 +0200 From: Norbert Irmer <norbert.irmer@heim9.tu-clausthal.de> To: Warner Losh <imp@village.org> Cc: freebsd-i18n@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: Wide-char support and libc Message-ID: <392728B7.D41E6FC7@heim9.tu-clausthal.de> References: <3926ECA6.FF3B4993@heim9.tu-clausthal.de> <39221780.C18E585@cvzoom.net> <8g0d4i$ubd$1@bigeye.rhein-neckar.de> <200005202115.PAA54146@billy-club.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Warner Losh wrote: > > In message <3926ECA6.FF3B4993@heim9.tu-clausthal.de> 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 majordomo@FreeBSD.org > 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: norbert.irmer@heim9.tu-clausthal.de web: http://gul.sourceforge.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?392728B7.D41E6FC7>