help using dmd on linux

Mike Parker aldacron71 at yahoo.com
Thu Dec 21 23:21:08 PST 2006


John Reimer wrote:
> On Thu, 21 Dec 2006 18:55:06 -0800, Bill Baxter 
> <dnewsgroup at billbaxter.com> wrote:

> 
> 2) You probably have to pass the "-op" flag to dmd which makes sure that 
> object files stay put in the same directory as the source.  By default 
> all object files get stored in the working directory which can cause 
> annoying problems later when gcc thinks they should be in the source 
> directory.  So try adding "-op" to your commandline.
> 

That's probably the issue. I updated the trunk yesterday with a fix that 
appends -op to the temporary brf generated by the build script on Linux. 
Hopefully this issue won't crop up anymore.


More information about the Digitalmars-d-learn mailing list