This is the mail archive of the libc-alpha@sources.redhat.com 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: undefined reference to `__libc_stack_end@GLIBC_PRIVATE - newbie


On Sun, 13 Mar 2005 17:21:51 +0200, John Que wrote:
> I wrote a simple test.c program which only perform one printf();
> 
> I run gcc -L /work/my_glibc/lib test.c

That's not how you compile against a new glibc, AFAIK. You would probably
need to use the new dynamic linker as well at minimum. I think there are
instructions floating around the web for how to do that.

thanks -mike


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