This is the mail archive of the gcc-bugs@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]

egcs-2.90.11 installation


building just gcc in its subdirectory and running 'make install':

[...]

for file in cc1  cc1plus; do \
  if [ -f $file ] ; then \
    rm -f
/usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/egcs-2.90.11/$file; \
    @INSTALL@ $file
/usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/egcs-2.90.11/$file; \
  else true; \
  fi; \
done
/bin/sh: @INSTALL@: command not found
/bin/sh: @INSTALL@: command not found

Works fine building in main directory.


Thomas Weise, http://www.inf.tu-dresden.de/~tw4
Dresden University of Technology, Department of Computer Science  



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