public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Mumit Khan <khan@NanoTech.Wisc.EDU>
To: paul.andrews@smartmove.co.nz
Cc: insight@sourceware.cygnus.com
Subject: Re: Trouble building Insight-19991116 cygwin->m68k
Date: Thu, 02 Dec 1999 00:38:00 -0000	[thread overview]
Message-ID: <Pine.HPP.3.96.991202023250.2772E-100000@hp2.xraylith.wisc.edu> (raw)
In-Reply-To: <19991129032243.92435.qmail@hotmail.com>

On Mon, 29 Nov 1999, paul andrews wrote:

> Everything goes according to plan, until:
> 
> make[1]: Entering directory `/build/insight/gdb'
> /bin/sh /source/insight-19991116/gdb/../ylwrap "bison -y"
> /source/insight-199911
> 16/gdb/c-exp.y  y.tab.c c-exp.tmp --
> bison: /cygnus/cygwin-b20/share/bison.simple: No such file or directory

Wonder why the timestamps are messed up? Unless you've changed the
grammar file, make shouldn't be trying to run bison at all. 

You seem to have a non-standard installation (no /cygnus), and bison
looks in /cygnus/cygwin-b20/share/ for bison.hairy and bison.simple
and find those files.

The trivial fix is to define:
  
  $ export BISON_SIMPLE=/cygwin-b20/share/bison.simple
  $ export BISON_HAIRY=/cygwin-b20/share/bison.hairy

Please make sure $BISON_SIMPLE exists (and if not, fix the path!).

Now, re-run make.

Regards,
Mumit


      reply	other threads:[~1999-12-02  0:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-28 19:23 paul andrews
1999-12-02  0:38 ` Mumit Khan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.HPP.3.96.991202023250.2772E-100000@hp2.xraylith.wisc.edu \
    --to=khan@nanotech.wisc.edu \
    --cc=insight@sourceware.cygnus.com \
    --cc=paul.andrews@smartmove.co.nz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).