X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Drew Newsgroups: comp.os.msdos.djgpp Subject: version followup..pascal question Date: Thu, 27 Nov 2003 21:49:36 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <2gddsvkqvq4o8cnc8l5rp39e42nchu5moe@4ax.com> X-Newsreader: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: abuse AT supernews DOT com Lines: 25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ignore that lat post. It was gcp -v. Apologies for the silly question! Now for a new one. I am trying to compile a simple Pascal program with GNU pascal. gpc -v says i am running: gpc version 20030830, based on gcc-3.2.2 gcc -v says i am running: gcc version 3.3.2 When I compile a Pascal program, I get the following error: c:/djgpp/bin/ld.exe: cannot find -lgcc I installed pascal correctly in the djgpp folder. My C programs all compile okay. Is there a newer version of GNU Pascal I need. I wonder if the fact that I have gcc 3.3.2 but Pascal based on gcc 3.2.2 is causing the problem. Any ideas? Thanks! Drew