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]

`make install` failed with...


  rm -f /sw/swtest/egcs/info/cpp.info* /sw/swtest/egcs/info/gcc.info*
  for f in cpp.info* gcc.info*; do \
      realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
      /bin/sh /sw/swtest/egcs/SOURCETREE/egcs/install-sh -c -m 644 $f
  /sw/swtest/egcs/info/$realfile; \
  done
  chmod a-x /sw/swtest/egcs/info/cpp.info* /sw/swtest/egcs/info/gcc.info*
  make: Fatal error: Don't know how to make target `install-libf77'
  Current working directory /sw/swtest/egcs/SOURCETREE/egcs/gcc
  *** Error code 1
  make: Fatal error: Command failed for target `install-gcc'

...for yesterdays CVS snapshot under sparc-sun-solaris2.6 with 
/usr/ccs/bin/make (but works fine with GNU make).

This problem occurs for at least one or two weeks now, while before
that everything worked fine.

BTW, I did a `./configure --prefix=/sw/swtest/egcs` while the CVS tree
resides in `/sw/swtest/egcs/SOURCETREE/egcs`.

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/



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