Hallo Tristan, Is this not allmost the same?
A dynamically linked lib is a shared library. And the path is also no the problem. Linux seach first in /lib/** and after in /lib/usr/lib/*** the library. I have a link /lib/libdl.so.2 ->/lib/libdl-2.8.so My human opinion is, the system can not found libdl.so but I have only a libdl.so.2. Are there some modifications between libdl.so.2 and libdl.so ? Can you send me your lib? Rene Tristan Gingold schrieb: > On Wed, Oct 14, 2009 at 09:34:15PM +0200, R.Doss wrote: > >> [email protected] schrieb: >> >>> Quoting "R.Doss" <[email protected]>: >>> >>> >>> >>>> Also no success,, >>>> >>>> >>>> ghdl -a -Wa,--32 hallo.vhdl This is ok. >>>> >>>> And now the crash. >>>> >>>> >>> Do you have installed 32 bits versions of libdl.so ? >>> >>> >> I think yes. >> >> There is a >> >> /lib/libdl-2.8.so >> >> When I open this file with mc, I get the message. >> >> libdl-2.8.so:ELF 32-bit LSB shared object, Intel 80386, version (SYSV), >> for GNU/LINUX 2.6.4, dynamically linked (use shared libs) stripped. >> > > No, this is not the right one. You need a /usr/lib/libdl.so 32 bit shared > library. > > Tristan. > > _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
