egcs-2.90.11 installation
Thomas Weise
tw4@irz301.inf.tu-dresden.de
Fri Oct 3 08:14:00 GMT 1997
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
More information about the Gcc-bugs
mailing list