Mail Archives: djgpp/1996/05/16/16:21:52
Xref: | news2.mv.net comp.os.msdos.djgpp:3924
|
From: | Fran Corrado <fran AT iplsys DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Linker problems
|
Date: | Wed, 15 May 1996 13:12:32 -0400
|
Organization: | IPL Systems
|
Lines: | 23
|
Message-ID: | <319A1080.1E8F@iplsys.com>
|
NNTP-Posting-Host: | ariel.iplsys.com
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
I just started using the djgpp tools on NT, and am having a problem linking
after compiling some C++ files successfully with gcc.
Do these messages look familiar to anyone?
Thanks,
Fran
The messages are:
gcc -x c++ -o luna.exe ctlr.o global.o ioMsgs.o mmr.o raid.o scsiDevs.o
-lgpp -lstdcxx -lm
ctlr.o:1: parse error before character 01
global.o:1: parse error before character 01
global.o:1: nondigits in number and not hexadecimal
global.o:4: nondigits in number and not hexadecimal
global.o:5: floating constant exponent has no digits
ioMsgs.o:1: parse error before character 01
mmr.o:1: parse error before character 01
mmr.o:1: nondigits in number and not hexadecimal
raid.o:1: parse error before character 01
scsiDevs.o:1: parse error before character 01
make.exe: *** [all] Error 1
- Raw text -