On Sunday 17 April 2005 08:29, Herbert Valerio Riedel wrote: > (seems as if libdl.so isn't linked in...)
On your system, what is in your grt.lst? Try running the following command:
find /usr/lib/ghdl/lib -name "grt.lst" -exec cat {} \;
(On i386, the output is:)
@/libgrt.a
-ldl
-L./
-L/usr/lib/gcc/i486-linux/3.4.4/adalib/
-lgnat-3.4
If -ldl is missing, that would explain the error you reported. The quick
fix, in that case, may be just to add it there manually. I'd have to work a
bit on a real fix, however, since this list is autogenerated by the GHDL
build system, which is slightly black magic to me.
Thanks for the report.
--
Wesley J. Landaker <[EMAIL PROTECTED]>
OpenPGP FP: 4135 2A3B 4726 ACC5 9094 0097 F0A9 8A4C 4CD6 E3D2
pgpAsCNJNfhwD.pgp
Description: PGP signature

