bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: undefined symbol __dso_handle


From: H. J. Lu
Subject: Re: undefined symbol __dso_handle
Date: Mon, 13 Jan 2003 12:17:41 -0800
User-agent: Mutt/1.2.5.1i

On Mon, Jan 13, 2003 at 04:05:04PM -0300, Alejandro Dobniewski wrote:
> What can I say? you know it, I know it, someone should tell the program. I
> found a few more cases searching in google
> (http://groups.google.com/groups?num=100&hl=en&lr=lang_en%7Clang_es&ie=UTF-8
> &oe=UTF-8&newwindow=1&safe=off&scoring=d&q=%22__dso_handle%22+undefined+symb
> ol&btnG=Google+Search).
> 

As I said, it shouldn't happen if you use gcc/binutils in RedHat 8.0
since __dso_handle is provided by gcc:

# objdump --sym `gcc --print-file-name=crtbeginS.o` | grep __dso_handle
00000000 g     O .data.rel      00000000 .hidden __dso_handle
# objdump --sym `gcc --print-file-name=crtbegin.o` | grep __dso_handle
00000000 g     O .data  00000000 .hidden __dso_handle

You have to tell me how you get that error.


H.J.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]