This is the mail archive of the libc-alpha@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] |
On Thu, Mar 20, 2008 at 01:44:49PM -0500, Ryan S. Arnold wrote: > Don't static link and try linking against libc_p again. No, that will work even worse. There is no dynamic libc_p; if you do not use -static, you will get a static libc_p.a and a dynamic libc.so, which conflict. -- Daniel Jacobowitz CodeSourcery
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |