home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!sdd.hp.com!spool.mu.edu!uwm.edu!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!as7l+
- From: as7l+@andrew.cmu.edu (Andrew B Stellman)
- Newsgroups: gnu.gcc.help
- Subject: GCC2.2.2 for msdos won't run at all
- Message-ID: <AegWR4m00WBM02HVBo@andrew.cmu.edu>
- Date: 12 Sep 92 09:22:12 GMT
- Article-I.D.: andrew.AegWR4m00WBM02HVBo
- Organization: Sophomore, Math/Computer Science, Carnegie Mellon, Pittsburgh, PA
- Lines: 33
-
- I posted a similar message earlier, and was told to get a newer version.
- I was using GCC 2.1.
-
- I just installed GCC 2.2.2 for MSDOS. I've got the environment variables
- set up, and the files in the correct directories. GCC should run.
- However, when I try to compile a simple, one-line program, I get this:
-
- C:\TEST> gcc program.c
- Error: Couldn't find --> @C:/TMP/CC000053.GP
-
- The other suggestion I was given was to use the -v flag. Here's what happened:
-
- C:\TEST> gcc -v program.c
- Reading specs from d:/lib/gcc/lib/specs
- gcc version 2.2.2
- d:/lib/gcc/bin/cpp.exe -lang-c -v -undef -D__GNUC__=2 -Dunix -Di386
- -D__unix__ -D__i386__ -D__unix -D__i386 -D__GO32__ -D__MSDOS__ -DGO32
- -DMSDOS -noprecomp program.c c:/tmp/cc000053.i
- GNU CPP version 2.2.2 (80386, BSD syntax)
- d:/lib/gcc/bin/cc1.exe c:/tmp/cc000053.i -quiet -dumpbase program.c
- -version -o c:/tmp/cc000053.s
- GNU C version 2.2.2 (80386, BSD syntax) compiled by GNU C version 2.2.2.
- as -o program.o c:/tmp/cc000053.s
- Error: Couldn't find --> @C:/TMP/CC000053.GP
- d:/lib/gcc/bin/gcc.exe: program.o: file not found
-
-
- Can someone help me out? It won't compile anything. When I look in my
- temp directory c:/tmp, I can see the relevant files were deleted, but
- I'm not sure what I can do to solve this problem.
-
- Thanks in advance,
- Andy <as7l@andrew.cmu.edu>
-