From: aeichsta AT Athena DOT MIT DOT EDU To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Problem getting djgpp running? Date: Tue, 12 Jan 93 03:05:48 EST I'm trying to get djgpp running on my 386. However, when I try to compile a little test program: int main() { return 0; } with the command line: gcc test.c I get an error: Segmentation violation in pointer 0x000b9000 at 40:b9000 Exception 14 (0xe) at eip=b9000 If anyone knows what I need to fix, I'd appreciate it. Thanks! Andrew Eichstaedt AEichsta AT Athena DOT MIT DOT Edu