Re: DMD on linux? (more problems)

2011-03-03 Thread Sean Eskapp
== Quote from Jesse Phillips (jessekphillip...@gmail.com)'s article > Sean Eskapp Wrote: > > I'm still having issues with the linux dmd. Here's the relevant part > > of the output: > > > > ... > > function func > > function func > > gcc Nullimorphism.o -o Nullimorphism.exe -g -m32 -l -Xlinker - >

Re: DMD on linux? (more problems)

2011-03-02 Thread Jacob Carlborg
On 2011-03-03 00:43, Sean Eskapp wrote: I'm still having issues with the linux dmd. Here's the relevant part of the output: ... function func function func gcc Nullimorphism.o -o Nullimorphism.exe -g -m32 -l -Xlinker - L/usr/lib32 -Xlinker -L/usr/lib64 -Xlinker --no-warn-search-mismatch -Xlink

Re: DMD on linux? (more problems)

2011-03-02 Thread Jesse Phillips
Sean Eskapp Wrote: > I'm still having issues with the linux dmd. Here's the relevant part > of the output: > > ... > function func > function func > gcc Nullimorphism.o -o Nullimorphism.exe -g -m32 -l -Xlinker - > L/usr/lib32 -Xlinker -L/usr/lib64 -Xlinker --no-warn-search-mismatch > -Xlinker -

DMD on linux? (more problems)

2011-03-02 Thread Sean Eskapp
I'm still having issues with the linux dmd. Here's the relevant part of the output: ... function func function func gcc Nullimorphism.o -o Nullimorphism.exe -g -m32 -l -Xlinker - L/usr/lib32 -Xlinker -L/usr/lib64 -Xlinker --no-warn-search-mismatch -Xlinker --export-dynamic -lrt -lphobos2 -lpthre