"No stack address"

Somedude lovelydear at mailmetrash.com
Mon Apr 16 12:16:45 PDT 2012


I'm trying to compile a D source on win32 with DMD 2.059, and I get this:

PS E:\DigitalMars\dmd2\samples> rdmd xinoksort.d
OPTLINK (R) for Win32  Release 8.00.12
Copyright (C) Digital Mars 1989-2010  All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
OPTLINK : Warning 23: No Stack
OPTLINK : Warning 134: No Start Address
PS E:\DigitalMars\dmd2\samples>

Clearly, the link phase didn't complete correctly:

-a---        16/04/2012     08:55      12600 xinoksort.d
-a---        16/04/2012     21:12         56 xinoksort.exe
-a---        16/04/2012     21:12        889 xinoksort.obj

Phobos wasn't linked. What happened ?
Does it link dynamically now ? How do I set the libpath (I'm using the
Powershell) ?


More information about the Digitalmars-d-learn mailing list