This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

--whole-archive libc_nonshared.a in shared objects


Why is all of libc_nonshared.a included with --whole-archive into every .so
linked?  Shouldn't it come after --no-whole-archive and link in only the
modules needed by that .so?

It seems pretty wrong that e.g. libm.so has a local definition of __mknod
and an undefined dynamic symbol reference for __xmknod.


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