[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: undefined symbol __dso_handle
From: |
Daniel Jacobowitz |
Subject: |
Re: undefined symbol __dso_handle |
Date: |
Mon, 13 Jan 2003 17:24:55 -0500 |
User-agent: |
Mutt/1.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.
I thought so. You're using $(LD) -shared. Don't do that; use $(CC)
-shared instead.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
- undefined symbol __dso_handle, Alejandro Dobniewski, 2003/01/13
- RE: undefined symbol __dso_handle, Alejandro Dobniewski, 2003/01/13
- RE: undefined symbol __dso_handle, Alejandro Dobniewski, 2003/01/13
- RE: undefined symbol __dso_handle, Alejandro Dobniewski, 2003/01/13
- RE: undefined symbol __dso_handle, Alejandro Dobniewski, 2003/01/13
- RE: undefined symbol __dso_handle, Alejandro Dobniewski, 2003/01/13
- RE: undefined symbol __dso_handle, Alejandro Dobniewski, 2003/01/14
- RE: undefined symbol __dso_handle, Alejandro Dobniewski, 2003/01/14
- RE: undefined symbol __dso_handle, Alejandro Dobniewski, 2003/01/14
- RE: undefined symbol __dso_handle, Alejandro Dobniewski, 2003/01/14