On Thursday, 5 December 2013 at 19:20:16 UTC, Mafi wrote:
I am on fresh install of Linux Mint 16 64bit and I tried to
compile some D code I have writen and I have problems ("Hello
World" works btw). I uses Derelict (v2) and I have successfully
compiled/linked/rurn my program on Windows 7 64bit. But on
Linux I get errors about unresolved references to dlopen,
dlclose etc. although I am linking against libdl (ld finds the
so; I checked the verbose output).
Interestingly libdl.so is empty by nm. I found the symbols in
libc.
I am compiling everything from scratch with the newest dmd
(2.064.2 that is) with -m64 in my dmd.conf (doesn't work
without either). I have posted on the Derelict forums
(http://dblog.aldacron.net/forum/index.php?topic=864.0) but I
don't think it is a Derelict specific problem. Pleas help me!
Could at least somebody approve they have read it? Maybe I did
the installation wrong. I don't the slightest idea what to do. I
am already trying for days.