MIPS port fails to compile with --disable-shared?
Carlos O'Donell
carlos@systemhalted.org
Thu Aug 18 18:42:00 GMT 2011
On 8/18/2011 2:31 PM, Bryan Ischo wrote:
> For what its worth, the ia64 port looks like it would be subject to
> the same problem, but I have not verified this with a build.
You are attempting things that most people don't try, therefore
there may be some configurations that just don't build without fixes.
The particular code you reference is used to do some initialization
required for a static program to use dlopen to load a shared library.
However, you disabled shared library support when building glibc
therefore you might need some additional #ifdefs around there to
prevent this code from being pulled in.
Cheers,
Carlos.
More information about the Libc-help
mailing list