Date: Tue, 3 Oct 1995 23:33:25 +0100 (MET) From: Jurgen Wenzel To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: DJGPP help wanted Greetings... I've been trying for quite some time now to get DJGPP working properly, but unfortunately - probably due to lack of knowledge from my part - I haven't yet succeeded. I therefore call upon you to PLEASE help me with this, since I really need to get this running. My problems start when I try to invoke make on some of your sample files even. I will below include the data you request in the reply to the FAQ-question "It's no use. What else can I do?". The below results are when doing a 'make' on one of your samples, namely /SAMPLES/ESCAPE/MAKEFILE, even though similar results are "achieved" on several of your samples. I would very much appreciate it if you could help me solve this problem, since I myself lack the knowledge of doing so... Thank you in advance, J. Wenzel rocwiz AT solace DOT mh DOT se ---------------------- required data starts here ----------------------- CONFIG.SYS ========== DEVICE=C:\DOS\HIMEM.SYS DEVICE=C:\DOS\EMM386.EXE RAM BUFFERS=15,0 FILES=30 DOS=UMB LASTDRIVE=Z FCBS=16,0 DOS=HIGH DEVICEHIGH /L:1,12064 =C:\DOS\SETVER.EXE COUNTRY=046,850,C:\DOS\COUNTRY.SYS STACKS=9,256 SHELL=C:\COMMAND.COM /P /E:1024 AUTOEXEC.BAT ============ @ECHO OFF LH /L:1,13968 C:\DOS\SHARE.EXE /L:500 LH /L:0;1,45488 /S C:\DOS\SMARTDRV.EXE /X PROMPT $p$g PATH C:\WINWORD;C:\DOS;C:\WINDOWS;C:\EXCEL;C:\DATA\DJGPP\BIN rem *** DJGPP stuff *** set DJGPP=C:\DATA\DJGPP\DJGPP.ENV set TMPDIR=C:\DATA\DJGPP\TEMP set GO32TMP=C:\DATA\DJGPP\TEMP set GO32=driver C:\DATA\DJGPP\DRIVERS\VGA.GRD gw 320 gh 200 nc 256 topline SET GRXFONT=c:\DATA\DJGPP\CONTRIB\LIBGRX\FONTS rem *** End of DJGPP stuff *** SET TEMP=C:\TEMP SET TMP=C:\TEMP LH /L:1,17184 KEYB SV,,C:\DOS\KEYBOARD.SYS LH /L:1,6528 C:\DOS\DOSKEY.COM C:\MOUSE\MOUSE VSAFE /1+/4-/5+/6+ ENVIRON.LST =========== COMSPEC=C:\COMMAND.COM PROMPT=$p$g DJGPP=C:\DATA\DJGPP\DJGPP.ENV TMPDIR=C:\DATA\DJGPP\TEMP GO32TMP=C:\DATA\DJGPP\TEMP GRXFONT=c:\DATA\DJGPP\CONTRIB\LIBGRX\FONTS TEMP=C:\TEMP TMP=C:\TEMP PCSA=C:\PW DECNET=C:\PW _SYSD=D: HELP=D:\HELP PATH=C:\PW;D:\PCAPP;C:\WINWORD;C:\DOS;C:\WINDOWS;C:\EXCEL;C:\DATA\DJGPP\BIN;E:\BIN;E:\TP\BIN;E:\TC\BIN;E:\EMACS-19.19\BIN windir=C:\WINDOWS GO32 output =========== go32 Version 1.12.maint3 Copyright (C) 1994 DJ Delorie Lowest version I can run is 1.08 go32.exe usage: go32 [-d {debugger}] [{program} [{options} . . . ]] go32.exe build time was Sun Dec 18 16:36:42 1994 DPMI memory available: 2116 Kb Swap space available: 5584 Kb MAKE on SAMPLES\ESCAPE\MAKEFILE output ====================================== gcc -v -c main.cc Reading specs from c:/data/djgpp/lib\specs gcc version 2.6.3 c:/data/djgpp/bin\cpp.exe -lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=6 -Dunix -Di386 -DGO32 -DMSDOS -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__unix -D__i386 -D__GO32 -D__MSDOS main.cc C:\DATA\DJGPP\TEMP\cc017400 GNU CPP version 2.6.3 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: c:/data/djgpp/cplusinc c:/data/djgpp/include /usr/local/lib/g++-include /usr/local/include /usr/local/go32/include /usr/local/lib/gcc-lib/go32/2.6.1/include /usr/include End of search list. c:/data/djgpp/bin\cc1plus.exe C:\DATA\DJGPP\TEMP\cc017400 -quiet -dumpbase main.cc -version -o C:\DATA\DJGPP\TEMP\cca17400 General Protection Fault at eip=14e39f eax=001acd3c ebx=001acd6c ecx=001acd48 edx=001acd50 esi=0000000d edi=0000116c ebp=001acce4 esp=001accf4 cs=177 ds=16f es=16f fs=16f gs=187 ss=17f cr2=0000cfd5 Call frame traceback EIPs: 0x0014e39f 0x001acd50 0x2f617461 Abort! make.exe: *** [main.o] Error 1