From owner-freebsd-i18n Sat May 20 17: 7:44 2000 Delivered-To: freebsd-i18n@freebsd.org Received: from lola.heim10.tu-clausthal.de (lola.heim10.tu-clausthal.de [139.174.241.25]) by hub.freebsd.org (Postfix) with ESMTP id 7783537B7BC; Sat, 20 May 2000 17:07:30 -0700 (PDT) (envelope-from norbert.irmer@heim9.tu-clausthal.de) Received: from heim9.tu-clausthal.de (localhost.heim10.tu-clausthal.de [127.0.0.1]) by lola.heim10.tu-clausthal.de (8.9.3/8.9.3) with ESMTP id CAA61725; Sun, 21 May 2000 02:07:19 +0200 (CEST) (envelope-from norbert.irmer@heim9.tu-clausthal.de) Message-ID: <392728B7.D41E6FC7@heim9.tu-clausthal.de> Date: Sun, 21 May 2000 02:07:19 +0200 From: Norbert Irmer X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Warner Losh Cc: freebsd-i18n@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: Wide-char support and libc References: <3926ECA6.FF3B4993@heim9.tu-clausthal.de> <39221780.C18E585@cvzoom.net> <8g0d4i$ubd$1@bigeye.rhein-neckar.de> <200005202115.PAA54146@billy-club.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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