Re: DMD2 - compiling and linking in separate steps (64-bit)

2011-03-21 Thread Jason E. Aten
On Sat, 19 Mar 2011 13:52:05 +, Sean Eskapp wrote: > == Quote from Jonathan M Davis (jmdavisp...@gmx.com)'s article >> On Friday 18 March 2011 20:49:58 Sean Eskapp wrote: >> > incompatible /usr/lib/../lib/librt.so when searching for -lrt >> > /usr/bin/ld: skipping incompatible /usr/lib/../lib/

Re: DMD2 - compiling and linking in separate steps (64-bit)

2011-03-19 Thread Sean Eskapp
== Quote from Jonathan M Davis (jmdavisp...@gmx.com)'s article > On Friday 18 March 2011 20:49:58 Sean Eskapp wrote: > > incompatible /usr/lib/../lib/librt.so when searching > > for -lrt > > /usr/bin/ld: skipping incompatible /usr/lib/../lib/librt.a when searching > > for -lrt > > /usr/bin/ld: skip

Re: DMD2 - compiling and linking in separate steps (64-bit)

2011-03-18 Thread Jonathan M Davis
On Friday 18 March 2011 20:49:58 Sean Eskapp wrote: > incompatible /usr/lib/../lib/librt.so when searching > for -lrt > /usr/bin/ld: skipping incompatible /usr/lib/../lib/librt.a when searching > for -lrt > /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux- > gnu/4.4.5/../../../librt.so

DMD2 - compiling and linking in separate steps (64-bit)

2011-03-18 Thread Sean Eskapp
I'm trying to use DMD through an IDE, but I'm getting stumped trying to create 64-bit executables under Linux. I can get everything compiled fine, using the -m64 compiler flag, but I can't get it to link. Here's the error list: /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux- gnu/4.4.