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: Alejandro Dobniewski
Subject: RE: undefined symbol __dso_handle
Date: Mon, 13 Jan 2003 19:18:55 -0300

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

address@hidden boblin]# export LD_LIBRARY_PATH=.
address@hidden boblin]# ./testbob
./testbob: relocation error: ./libbob.so: undefined symbol: __dso_handle
address@hidden boblin]# ld -V
GNU ld version 2.13.90.0.2 20020802
  Supported emulations:
   elf_i386
   i386linux
   elf_i386_glibc21 
address@hidden boblin]# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --host=i386-redhat-linux --with-system-zlib
--enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7) 

-----Mensaje original-----
De: H. J. Lu [mailto:address@hidden
Enviado el: Lunes, 13 de Enero de 2003 19:08
Para: Alejandro Dobniewski
CC: 'address@hidden'
Asunto: Re: undefined symbol __dso_handle


On Mon, Jan 13, 2003 at 07:03:25PM -0300, Alejandro Dobniewski wrote:
> Ok, I just can't send you the sources right now because is a business
> project and I'm not allowed to do that.
> I extracted some of nm output of the shared object to show the problem.
> Standard ibrary functions seems to be ok but __dso_handle is undefined.
> There are C++ things that also seems ok but I'm no expert in this.

It doesn't tell me anything. Please show the command, which causes the
problem, along with its complete output.


H.J.

Attachment: Makefile
Description: Binary data

Attachment: testbob.cpp
Description: Binary data


reply via email to

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