| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| Date: | Sun, 2 Apr 2000 09:40:52 +0200 (IST) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | Martin Stromberg <eplmst AT lu DOT erisoft DOT se> |
| cc: | djgpp AT delorie DOT com |
| Subject: | Re: GCC 2.952 Cross-Compile |
| In-Reply-To: | <8bq5rn$9ci$1@antares.lu.erisoft.se> |
| Message-ID: | <Pine.SUN.3.91.1000402094026.9367M-100000@is> |
| MIME-Version: | 1.0 |
| 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 |
On 28 Mar 2000, Martin Stromberg wrote: > : make.exe[4]: Entering directory `c:/gnu/gcc-2.952/build.tx/gcc' > : /dev/c/gnu/gcc-2.952/build.tx/gcc/xgcc [snip] > : Any ideas? > > Yeah! Move the cross-compiler(?) to a directory other than > "/dev". "/dev" will not work with DJGPP. In this case, /dev is actually going to work: "/dev/c/foo" is converted by the DJGPP library to "c:/foo". This is one of the reasons /dev is treated specially. In this case, the intent is to let DOS-style file names with drive letters look like Unix-style file names which begin with a slash. This makes many shell scripts happily ignorant about the drive letter braindamage.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |