Mail Archives: djgpp/1998/06/02/08:01:58
Edward J. Venaglia wrote
>...and in the process of "Making" Allegro I get this... (at least this is
all I
>could capture)
[skip]
>EXCEPTION 12:stack segment fault at 011F:0BF0 error code 0000
> ax=0000,bx=0F44,cx=0000,dx=01CF,di=0000,si=0001
> ds=0177 limit=FFFF segment# 000A D:\BC\BIN\MAKE.EXE
> es=01CF limit=100F segment#
> cs=011F limit=2206 segment# 0004 D:\BC\BIN\MAKE.EXE
> ss=017F limit=1400 segment# 000B D:\BC\BIN\MAKE.EXE
> error code=0000 limit=INVL segment#
[skip]
>MAKE Version 3.6 Copyright (c) 1991 Borland International
>Error makefile 14: Colon expected
>
>Available memory 127815680 bytes
>
>*** 1 errors during make ***
>
Look at DJGPP FAQ 6.7
Rename make.exe from F:\DJGPP\BIN (e.g. gmake.exe) and run it or
remove D:\BC\BIN from the path. make from Borland is absolutely
different from GNU make used in DJGPP. When you type make, you
invoke D:\BC\BIN\MAKE.EXE because BC directory comes first in the
PATH.
> MAKE Version 3.6 Copyright (c) 1991 Borland International
> Available memory 127713280 bytes
> gcc -Wall -O2 -g -c lwp.c
> Load error: can't switch mode
DJGPP extender/DPMI server is incompatible with DJGPP.
Read FAQ for details!
----------------------------------------------------------------------
Aleksey Kondratyev
Ph.D. student of Ulyanovsk state University, Russia
http://www.mv.ru/~akondra
E-mail akondra AT mmf DOT univ DOT simbirsk DOT su
akondra AT no-spam-mv DOT ru
Remove "no-spam-" when replying
- Raw text -