PATCH: glibc port to solaris2
esp5
esp5@rama.comp.pge.com
Tue Oct 9 13:04:00 GMT 2001
ok, here's a patch to make glibc-2.2.4 compile on solaris2.6... well,
it compiles 99% of the way through, and gets to the following segfault
../elf/ld.so.1 --library-path ..:../math:../elf:../dlfcn:../nss:../nis:../rt:../
resolv:../crypt ./rpcgen -Y `gcc -print-file-name=cpp | sed 's|/cpp$||'` -c rpcs
vc/bootparam_prot.x -o xbootparam_prot.T
make[1]: *** [xbootparam_prot.stmp] Segmentation Fault
make[1]: Leaving directory `/opt/builds/glibc-2.2.4/sunrpc'
make: *** [sunrpc/others] Error 2
I think I have an idea of why this is failing (has to do with the ` `
expression coming out as '/usr/ccs/lib') but I'm wondering what this statement
is attempting to do..
Anyways, here's the patch. Its not the cleanest, let me know what I need to do
to make it include-able inside of glibc...
Apply with patch -p1 -d glib_dir < solaris2_6_patch..
Cheers,
Ed
More information about the Libc-alpha
mailing list