This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c++/8124: GCC 3.2 make install error


>Number:         8124
>Category:       c++
>Synopsis:       GCC 3.2 make install error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 02 06:16:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     eric.thomas2@voila.fr
>Release:        gcc 3.2
>Organization:
>Environment:
alpha V5.1A patch kit 3
compaq TRU64
>Description:
make install error after compiling GCC 3.2

xgcc -v : 

Reading specs from /users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1/lib/gcc-lib/alphaev68-dec-osf5.1/3.2/specs
Configured with: /users/eric/gnu/gcc-3.2/configure -v --build=alphaev68-dec-osf5.1 --prefix=/users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1 --exec-prefix=/users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1 --target=alphaev68-dec-osf5.1 --enable-languages=c++,c
Thread model: single
gcc version 3.2


make install error : 

if test "gcc" = "gettext"  && test 'intl-compat.o' = 'intl-compat.o'; then  /bin/sh `case "./../mkinstalldirs" in /*) echo "./../mkinstalldirs" ;; *) echo ".././../mkinstalldirs" ;; esac` /users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1/lib /users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1/include;  ./../install-sh -c -m 644 libintl.h /users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1/include/libintl.h;  @LIBTOOL@ --mode=install  ./../install-sh -c -m 644 libintl.a /users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1/lib/libintl.a;  else  : ;  fi
if test 'yes' = yes; then  /bin/sh `case "./../mkinstalldirs" in /*) echo "./../mkinstalldirs" ;; *) echo ".././../mkinstalldirs" ;; esac` /users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1/lib;  temp=/users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1/lib/t-charset.alias;  dest=/users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1/lib/charset.alias;  if test -f /users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1/lib/charset.alias; then  orig=/users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1/lib/charset.alias;  sed -f ref-add.sed $orig > $temp;  ./../install-sh -c -m 644 $temp $dest;  rm -f $temp;  else  if test no = no; then  orig=charset.alias;  sed -f ref-add.sed $orig > $temp;  ./../install-sh -c -m 644 $temp $dest;  rm -f $temp;  fi;  fi;  /bin/sh `case "./../mkinstalldirs" in /*) echo "./../mkinstalldirs" ;; *) echo ".././../mkinstalldirs" ;; esac` /users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1/share/locale;  test -f /users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1/share/locale/locale.alias  && orig=/users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.if test 'yes' = yes; then  /bin/sh `case "./../mkinstalldirs" in /*) echo "./../mkinstalldirs" ;; *) echo ".././../mkinstalldirs" ;; esac` /users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1/lib;  temp=/users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1/lib/t-charset.alias;  dest=/users/eric/gnu/gcc-3.2/alphaev68-dec-osf5.1/libsh: ./../install-sh: not found
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.

>How-To-Repeat:

>Fix:

>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]