From: "Christian Jansen" Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP neither running on ms-dos 6.2 nor on caldera-dos 7.03 Date: Sun, 13 Aug 2000 04:22:26 +0200 Lines: 46 Message-ID: <8n50kt$7pqh6$1@ID-16903.news.cis.dfn.de> References: <8mrqp6$76b4o$1 AT ID-16903 DOT news DOT cis DOT dfn DOT de> <200008091610 DOT MAA14428 AT delorie DOT com> <8muhnt$7gvik$1 AT ID-16903 DOT news DOT cis DOT dfn DOT de> <200008111715 DOT NAA06366 AT delorie DOT com> NNTP-Posting-Host: pp.146.170.han.germanynet.de (151.189.146.170) X-Trace: fu-berlin.de 966133213 8186406 151.189.146.170 (16 [16903]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thank you for all your help! It's working now. The file you mentioned is ok, and I have no clue, what I could have done right know, while doing it wrong before; I actually formated the hdd, and only installed the main important dos-files and djgpp, while I had to compress the hdd before for being able to put also some little games on it (msdos using dblspace, drdos using stacker). Could that have been the problem? I'm gonna save the whole content of the hdd zipped on my desktop-pc, so I hope I will never ever have this problem again! cu CJ "Eli Zaretskii" schrieb im Newsbeitrag news:200008111715 DOT NAA06366 AT delorie DOT com... > > From: "Christian Jansen" > > Newsgroups: comp.os.msdos.djgpp > > Date: Thu, 10 Aug 2000 17:30:52 +0200 > > > > When compiling (hello.o), I get no errors, but when I want to run, I get the > > following messages (RH-IDE's Message Window): > > > > --------------------------------------------------------------------- > > Creating: hello.exe > > > > Reading specs from c:/djgpp/lib/gcc-lib/djgpp/2.952/specs > > > > gcc version 2.95.2 19991024 (release) > > > > c:/djgpp/lib/gcc- lib/djgpp/2.952/collect2.exe -o hello.exe > > c:/djgpp/lib/crt0.o -Lc:/djgpp/lib -Lc:/djgpp/lib/gcc-lib/djgpp/2.952 -Lc:/d > > jgpp/bin -Lc:/djgpp/lib hello.o -lstdcxx .lgcc -lc -lgcc -Tdjgpp.djl > > > > Error: c:/djgpp/bin/ld.exe: cannot find -lgcc > > Do you have libgcc.a in c:/djgpp/lib/gcc-lib/djgpp/2.952? If not, > that is your problem.