undefined reference to `__libc_stack_end@GLIBC_PRIVATE - newbie

Mike Hearn mike@navi.cx
Mon Mar 14 09:52:00 GMT 2005


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



More information about the Libc-alpha mailing list