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: new libc


On Fri, Sep 5, 2008 at 11:25 AM, Polina Dudnik <pdudnik@cs.wisc.edu> wrote:
> thank you for the prompt reply. I've tried your solution and it didn't work.
> I also tried to call ld directly as follows
> ld -d y -o z4 z4.o .libc.so.1 libm.so.2
>
> So, I am manually passing it my newly built libc. However, it still refuses
> to recognize the definitions of the new functions. Why could that be?

Please use gcc to link your program, gcc knows how to link executables
correctly.

Are you using the GNU linker and assembler?

c.


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