Message-ID: <000701bf203b$577afb20$eb01f5d1@wcaver> From: "Caver" To: Subject: problem compiling multiple object files Date: Tue, 26 Oct 1999 23:22:56 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BF2009.09B4C6A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BF2009.09B4C6A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi! Got a problem, and I'd be very grateful for some help. Whenever I try to compile three object files together (for example: gxx -o exer0910.exe money.o checkbook.o balancer.o) I get the following error message: gxx a device attached to the system is not functioning Compiling with just two object files works fine with no problems. I tried putting this at the end: -Xlinker --verbose > linker.log but nothing happens.=20 Using -Xlinker --verbose > linker.log gives me the original error message (the one about a device attached to = the system is not functioning), even if I'm just trying to compile a = couple of object files together. Does anybody have any clues what could be my problem? FYI, I'm running it through DOS on Windows95 Thanks!!! ------=_NextPart_000_0004_01BF2009.09B4C6A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi! Got a problem, and I'd be very = grateful for=20 some help.
 
Whenever I try to compile three = object files=20 together
    (for = example:  =20 gxx -o exer0910.exe money.o = checkbook.o=20 balancer.o)
 
I get the following error = message:
 
gxx
    a device attached = to the=20 system is not functioning
 
Compiling with just two object files = works fine=20 with no problems.
 
I tried putting this at the = end:
    -Xlinker = --verbose >=20 linker.log
but nothing happens.
 
Using
    -Xlinker --verbose >=20 linker.log
gives me the original error message (the one about a = device=20 attached to the system is not functioning), even if I'm just trying to = compile a=20 couple of object files together.
 
Does anybody have any clues what could be my=20 problem?
 
FYI, I'm running it through DOS on = Windows95
 
Thanks!!!
------=_NextPart_000_0004_01BF2009.09B4C6A0--