Re: DMD and GDC static libraries are incompatible on Linux?

2015-02-09 Thread Jeremy DeHaan via D.gnu
On Monday, 9 February 2015 at 18:56:44 UTC, ketmar wrote: DMD is not using GCC, only 'ld' from binutils. so yes, this is normal. Oh, interesting. I didn't realize this. Thanks for the info, guys. I thought as much.

Re: DMD and GDC static libraries are incompatible on Linux?

2015-02-09 Thread Iain Buclaw via D.gnu
On 9 February 2015 at 17:56, Jeremy DeHaan via D.gnu wrote: > I'm pretty sure I already know the answer to this, however I just wanted to > ask to make sure. > > I was talking with someone the other day. They were using Linux and tried to > link static libraries built with DMD during a build with

Re: DMD and GDC static libraries are incompatible on Linux?

2015-02-09 Thread ketmar via D.gnu
On Mon, 09 Feb 2015 17:56:53 +, Jeremy DeHaan wrote: > I'm pretty sure I already know the answer to this, however I just wanted > to ask to make sure. > > I was talking with someone the other day. They were using Linux and > tried to link static libraries built with DMD during a build with GD

DMD and GDC static libraries are incompatible on Linux?

2015-02-09 Thread Jeremy DeHaan via D.gnu
I'm pretty sure I already know the answer to this, however I just wanted to ask to make sure. I was talking with someone the other day. They were using Linux and tried to link static libraries built with DMD during a build with GDC. I thought this would work due to both DMD and GDC using GCC