Re: Build errors with ld

2008-09-18 Thread Per Lundberg
On Mon, Aug 25, 2008 at 3:11 PM, Anil Gulecha [EMAIL PROTECTED] wrote: Quite an old mail but hey, sometimes the answer takes some time... :-) I'm trying to compile the dviutils package.. and it fails with an ld error. LD_RUN_PATH=/usr/lib gcc -o dviselect -O2 -fno-strict-aliasing -DNO_ASM

GNU libc on OpenSolaris

2008-09-18 Thread David Bartley
Hello, I've been working on porting GNU libc (glibc) to OpenSolaris (see [0] for source code and other downloads). I've also ported NPTL (the glibc thread library), using the corresponding OpenSolaris syscalls. I haven't benchmarked much, but I suspect speed should be comparable to native

librecode missing reference program_name

2008-09-18 Thread Anil Gulecha
Hi, The text program in the gettext-kde package wont compile with a # gcc -Wall -lintl -lrecode tmp.c /usr/lib/gcc/i386-pc-solaris2.11/4.2.3/../../../librecode.so: undefined reference to `program_name' collect2: ld returned 1 exit status ..tmp.c, /* confdefs.h. */ #define

Re: GNU libc on OpenSolaris

2008-09-18 Thread Erast Benson
Hi David, Great work! Yes, such port makes sense and solves some of the issues (mostly GNU libc portability) but unfortunately creates new issues, which I'm sure, could be worked out and soon we should have more or less working first ISO available with support for this new exciting architecture!