delorie.com/archives/browse.cgi | search |
From: | Rossz <rwentwor AT advent DOT com> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Binutils 2.9.5.1 Cross-Compile |
Date: | Wed, 22 Mar 2000 21:02:13 GMT |
Organization: | Deja.com - Before you buy. |
Lines: | 23 |
Message-ID: | <8bbcca$oop$1@nnrp1.deja.com> |
References: | <memo DOT 683641 AT cix DOT compulink DOT co DOT uk> <Pine DOT SUN DOT 3 DOT 91 DOT 1000322111344 DOT 17945d AT is> |
NNTP-Posting-Host: | 208.239.86.120 |
X-Article-Creation-Date: | Wed Mar 22 21:02:13 2000 GMT |
X-Http-User-Agent: | Mozilla/4.5 [en] (Win95; U) |
X-Http-Proxy: | 1.0 x27.deja.com:80 (Squid/1.1.22) for client 208.239.86.120 |
X-MyDeja-Info: | XMYDJUIDrossz |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
In article <Pine DOT SUN DOT 3 DOT 91 DOT 1000322111344 DOT 17945d AT is>, djgpp AT delorie DOT com wrote: > > On Tue, 21 Mar 2000, Ultan Henry wrote: > > > C:/DJGPP/BIN/sh.exe ./../ylwrap "bison -y" ./itbl-parse.y y.tab.c > > itbl-parse.c y.tab.h itbl-parse.h -- -d > > c:/djgpp/bin/bison.exe: itbl-parse.y: No such file or directory (ENOENT) > Note that Bison is invoked here via a wrapper script ylwrap. One idea > is to look inside that script and see how does it invoke Bison. For > example, perhaps it chdirs to some directory before running Bison, and > fails to convert itbl-parse.y to an absolute file name (especially if > the other directory is on another drive). Found the problem. ylwrap attempts to make a symbolic link. Find "ln -s" (around line 83) and replace it with "cp" (without the quotes). Sent via Deja.com http://www.deja.com/ Before you buy.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |