Message-ID: <000201bfd470$b228b0a0$183c9fc1@Noname> From: Jestel AT t-online DOT de (Jestel) To: Date: Mon, 12 Jun 2000 13:44:08 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFD474.48A60D40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Sender: 022444538-0001 AT t-dialin DOT net Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFD474.48A60D40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I=B4have problems compiling and linking with djgpp. when I use the command gcc -c -Wall myfile.cc it sais: -------------------------------------------------------------------------= --------------------------------------------------------- Abort! Exiting due to signal SIGABRT Raised at eip=3D00010a4a eax=3D000654b0 ebx=3D00000120 ecx=3D00000000 edx=3D0000ff60 = esi=3D0006a94f edi=3D00000000 ebp=3D0006555c esp=3D000654ac program=3DC:\DJGPP\BIN\GCC.EXE cs: sel=3D00a7 base=3D82f11000 limit=3D0006ffff ds: sel=3D00af base=3D82f11000 limit=3D0006ffff es: sel=3D00af base=3D82f11000 limit=3D0006ffff fs: sel=3D0087 base=3D0000ff60 limit=3D0000ffff gs: sel=3D00c7 base=3D00000000 limit=3D0010ffff ss: sel=3D00af base=3D82f11000 limit=3D0006ffff App stack: [000656d0..000256d0] Exceptn stack: [000255b0..00023670] Call frame traceback EIPs: 0*0001096c 0*00010a4a 0*0000fce3 0*0000a091 0*00009d00 0*00008a8e 0*0000b8bb 0*0000e316 -------------------------------------------------------------------------= ------------------------------------------------------- The compiler has now created an object file which, however, cannot be = linked!! (I used the command gxx -o myprog.exe myfile.o) It will show the same as above when I compile (some numbers are = different). The same happens by compiling and linking with RHIDE. ------=_NextPart_000_0005_01BFD474.48A60D40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
I=B4have problems compiling and linking = with=20 djgpp.
when I use the command gcc -c -Wall = myfile.cc it=20 sais:
----------------------------------------------------------------= ------------------------------------------------------------------=
Abort!
Exiting due to signal = SIGABRT
Raised at eip=3D00010a4a
eax=3D000654b0 ebx=3D00000120 = ecx=3D00000000 edx=3D0000ff60=20 esi=3D0006a94f edi=3D00000000
ebp=3D0006555c esp=3D000654ac=20 program=3DC:\DJGPP\BIN\GCC.EXE
cs:  sel=3D00a7  = base=3D82f11000 =20 limit=3D0006ffff
ds:  sel=3D00af   = base=3D82f11000 =20 limit=3D0006ffff
es:  sel=3D00af   = base=3D82f11000 =20 limit=3D0006ffff
fs:   sel=3D0087 =20 base=3D0000ff60   limit=3D0000ffff
gs:  sel=3D00c7  = base=3D00000000=20 limit=3D0010ffff
ss:  sel=3D00af   = base=3D82f11000 =20 limit=3D0006ffff
App stack:  = [000656d0..000256d0]  Exceptn=20 stack:  [000255b0..00023670]
 
Call frame traceback EIPs:
0*0001096c
0*00010a4a
0*0000fce3
0*0000a091
0*00009d00
0*00008a8e
0*0000b8bb
0*0000e316
----------------------------------------------------------------= ----------------------------------------------------------------
 
The compiler has now created an object = file which,=20 however, cannot be linked!! (I used the command gxx -o myprog.exe=20 myfile.o)
It will show the same as above when I = compile (some=20 numbers are different).
The same happens by compiling and = linking with=20 RHIDE.
------=_NextPart_000_0005_01BFD474.48A60D40--