> On Wed, 15 Jan 2014 13:31:15 +0100 > Thomas Sailer <[email protected]> wrote: > > > > > > On FreeBSD-9.2(x86_64), it gives this error during elaboration: > > > > > > elaborate dlx_test_behaviour > > > /usr/bin/ld: cannot find -ldl > > > collect2: error: ld returned 1 exit status > > > ghdl: compilation error > > > > So try to remove -ldl manually from the following file: > > /usr/lib/gcc/*/4.8.2/vhdl/lib/grt.lst > > > > That works. Thanks! I would prefer to find a way to do it within the > (pre)build process.
This is controlled by grt/Makefile.inc. There is already a case for i386 FreeBSD. Tristan. _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
