On 3/24/12, Walter Bright <newshou...@digitalmars.com> wrote:
> Running the D test suite, I ran into a very strange problem.

I can reproduce the problem on Win7 x64. It doesn't seem to have
anything to do with DMD. This is my cc.bat:

dmd -c test.obj
link test.obj
test
link test.obj

But it's not Optlink's fault either. Unilink has the same issue:
dmd -c test.d
ulink test.obj
test.exe
ulink test.obj

C:\dev>cc.bat
C:\dev>dmd -c test.d
C:\dev>ulink test.obj
UniLink v1.07 [beta] (build 3.35)

C:\dev>test.exe
Success

C:\dev>ulink test.obj
UniLink v1.07 [beta] (build 3.35)
Fatal: Unable to create file 'test.exe' (program still running?)

It could be a Win7 x64 bug. If you'll give me 20 minutes I'll get a
hold of an x86 Win7 installation and see if I can reproduce the bug
there.

Reply via email to