Carlos O'Donell
2013-06-11 20:26:53 UTC
I've been reading http://sourceware.org/glibc/wiki/Testing/Builds and
found that the tip "Compile against glibc in fixed location". That
seems almost[*]to work fine for most applications and libraries, but
not when using it on glibc itself. Is that supposed to work? I cant
seem to find a way of setting the LDPATH (or really, the rpath) for
glibc.
[*] - glibc need to be configured with --prefix=/usr and 'make
install' needs DESTDIR=${SYSROOT} for that to work. If not gcc is
having trouble finding the startup files.
Please describe exactly what you are trying to do and what problemfound that the tip "Compile against glibc in fixed location". That
seems almost[*]to work fine for most applications and libraries, but
not when using it on glibc itself. Is that supposed to work? I cant
seem to find a way of setting the LDPATH (or really, the rpath) for
glibc.
[*] - glibc need to be configured with --prefix=/usr and 'make
install' needs DESTDIR=${SYSROOT} for that to work. If not gcc is
having trouble finding the startup files.
you are seeing.
I've moved this conversation to libc-help.
Cheers,
Carlos.