Mail Archives: djgpp/2001/08/02/10:37:47
On Wed, 1 Aug 2001, Manuel Vicente wrote:
> path=e:\util\bat;e:\djgpp\bin;E:\WINNT\system32;E:\WINNT;E:\WINNT\Syste
> m32\Wbem;E:\ARCHIV~1\ULTRAE~1;e:/DJGPP/bin;e:/DJGPP/bin;
Note that this mentions e:\djgpp\bin three times, the first one
correctly, the other two times incorrectly (with forward slashes). I
don't think this will solve your problem, but I suggest to fix that
anyway.
> Reading specs from e:/djgpp/lib/specs
> gcc version 2.8.1
v2.8.1 is a _terribly_ ancient version of GCC. The current version is
2.95.3, with version 3.0 almost ready. Please upgrade.
> Exiting due to signal SIGSEGV
> General Protection Fault at eip=0002f768
> eax=ff990000 ebx=00000000 ecx=000001ea edx=ff990000 esi=00001000 edi=00000009
> ebp=00093430 esp=00093420 program=e:/djgpp/bin/ld.exe
> cs: sel=026f base=01ea0000 limit=7e14ffff
> ds: sel=0277 base=01ea0000 limit=7e14ffff
> es: sel=0277 base=01ea0000 limit=7e14ffff
> fs: sel=0247 base=0000b490 limit=0000ffff
> gs: sel=0287 base=00000000 limit=000fffff
> ss: sel=0277 base=01ea0000 limit=7e14ffff
This is a known problem with Windows 2000 (and, to a lesser extent,
with NT4): some system configurations crash in the way you see. We
are working on a cure, but it will take time.
Windows 2000 is not a recommended platform for using DJGPP, at this
time. There are a number of nasty problems, in addition to this one.
Try to switch to Windows 9X or Windows ME, if you can.
- Raw text -