.obj files conflict

Nick Atamas nick.atamas at gmail.com
Tue Dec 26 18:10:42 PST 2006


== Quote from Derek Parnell (derek at nomail.afraid.org)'s article
> On Tue, 26 Dec 2006 14:20:22 -0800, Sean Kelly wrote:
> >> On Tue, 26 Dec 2006 16:53:47 +0000 (UTC), Nick Atamas wrote:
> >>
> >>> I find that .obj files conflict when I use the -od flag to redirect
> >>> intermediate output to a directory.
> > I think the -od and -op flags can be used together, so the object files
> > would all end up in subdirectories of bin.  Then it's simply a matter of
> > recursively linking all object files in that tree.
> Yes, one would think so, but it just doesn't work. Try setting the -od to
> reference a different drive than the source file?
>   dmd -op -odD:\bin c:\SOURCE\project.d
> Absolute chaos follows ;-)
> In short, -od and -op cannot be safely used together (as far as my testing
> shows so far).

I tried -od and -op together beforing posting this bug. Adding -op seemed to do
nothing.


More information about the Digitalmars-d-bugs mailing list