X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <3C62A126.89B75CD@hotmail.com> Date: Thu, 07 Feb 2002 23:45:42 +0800 From: "Y.Y.Wong" X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: zh-TW,zh,zh-CN,en,el MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: GNU pascal installation Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Original-NNTP-Posting-Host: ts36171.hknet.com Lines: 31 NNTP-Posting-Host: news.hknet.com X-Trace: 7 Feb 2002 23:43:39 +0800, news.hknet.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I've install gpc2953b.zip, but encounter the following problem: C:\tmp6>cat test.p program test(input, output); begin end. C:\tmp6>gpc test.p gpcpp.exe: djgpp.ver: No such file or directory (ENOENT) C:\tmp6>tail /djgpp/djgpp.env [egrep] +GREP_OPTIONS=--directories=skip [gpcpp] C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%%DJDIR%/lang/pascal;%DJDIR%/include [gpc] COMPILER_PATH=%/>;COMPILER_PATH%%DJDIR%/bin LIBRARY_PATH=%/>;LIBRARY_PATH%%DJDIR%/lib;%DJDIR%/contrib/grx20/lib C:\tmp6>gcc -v Reading specs from c:/djgpp/lib/gcc-lib/djgpp/2.952/specs gcc version 2.95.2 19991024 (release) Could someone tell me what's wrong? Do I need gcc2.953? Thanks!