This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
egcs-2.90.11 installation
- To: egcs-bugs at cygnus dot com
- Subject: egcs-2.90.11 installation
- From: Thomas Weise <tw4 at irz301 dot inf dot tu-dresden dot de>
- Date: Fri, 3 Oct 1997 17:13:59 +0200 (MET DST)
- cc: Thomas Weise <tw4 at irz301 dot inf dot tu-dresden dot de>
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