From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: i =?iso-8859-1?Q?can=B4t?= compile Date: Sat, 01 Sep 2001 10:11:26 +0300 Lines: 15 Message-ID: <3B908A1E.9C3DFDC6@is.elta.co.il> References: NNTP-Posting-Host: 192.116.55.139 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: fu-berlin.de 999328377 3706134 192.116.55.139 (16 [61365]) X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com montali AT uole DOT com wrote: > > gcc -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -m486 -O3 -ffast-math > -fomit-frame-pointer -s -o obj/djgpp/asmdef.exe src/asmdef.c > C:\DJGPP\BIN/ld.exe: cannot find -lgcc > make.exe: *** [obj/djgpp/asmdef.exe] Error 1 > > i downloaded everything listed in the zip picker so i > donīt know whatīs the matter.please tell me which file > i need. It complains about libgcc.a. Can you compile a simple hello world program on that machine, or do you see the same error message?