linker errors when compiling and linking with a new glibc

Carlos O'Donell carlos@systemhalted.org
Thu Mar 19 19:48:00 GMT 2009


On Thu, Mar 19, 2009 at 3:32 PM, Daniel De La Zerda
<ddelazerda007@yahoo.com> wrote:
> The first option doesn't work and neither does the second. With the second option, when I do an "rpm -ivh --prefix=<path to glibc build> <libgcc rpm>" I get the error saying that libgcc is not "relocateable". I also tried copying /lib/libgcc_s.so.1 to <glibc build path> and I keep getting the error that "libgcc_s.so.1 must be installed for pthread_cancel to work".

Instal libgcc_s.so.1 somwhere. Add the path to the list of paths in
the --library-path option passed to ld.so.1 when running the testcase.

Cheers,
Carlos.



More information about the Libc-help mailing list