public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Rahul Parasnis <rparasnis@clj.co.jp>
To: gcc-help@gcc.gnu.org
Subject: Problem while compiling gcc2.95.2 because of bison
Date: Tue, 01 Feb 2000 20:10:00 -0000	[thread overview]
Message-ID: <00Feb2.130920jst.130820@tkfwbw1.clj.co.jp> (raw)

I am installing gcc on HP 10.20 , I found Simmilar problems about bison, 
Is it neccessary that I have to install bison first to install GCC ? where
can I get it ? 
There is another way suggested by Tim Prince in one of his answers 
Tim>In this case, assuming you didn't alter c-parse, you could 'touch
c-parse.c' so
Tim>that ( if you are using gnu make) it will not think that file is out of
date. 

Wheather I can do this before make bootstrap ? 

I am attaching following for someone who is interested in the Log
               t='s,x,x,'; echo ar | sed -e $t ; \
            fi; \
          fi`"  "BISON=`if [ -f /opt/gcc-2.95.2/gcc/../bison/bison ] ; then
case /admdns/gcc-2.95.2/gcc in \
        /*) echo /opt/gcc-2.95.2/gcc/../bison/bison -L
/admdns/gcc-2.95.2/gcc/../bison/ ;; \
        *) echo /opt/gcc-2.95.2/gcc/../bison/bison -L
/opt/gcc-2.95.2/gcc//admdns/gcc-2.95.2/gcc/../bison/ ;; \
        esac; else echo bison ; fi`"  "BISONFLAGS="  "CFLAGS=-O2 -g"
"CLIB="  "GCC_FOR_TARGET=./xgcc -B/usr/local/hppa1.1-hp-hpux10.20/bin/ -B./
-I/usr/local/hppa1.1-hp-hpux10.20/include"  "LDFLAGS="  "LEX=`if [ -f
/opt/gcc-2.95.2/gcc/../flex/flex ] ; then echo
/opt/gcc-2.95.2/gcc/../flex/flex ; else echo flex ; fi`"  "LEXFLAGS="
"LN=ln"  "LN_S=ln -s"  "MAKEINFO=`if [ -f
/opt/gcc-2.95.2/gcc/../texinfo/makeinfo/Makefile ] ; \
        then echo /opt/gcc-2.95.2/gcc/../texinfo/makeinfo/makeinfo ; \
        else echo makeinfo ; fi`"  "MAKEINFOFLAGS="  "RANLIB_FOR_TARGET=`
if [ -f /opt/gcc-2.95.2/gcc/../binutils/ranlib ] ; then \
            echo /opt/gcc-2.95.2/gcc/../binutils/ranlib ; \
          else \
            if [ "hppa1.1-hp-hpux10.20" = "hppa1.1-hp-hpux10.20" ] ; then \
              echo ranlib; \
            else \
               t='s,x,x,'; echo ranlib | sed -e $t ; \
            fi; \
          fi`"  "RANLIB_TEST_FOR_TARGET=[ -f `  if [ -f
/opt/gcc-2.95.2/gcc/../binutils/ranlib ] ; then \
            echo /opt/gcc-2.95.2/gcc/../binutils/ranlib ; \
          else \
            if [ "hppa1.1-hp-hpux10.20" = "hppa1.1-hp-hpux10.20" ] ; then \
              echo ranlib; \
            else \
               t='s,x,x,'; echo ranlib | sed -e $t ; \
            fi; \
          fi` ]  || ( [ "hppa1.1-hp-hpux10.20" = "hppa1.1-hp-hpux10.20" ]
&& [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )"  "SHELL=/bin/sh"
"STAGE_PREFIX=stage1/"  "exeext="  "build_exeext="  "objext=.o"
"exec_prefix=/usr/local"  "prefix=/usr/local"  "local_prefix=/usr/local"
"gxx_include_dir=/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2/../../..
/..`echo /usr/local | sed -e 's|^/usr/local||' -e
's|/[^/]*|/..|g'`/include/g++-3"  "tooldir=/usr/local/hppa1.1-hp-hpux10.20"

"gcc_tooldir=/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2/../../../../
hppa1.1-hp-hpux10.20"  "bindir=/usr/local/bin"
"libsubdir=/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2"
"datadir=/usr/local/share"  "distdir=../tmp/\$(subdir)"
"localedir=/usr/local/share/locale" "CC=stage1/xgcc -Bstage1/
-B/usr/local/hppa1.1-hp-hpux10.20/bin/" "JAVA_FOR_BUILD="  "JAVAFLAGS="
"JAVA_FOR_TARGET=" ../jc1
        here=`pwd`; sdir=`cd /admdns/gcc-2.95.2/gcc/java && pwd`; if test
-f ../../bison; then bison="$here/../../bison/bison -L $sdir"; else
bison=bison; fi; \
        cd /admdns/gcc-2.95.2/gcc/java && $bison -t  --name-prefix=java_ \
            -o parse.c ./parse.y
sh[2]: bison:  not found.
*** Error exit code 127

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.


Regards
- Rahul Parasnis 


WARNING: multiple messages have this Message-ID
From: Rahul Parasnis <rparasnis@clj.co.jp>
To: gcc-help@gcc.gnu.org
Subject: Problem while compiling gcc2.95.2 because of bison
Date: Sat, 01 Apr 2000 00:00:00 -0000	[thread overview]
Message-ID: <00Feb2.130920jst.130820@tkfwbw1.clj.co.jp> (raw)
Message-ID: <20000401000000.tO6Xz3fg0YKSu7dHJsWUjPHERgzQ5-3oEx0_SfGTSSE@z> (raw)

I am installing gcc on HP 10.20 , I found Simmilar problems about bison, 
Is it neccessary that I have to install bison first to install GCC ? where
can I get it ? 
There is another way suggested by Tim Prince in one of his answers 
Tim>In this case, assuming you didn't alter c-parse, you could 'touch
c-parse.c' so
Tim>that ( if you are using gnu make) it will not think that file is out of
date. 

Wheather I can do this before make bootstrap ? 

I am attaching following for someone who is interested in the Log
               t='s,x,x,'; echo ar | sed -e $t ; \
            fi; \
          fi`"  "BISON=`if [ -f /opt/gcc-2.95.2/gcc/../bison/bison ] ; then
case /admdns/gcc-2.95.2/gcc in \
        /*) echo /opt/gcc-2.95.2/gcc/../bison/bison -L
/admdns/gcc-2.95.2/gcc/../bison/ ;; \
        *) echo /opt/gcc-2.95.2/gcc/../bison/bison -L
/opt/gcc-2.95.2/gcc//admdns/gcc-2.95.2/gcc/../bison/ ;; \
        esac; else echo bison ; fi`"  "BISONFLAGS="  "CFLAGS=-O2 -g"
"CLIB="  "GCC_FOR_TARGET=./xgcc -B/usr/local/hppa1.1-hp-hpux10.20/bin/ -B./
-I/usr/local/hppa1.1-hp-hpux10.20/include"  "LDFLAGS="  "LEX=`if [ -f
/opt/gcc-2.95.2/gcc/../flex/flex ] ; then echo
/opt/gcc-2.95.2/gcc/../flex/flex ; else echo flex ; fi`"  "LEXFLAGS="
"LN=ln"  "LN_S=ln -s"  "MAKEINFO=`if [ -f
/opt/gcc-2.95.2/gcc/../texinfo/makeinfo/Makefile ] ; \
        then echo /opt/gcc-2.95.2/gcc/../texinfo/makeinfo/makeinfo ; \
        else echo makeinfo ; fi`"  "MAKEINFOFLAGS="  "RANLIB_FOR_TARGET=`
if [ -f /opt/gcc-2.95.2/gcc/../binutils/ranlib ] ; then \
            echo /opt/gcc-2.95.2/gcc/../binutils/ranlib ; \
          else \
            if [ "hppa1.1-hp-hpux10.20" = "hppa1.1-hp-hpux10.20" ] ; then \
              echo ranlib; \
            else \
               t='s,x,x,'; echo ranlib | sed -e $t ; \
            fi; \
          fi`"  "RANLIB_TEST_FOR_TARGET=[ -f `  if [ -f
/opt/gcc-2.95.2/gcc/../binutils/ranlib ] ; then \
            echo /opt/gcc-2.95.2/gcc/../binutils/ranlib ; \
          else \
            if [ "hppa1.1-hp-hpux10.20" = "hppa1.1-hp-hpux10.20" ] ; then \
              echo ranlib; \
            else \
               t='s,x,x,'; echo ranlib | sed -e $t ; \
            fi; \
          fi` ]  || ( [ "hppa1.1-hp-hpux10.20" = "hppa1.1-hp-hpux10.20" ]
&& [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )"  "SHELL=/bin/sh"
"STAGE_PREFIX=stage1/"  "exeext="  "build_exeext="  "objext=.o"
"exec_prefix=/usr/local"  "prefix=/usr/local"  "local_prefix=/usr/local"
"gxx_include_dir=/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2/../../..
/..`echo /usr/local | sed -e 's|^/usr/local||' -e
's|/[^/]*|/..|g'`/include/g++-3"  "tooldir=/usr/local/hppa1.1-hp-hpux10.20"

"gcc_tooldir=/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2/../../../../
hppa1.1-hp-hpux10.20"  "bindir=/usr/local/bin"
"libsubdir=/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.95.2"
"datadir=/usr/local/share"  "distdir=../tmp/\$(subdir)"
"localedir=/usr/local/share/locale" "CC=stage1/xgcc -Bstage1/
-B/usr/local/hppa1.1-hp-hpux10.20/bin/" "JAVA_FOR_BUILD="  "JAVAFLAGS="
"JAVA_FOR_TARGET=" ../jc1
        here=`pwd`; sdir=`cd /admdns/gcc-2.95.2/gcc/java && pwd`; if test
-f ../../bison; then bison="$here/../../bison/bison -L $sdir"; else
bison=bison; fi; \
        cd /admdns/gcc-2.95.2/gcc/java && $bison -t  --name-prefix=java_ \
            -o parse.c ./parse.y
sh[2]: bison:  not found.
*** Error exit code 127

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.


Regards
- Rahul Parasnis 


             reply	other threads:[~2000-02-01 20:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-02-01 20:10 Rahul Parasnis [this message]
2000-04-01  0:00 ` Rahul Parasnis

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=00Feb2.130920jst.130820@tkfwbw1.clj.co.jp \
    --to=rparasnis@clj.co.jp \
    --cc=gcc-help@gcc.gnu.org \
    /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).