From owner-freebsd-i18n Sat May 20 12:51:14 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 643D337B5EE; Sat, 20 May 2000 12:51:07 -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 VAA56583; Sat, 20 May 2000 21:51:03 +0200 (CEST) (envelope-from norbert.irmer@heim9.tu-clausthal.de) Message-ID: <3926ECA6.FF3B4993@heim9.tu-clausthal.de> Date: Sat, 20 May 2000 21:51:03 +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: freebsd-i18n@FreeBSD.ORG Cc: freebsd-current@FreeBSD.ORG Subject: Re: Wide-char support and libc References: <39221780.C18E585@cvzoom.net> <8g0d4i$ubd$1@bigeye.rhein-neckar.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Christian Weisgerber wrote: > > (This should move to freebsd-i18n.) > > Donn Miller wrote: > > > Anyone like the idea of adding wide char support to our libc? > > I'd like the idea of somebody explaining where/how I can get an > overview of what's missing in the first place. > > > Maybe we could port it over from {Net,Open}BSD or BSDi. > > Assuming any of those have it, in the first place. I'm fairly sure, > NetBSD and OpenBSD don't. > > -- > Christian "naddy" Weisgerber naddy@mips.inka.de > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message You get the following when trying to link with OpenMotif 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 ../../../imports/x11/lib/libXm.so: undefined reference to `wcslen' ../../../imports/x11/lib/libXm.so: undefined reference to `wcscpy' ../../../imports/x11/lib/libXm.so: undefined reference to `wcschr' ../../../imports/x11/lib/libXm.so: undefined reference to `wcsncat' ../../../imports/x11/lib/libXm.so: undefined reference to `wcscat' *** Error code 1 -- 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