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]

undefined reference to `__libc_stack_end@GLIBC_PRIVATE - newbie


Hello,

I had build a glibc and pefrom a "make install" ;
the --prefix was not the standard /lib but a private /work/my_glibc folder.

Now , I try to perform make on a simple program with the glibc I had built;

I wrote a simple test.c program which only perform one printf();

I run gcc -L /work/my_glibc/lib test.c

and I get :
"undefined reference to `__libc_stack_end@GLIBC_PRIVATE"

Why ?
What should I do ?


Regards, John

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



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