Default libraries by dmd

Jonathan M Davis jmdavisProg at gmx.com
Wed Aug 24 21:53:30 PDT 2011


On Thursday, August 25, 2011 04:46:11 Cleem wrote:
> What libraries are linked by command dmd as linker? I want to use g++
> as linker and link phobos2 and druntime libraries. But there are some
> undefined references, for example:
> _D3std4conv13ConvException7__ClassZ
> _D3std4conv16__T5parseTlTAyaZ5parseFKAyaZl
> _D3std5ascii7isDigitFNaNbNfwZb
> _d_arraysetcapacity
> and many others.
> However when I use dmd for linking, I get success.
> Linux. DMD v2.054.

Looke at dmd.conf. It should be in the same directory as dmd.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list