On 11/02/2013 10:50 AM, Steve Teale wrote:

dthrow. I built the library with gdc, but am using dmd to compile the app. This is on Ubuntu 12.04.

Do I need to build the lib with dmd, and if so, what changes should I make to the make file?

That is dthrow underscore d underscore throw.

Yes, the lib needs to be build with the same compiler as the app.

If both are installed the make file should default to dmd, but you can
tell it witch compiler to use by specifying the DC variable:

make DC="dmd"