Program exited with code -11

anonymous via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jun 23 04:18:06 PDT 2015


On Tuesday, 23 June 2015 at 07:57:26 UTC, Charles Hawkins wrote:

> Sigh.  I'm probably doing something stupid.  I tried full paths:
> dmd -I+/home/charles/projects/d/mylib/source/mylib/ myprog.d

What's that plus sign doing there? Looks wrong.

> /home/charles/projects/d/mylib/build/libmylib.a
> Same result.
> myprog.d(4) Error: module mylib is in file 'mylib.d' which 
> cannot be read
> Statement in myprog is:
> import mylib;



More information about the Digitalmars-d-learn mailing list