This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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 `__errno_location(void)'x


On Mon, 2 Sep 2002 13:54:02 -0400
GRE Spam Mail <gre_spam@anora.org> wrote:

> 
> OK, I did that for libpthread.a and libpthread.so and this is the output:
> 
> root@vaghn (~)] 01:51:32 $ nm /usr/lib/libpthread.a | grep errno
>          U __errno_location
>          U __errno_location
>          U __errno_location
>          U __errno_location
>          U _errno
>          U _h_errno
>          U __errno_location
>          U __errno_location
> errno.o:
> 00000000 T __errno_location
> 00000054 T __h_errno_location
>          U __errno_location
> 
> [root@vaghn (~)] 01:51:49 $ nm /usr/lib/libpthread.so | grep errno
> 00009c24 T __errno_location
> 00009ca0 T __h_errno_location
>          U _errno@@GLIBC_2.0
>          U _h_errno@@GLIBC_2.0
>          U errno@@GLIBC_2.0
>          U h_errno@@GLIBC_2.0
> 

Did you guys forget about me?

Sincerely,
GRE


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