bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem using bison


From: Paul Eggert
Subject: Re: Problem using bison
Date: 09 Feb 2004 12:55:55 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

"Wilson, Sue LCC" <address@hidden> writes:

> --14:51:58--  ftp://ftp.isc.org/isc/inn/inn-2.4.1.tar.gz
>            => `inn-2.4.1.tar.gz.1'

Hmmm, your invocation of wget created a file "inn-2.4.1.tar.gz.1",
which means that there was already a file "inn-2.4.1.tar.gz" in your
directory, which means that you did someting other than follow the
exact recipe that I specified.

Can you please follow all the steps of the following recipe, one by
one?  I've altered the recipe a bit, to indicate a few more things
that I'd like to see.  Thanks.

        rm -fr new
        mkdir new
        cd new
        wget ftp://ftp.isc.org/isc/inn/inn-2.4.1.tar.gz
        gunzip <inn-2.4.1.tar.gz | tar xf -
        cd inn-2.4.1/lib
        bison -y parsedate.y
        ls -ld . parsedate.y y.tab.c
        umask
        type bison
        bison --version




reply via email to

[Prev in Thread] Current Thread [Next in Thread]