delorie.com/archives/browse.cgi | search |
Date: | Sun, 4 Apr 1999 10:02:48 +0530 (IST) |
From: | Gurunandan R Bhat <grbhat AT unigoa DOT ernet DOT in> |
To: | Nate Eldredge <nate AT cartsys DOT com> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: Can (was Re: Cannot) build linux-x-dos cross-compiler |
In-Reply-To: | <37050B75.7329BDEF@cartsys.com> |
Message-ID: | <Pine.LNX.4.04.9904040955430.7724-100000@aditya.unigoa.ernet.in> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
I had posted a message earlier about my inability to complete the build of a cross compiler for DJGPP on GNU/Linux. I have now managed to complete the build. Some things I learnt along the way: 1. ldscripts are incorrectly built if I use bash2.0 (on SuSE 5.3). The genscripts.sh adds multiple braces. I solved this by reverting back to bash1. 2. the configure script for gcc-2.8.1 uses --prefix=/usr by default. With default value, the include files are incorrectly flagged as not available by the cross compiler. I solved this by explicitly giving --prefix=/usr/local to configure. Even objc/ related files find the correct headers. I would like to thank Nate and DJ for their interest and for their prompt and timely help. With warm regards Gurunandan
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |