From: S Sargent Date: Thu, 18 Aug 94 23:17:57 BST To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Problem in gas (I think) I've been having problems running ANYTHING with djgpp lately, as soon as I reinstalled it. The zipfiles all report no corruptions, and hello.c executed fine the first time I had it installed, so I don't know what's wrong. The output from "tryit.bat" follows: Reading specs from c:\usr/lib/specs gcc version 2.5.7 c:\usr/bin/cpp.exe -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=5 -Dunix -Di386 -DGO32 -DMSDOS -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__unix -D__i386 -D__GO32 -D__MSDOS hello.c c:\usr\tmp/cc000046 GNU CPP version 2.5.7 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: c:\usr/include /usr/local/include /usr/local/go32/include /usr/local/lib/gcc-lib/go32/2.5.7/include /usr/include End of search list. c:\usr/bin/cc1.exe c:\usr\tmp/cc000046 -fno-builtin -quiet -dumpbase hello.c -version -o c:\usr\tmp/cca00046 GNU C version 2.5.7 (80386, BSD syntax) compiled by GNU C version 2.5.7. c:\usr/bin/as.exe -o c:\usr\tmp/ccb00046 c:\usr\tmp/cca00046 Segmentation violation in pointer 0x00029000 at d8:10ff eax=00000000 ebx=e00b8000 ecx=ffffdab4 edx=0004831e esi=00000053 edi=00029000 ebp=e00b0000 esp=7ffffc58 cs=d8 ds=48 es=48 fs=48 gs=38 ss=48 cr2=00009000 Call frame traceback EIPs: 0x000010ff 0x00000001 gcc.exe: c:\usr\tmp/ccb00046: file not found William