This is the mail archive of the libstdc++-prs@sources.redhat.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libstdc++/74: gcc make bootstrap fails with: /bin/sh: -c: line 1: syntax error near unexpected token `(C'



>Number:         74
>Category:       libstdc++
>Synopsis:       gcc make bootstrap fails with: /bin/sh: -c: line 1: syntax error near unexpected token `(C'
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jul 15 14:37:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Peter Viitasaari
>Release:        2.90.6
>Organization:
>Environment:
gcc version: 2.95.2
machine: i586-pc-linux-gnu
directories used: gccsrcdir: /root/installs/gcc-2.95.2 
                  libsrcdir: /root/installs/gcc-                  2.95.2/libstdc++-2.90.6 
                  gccbuilddir: /root/installs/objdir 
                  libbuilddir: none needed
                  destdir: /usr

>Description:
gcc make bootstrap fails with: /bin/sh: -c: line 1: syntax error near unexpected token `(C'
>How-To-Repeat:
Starting in /root/installs/gcc-2.95.2 do this:
 
   mv libstdc++ libstdc++-v2
   mv libio libio-v2
 
   tar xzf ../libstdc++-2.90.6.tar.gz
 
   ln -s libstdc++-2.90.6 libstdc++
 
   cd ../objdir
   ../gcc-2.95.2/configure --prefix=/usr
   make bootstrap
 
Fails with script attached: (Reproduced with make check)
>Fix:
I am not too sure but it seems like some of the script variables are not being passed into the libstdc++ makefile.  Is the libstdc++ have to be made before gcc is bootstapped?
 
>Release-Note:
>Audit-Trail:
>Unformatted:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]