Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1741 (closed defect: fixed)

Opened 15 years ago

Last modified 14 years ago

Unittests for FreeBSD don't need -L-dl

Reported by: mwarning Assigned to: larsivi
Priority: major Milestone: 1.0
Component: Tango Version: 0.99.8 Sean
Keywords: Cc:

Description

FreeBSD doesn't have libdl, it's included in libc. Therefore, -L-ldl has to be removed from unittest-dmd.sh on FreeBSD.

Change History

09/04/09 13:31:10 changed by mwarning

fawzi build and run the unittest from hand

dmd runUnitTest_dmd.d -L-ltango-user-dmd-tst -defaultlib=tango-base-dmd -L-L$HOME/lib -L-lz -L-lbz2 -debug=UnitTest -g

It crashes quite early and need some further debugging.

Maybe there is smth. missing for the FreeBSD port?

11/29/09 12:10:16 changed by fawzi

  • owner changed from fawzi to kris.

01/12/10 02:28:38 changed by kris

  • owner changed from kris to larsivi.

Is this stuff still supported, larsivi?

01/12/10 18:31:42 changed by larsivi

  • milestone changed from 0.99.9 to 1.0.

the script in question isn't, but we should get something similar running again, possibly via bob et al, and at that point the request is probably relevant - but setting it to 1.0 rather.

04/24/10 11:50:41 changed by larsivi

  • status changed from new to closed.
  • resolution set to fixed.

(In [5434]) Script to build unittests on posix systems, closes #1855, #1741