Message-ID: <000b01bfd473$2bf70600$183c9fc1@Noname> From: Jestel AT t-online DOT de (Jestel) To: Date: Mon, 12 Jun 2000 15:36:09 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0008_01BFD483.EEAECA60" 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_0008_01BFD483.EEAECA60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I have problems compiling and linking with djgpp (c++). When I=B4m trying to compile by using the command gcc -c -Wall myfile.cc = it sais: -------------------------------------------------------------------------= --------------------------------------------------------------- Abort! Exiting due to signal SIGABRT Raised at eip=3D00010a4a eax=3D0025dde0 ebx=3D00000120 ecx=3D00000000 edx=3D0000ff60 = esi=3D0026327f edi=3D00000000 ebp=3D0025de8c esp=3D0025dddc = program=3DC:\DJGPP\BIN\GCC.EXE cs: sel=3D00af base=3D82ae0000 limit=3D0026dfff ds: sel=3D00b7 base=3D82ae0000 limit=3D0026dfff es: sel=3D00b7 base=3D82ae0000 limit=3D0026dfff fs: sel=3D0087 base=3D0000ff60 limit=3D0000ffff gs: sel=3D00c7 base=3D00000000 limit=3D0010ffff ss: sel=3D00b7 base=3D82ae0000 limit=3D0026dffff App stack: [0015e000..0021e000] Exceptn stack: [000255b0..00023670] Call frame traceback EIPs: 0*0001096c 0*00010a4a 0*0000fce3 0*0000a091 0*00009d00 0*00008a8e 0*0000b8bb 0*0000e316 -------------------------------------------------------------------------= ------------------------------------------------------------------- Then it actually creates an objectfile, however, when I try to link the = o-file by using the command gxx -o mypro.exe myfile.o it sais the same = as above (numbers and letters are different).=20 Could you give me some advise to jestel AT t-online DOT de Thanks a lot!!! ------=_NextPart_000_0008_01BFD483.EEAECA60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
I have problems compiling and linking = with djgpp=20 (c++).
When I=B4m trying to compile by using = the command gcc=20 -c -Wall myfile.cc it sais:
----------------------------------------------------------------= ------------------------------------------------------------------------<= /FONT>
Abort!
Exiting due to signal = SIGABRT
Raised at eip=3D00010a4a
eax=3D0025dde0 ebx=3D00000120 = ecx=3D00000000 edx=3D0000ff60=20 esi=3D0026327f edi=3D00000000 ebp=3D0025de8c esp=3D0025dddc=20 program=3DC:\DJGPP\BIN\GCC.EXE
cs:  sel=3D00af  = base=3D82ae0000 =20 limit=3D0026dfff
ds:  = sel=3D00b7 base=3D82ae0000 =20 limit=3D0026dfff
es:  = sel=3D00b7 base=3D82ae0000 =20 limit=3D0026dfff
fs:  =20 sel=3D0087 base=3D0000ff60    limit=3D0000ffff
gs:  = sel=3D00c7 base=3D00000000 =20 limit=3D0010ffff
ss:  sel=3D00b7 base=3D82ae0000 =20 limit=3D0026dffff
App stack: [0015e000..0021e000]  = 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
----------------------------------------------------------------= -------------------------------------------------------------------------= ---
 
Then it actually creates an objectfile, = however,  when I try to link the o-file by using the command gxx -o = mypro.exe myfile.o it sais the same as above (numbers and letters are=20 different).
Could you give me some advise = to   =20 jestel AT t-online DOT de
Thanks a = lot!!!
------=_NextPart_000_0008_01BFD483.EEAECA60--