Using D libs in C

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Feb 7 07:51:56 PST 2011


On 2/7/11, GreatEmerald <pastas4 at gmail.com> wrote:
>
>in Windows I am required to explicitly tell DMD to compile
> phobos.lib, but
> not in Linux. Quite odd.
>

Check the sc.ini file in dmd/windows/bin, make sure it has at least
this for the LIB variable:
LIB="%@P%\..\lib";


More information about the Digitalmars-d-learn mailing list