X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Ram.M" Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP installation problem Date: Mon, 09 Feb 2004 17:51:47 +0530 Organization: Cisco Systems Inc. Message-ID: <1076329461.918977@sj-nntpcache-3> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 References: <57f9178c DOT 0402040848 DOT 1c5ed8b AT posting DOT google DOT com> <200402042005 DOT i14K52qB009740 AT envy DOT delorie DOT com> <57f9178c DOT 0402050233 DOT 1224345d AT posting DOT google DOT com> <2914-Thu05Feb2004211024+0200-eliz AT elta DOT co DOT il> <40229F64 DOT 3010605 AT employees DOT org> <2914-Sat07Feb2004163950+0200-eliz AT elta DOT co DOT il> In-Reply-To: <2914-Sat07Feb2004163950+0200-eliz@elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cache-Post-Path: sj-nntpcache-3!unknown AT 10 DOT 77 DOT 138 DOT 212 X-Cache: nntpcache 2.4.0b2 (see http://www.nntpcache.org/) X-Complaints-To: abuse AT supernews DOT com Lines: 62 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: >>From: "Ram.M" >>Newsgroups: comp.os.msdos.djgpp >>Date: Fri, 06 Feb 2004 01:24:12 +0530 >> >>>What does the following command print, if you type that from a DOS >>>box? >>> >>> dir d:\djgpp\lib\gcc-lib\djgpp\3.32 >> >>D:\DJGPP>dir d:\djgpp\lib\gcc-lib\djgpp\3.32 >> Volume in drive D is DATA >> Volume Serial Number is 7401-0844 >> >> Directory of d:\djgpp\lib\gcc-lib\djgpp\3.32 >> >>05/02/2004 16:07 . >>05/02/2004 16:07 .. >>20/10/2003 19:17 2,887,680 cc1.exe >>20/10/2003 19:17 173,568 collect2.exe >>20/10/2003 19:06 1,393 djgpp-x.djl >>20/10/2003 19:06 26 djgpp.ver >>05/02/2004 16:06 include >>05/02/2004 16:07 install-tools >>20/10/2003 19:17 51,916 libgcc.a >>20/10/2003 19:06 3,195 specs >>20/10/2003 19:17 89,492 SYSCALLS.cX >> 7 File(s) 3,207,270 bytes >> 4 Dir(s) 2,753,071,104 bytes free > > > Strange... > > Okay, let's try several more commands; please tell what each one of > them displays: > > gcc -print-libgcc-file-name > gcc -print-file-name=libgcc.a > ld --version Here goes the info.. D:\djgpp>set DJGPP=d:\djgpp\djgpp.env D:\djgpp>set PATH=%PATH%;d:\djgpp\bin D:\djgpp>gcc gcc -print-libgcc-file-name D:\djgpp>gcc -print-libgcc-file-name d:/djgpp/lib/gcc-lib/djgpp/3.32/libgcc.a D:\djgpp>gcc -print-file-name=libgcc.a d:/djgpp/lib/gcc-lib/djgpp/3.32/libgcc.a D:\djgpp>ld --version GNU ld version 2.14 20030612 Copyright 2002 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. D:\djgpp>