From: "Hooman Katirai" To: Subject: FW: Date: Mon, 20 Jul 1998 15:35:11 -0700 Message-ID: <000001bdb42e$a90d2c30$1901030a@WS-hkatirai.netpartners.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Importance: Normal Precedence: bulk Some information I forgot ... These are the files I installed: 07/17/98 10:30a 399,350 faq210b.zip 07/17/98 10:30a 1,538,295 djdev201.zip 07/17/98 10:30a 13,446 readme.1st 07/17/98 10:30a 466,929 txi390b.zip 07/17/98 10:31a 1,366,394 txi390d.zip 07/17/98 10:33a 307,489 pk250c32.exe 07/17/98 10:45a 1,472,671 djlsr201.zip 07/17/98 10:46a 1,311,315 gcc281b.zip 07/17/98 10:47a 1,281,235 gpp281b.zip 07/17/98 10:47a 638,706 lgp271b.zip 07/17/98 10:48a 234,827 mak3761b.zip 07/17/98 10:48a 1,716,944 rhide14b.zip 07/17/98 11:35a 1,896,445 bnu281b.zip 07/17/98 11:42a 1,376,922 rhide14s.zip Thanks, -Hoo -----Original Message----- From: Hooman Katirai [mailto:hkatirai AT netpartners DOT com] Sent: Monday, July 20, 1998 3:27 PM To: 'djgpp AT delorie DOT com' Subject: Hello, After considerable tinkering I was able to reduce my linking error messages to the lines below. It seems there is a conflict between my stdc++ and libg++ libraries. Could you please recommend a solution? I've attached the compiler's output below. Also long file names do not seem to be working despite the fact that I've "set LFN=y" and the line "LFN=y" appears in the file "D:\DJGPP\" where my compiler is installed. Thank you very much for your time. Hooman --- D:\genetic>g++ main.o stem.o -lstd -lgpp d:/djgpp/lib/gcc-lib/djgpp\2.81/libgcc.a(exception.o): In function `terminate(vo id)': exception.cc(.text+0x0): multiple definition of `terminate(void)' d:/djgpp/lib/libstdcxx.a(exceptioni.o)(.text+0x3c):exceptioni.cc: first defined here d:/djgpp/lib/gcc-lib/djgpp\2.81/libgcc.a(exception.o): In function `__default_un expected(void)': exception.cc(.text+0xc): multiple definition of `__default_unexpected(void)' d:/djgpp/lib/libstdcxx.a(exceptioni.o)(.text+0x8):exceptioni.cc: first defined h ere d:/djgpp/lib/gcc-lib/djgpp\2.81/libgcc.a(exception.o): In function `set_terminat e(void (*)(void))': exception.cc(.text+0x14): multiple definition of `set_terminate(void (*)(void))' d:/djgpp/lib/libstdcxx.a(exceptioni.o)(.text+0x10):exceptioni.cc: first defined here d:/djgpp/lib/gcc-lib/djgpp\2.81/libgcc.a(exception.o): In function `set_unexpect ed(void (*)(void))': exception.cc(.text+0x2c): multiple definition of `set_unexpected(void (*)(void)) ' d:/djgpp/lib/libstdcxx.a(exceptioni.o)(.text+0x26):exceptioni.cc: first defined here d:/djgpp/lib/gcc-lib/djgpp\2.81/libgcc.a(exception.o): In function `unexpected(v oid)': exception.cc(.text+0x44): multiple definition of `unexpected(void)' d:/djgpp/lib/libstdcxx.a(exceptioni.o)(.text+0x48):exceptioni.cc: first defined here