Mail Archives: djgpp/2001/02/19/09:41:49
On Mon, 19 Feb 2001, Eddy Ilg wrote:
> - I installed the .reg file with and checked it:
> [HKEY_LOCAL_MACHINE\System\CurrentControlSet\control\FileSystem]"NameNumeric
> Tail"=hex:01
> With regedit I could see, that NameNumericTail now has value 01.
> (Could there be any problems with this and Win 2000?)
I don't think so, but you don't need to set NameNumericTail on W2K
anyway.
> - I tried to compile my old project using make and hand following error
> messages:
> cd cpu32os ; make ; cd ..
> ** error -1 ** deleting buildcpu32os
Is this the _only_ message printed when Make runs? If not, please post
everything that Make prints, even if the output is very long.
> makefile:
> main.obj: ssrc\main.c cd src; gcc -c main.c -o main.obj
This looks messed up. Is it indeed one line? If so, it's wrong.
> When I try to compile it, I get similar error messages:
> cd src; gcc -c main.c -o main.obj
> ** error -1 ** deleting main.obj
Again, is this the _only_ message printed when Make runs?
Also, try adding -v to the gcc options and post everything that is
printed.
In general, compiling from Make doesn't work on Windows 2000, because
NTVDM there has a bug: it tends to crash when DJGPP programs are nested
more than 2 levels deep. However, the phenomenon you describe seems to
be different, so I'm not sure it's the same problem.
- Raw text -