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 14:50:01 -0800
User-agent: Mutt/1.2.5.1i

On Mon, Jan 13, 2003 at 07:18:55PM -0300, Alejandro Dobniewski wrote:
> I attach the makefile and test program that causes the problem and
> command output. It just invokes a function in the so. Tell me if you need
> anything else.
> Alejandro

You have 2 problems:

1. $(LD) -shared
2. $(CC) -shared -nostartfiles

You should use "$(CC) -shared" in all cases if you aren't sure what
should be used.


H.J.




reply via email to

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