X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: mram AT employees DOT org (Ram.M) Newsgroups: comp.os.msdos.djgpp Subject: DJGPP installation problem Date: 4 Feb 2004 08:48:37 -0800 Organization: http://groups.google.com Lines: 48 Message-ID: <57f9178c.0402040848.1c5ed8b@posting.google.com> NNTP-Posting-Host: 192.122.173.13 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1075913317 4666 127.0.0.1 (4 Feb 2004 16:48:37 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 4 Feb 2004 16:48:37 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi All, I installed djgpp and configured DJGPP, PATH env variables but when I compile any c pgm, I get the following errors, can any help in fixing this. D:\>cd djgpp D:\DJGPP>set DJGPP=d:\djgpp\djgpp.env D:\DJGPP>set PATH=%PATH%;d:\djgpp\bin D:\DJGPP>set LIB=d:\djgpp\lib D:\DJGPP>set LIBRARY=%LIB% D:\DJGPP>set INCLUDE=d:\djgpp\include D:\DJGPP>gcc a.c d:/djgpp/bin/ld.exe: cannot find -lgcc collect2: ld returned 1 exit status D:\DJGPP>set DJGPP DJGPP=d:\djgpp\djgpp.env D:\DJGPP>dir djgpp.env Volume in drive D is DATA Volume Serial Number is 7401-0844 Directory of D:\DJGPP 02/03/2002 17:17 3,592 djgpp.env 1 File(s) 3,592 bytes 0 Dir(s) 2,814,004,736 bytes free D:\DJGPP>dir a.c Volume in drive D is DATA Volume Serial Number is 7401-0844 Directory of D:\DJGPP 30/01/2004 19:49 39 a.c 1 File(s) 39 bytes 0 Dir(s) 2,814,004,736 bytes free D:\DJGPP> Thanks Ram.M