From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP under Win 2000 Date: Tue, 11 Mar 2003 19:22:51 +1100 Organization: ECLiPSE Lines: 38 Message-ID: References: NNTP-Posting-Host: p364-tnt5.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1047370979 21700 203.173.137.110 (11 Mar 2003 08:22:59 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Tue, 11 Mar 2003 08:22:59 +0000 (UTC) X-Newsreader: Forte Agent 1.92/32.572 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >I'm having trouble with the library paths for gnu pascal under DJGPP. I'm >running on a Win2K system. I'm trying to find the website for rebuilding >under Win2K. There is no website for rebuilding. You should be able to download the gnu pascal source zip file from simtel and in the zip are the instructions on how to re-build it. Just a peice of advice:- You will need to re-build allot of the other packages before you can build the compiler as most of the other packages are not W2K/XP compatible at this point in time and you will go nuts in downloading all of the sources and re-building them. But if you do have the time and want to learn allot about building and release management then this is a very good place to start. If you do want to do this then grab the updated sources at at the URL below as these will save you allot of time and be prepared to spend at least a few days getting the environment setup. In order to save time and some of your hair go and grab the 2.04 WIP files from the 2.04 test build page as referenced at the following URL, but please read all of the pages as there are some pointers in there to save you some time. http://clio.rice.edu/djgpp/win2k/main.htm Once you have these files then I would advise the following:- 1) Setup a new DJGPP enviroment in a \DJ204 directory and only use the files from clio. 2) Check that your setup works 3) Download the gnu pascal source code from simtel 4) Download the build batch files from clio 5) Rework the build batch files to build the gnu pascal compiler. This way you will save the make outout to a file in order to resolve any problems. If you get stuck drop me an email usign the email address on the page where you downloaded the 2.04 files. Regards, Andrew