import from the same dir

Daniel Keep daniel.keep.lists at gmail.com
Mon Nov 26 02:06:07 PST 2007



Alexandr wrote:
> ...
> these 2 files are in the same dir. When i try to compile main.d i get error:
> user at LMZ:/Coding$ dmd main.d 

You need to use:

$ dmd main systemsolver

DMD will only compile the files you *tell* it to compile.

	-- Daniel


More information about the Digitalmars-d-learn mailing list