www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Module Searching Roots

I'm in directory ~/root and I have 't1.d' in ~/root/src/core
directory, and nothing else.

I run:  'gdc -O3 -o t1 t1.d -B./src/core' but I get

gdc: t1.d: No such file or directory
gdc: no input files

I've tried different paths, but I can't get it work.  What's the problem?
Mar 27 2011