This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MIPS port fails to compile with --disable-shared?


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]