Message-Id: <200005312121.AAA04064@alpha.netvision.net.il> Date: Thu, 01 Jun 2000 00:21:01 +0200 X-Mailer: Emacs 20.6 (via feedmail 8.1.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" To: djgpp AT delorie DOT com In-reply-to: <5DcZ4.4380$MY6.115536@newsread2.prod.itd.earthlink.net> (ghostwheel AT nospam DOT home DOT com) Subject: Re: More Dumb Newbie Questions References: <5fsliskch39r9f3sdm0m29vasnmfhe33rg AT 4ax DOT com> <8jUW4.30$XQ1 DOT 7900 AT wdc-read-01 DOT qwest DOT net> <6A8X4.2175$Q46 DOT 53660 AT newsread2 DOT prod DOT itd DOT earthlink DOT net> <0cbtis4lds4spgoburq4hs8ihijj7lgla8 AT 4ax DOT com> <5DcZ4.4380$MY6 DOT 115536 AT newsread2 DOT prod DOT itd DOT earthlink DOT net> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Ghostwheel" > Newsgroups: comp.os.msdos.djgpp > > Path Not Found > > LD-List Directories, Advanced Edition 4.50 (C) Copr 1987-88 Peter Norton This is your problem: you've got the Norton ld.exe sitting on the PATH before the DJGPP's bin subdirectory. Rearrange your path so that gcc sees the correct ld.exe first.