Tagged Questions
1
vote
1answer
149 views
problem running dmd-tango under linux
does anybody know how to run dmd under linux? i downloaded the tango linux binary and extracted it to a special folder. i call "export PATH..." but when i tried to run dmd all i get was
bash: ...
0
votes
2answers
30 views
Print function names from crash information
My program (which is compiled with DMD, a D compiler, on Linux) is crashing, and printing information like:
./program() [0x807aff8]
./program() [0x807aea9]
How can I convert the addresses of the ...