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

No rule to make target all in gcc/f/runtime


Yet another problem with SCO OS 5.04:

1. configure  ---srcdir=.../egcs --enable-shared

2. make all

make[1]: Entering directory
`/usr/local/ports/egcs/CVS/egcs-obj/libiberty'
make[2]: Entering directory
`/usr/local/ports/egcs/CVS/egcs-obj/libiberty'
make[2]: Leaving directory
`/usr/local/ports/egcs/CVS/egcs-obj/libiberty'
make[1]: Leaving directory
`/usr/local/ports/egcs/CVS/egcs-obj/libiberty'
make[1]: Entering directory `/usr/local/ports/egcs/CVS/egcs-obj/texinfo'

make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/ports/egcs/CVS/egcs-obj/texinfo'
make[1]: Entering directory `/usr/local/ports/egcs/CVS/egcs-obj/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/ports/egcs/CVS/egcs-obj/etc'
make[1]: Entering directory `/usr/local/ports/egcs/CVS/egcs-obj/gcc'
running /bin/sh ../../egcs/gcc/configure  --host=i586-pc-sco3.2v5.0.4
--target=i586-pc-sco3.2v5.0.4 --srcdir=../../egcs/gcc --enable-shared
--cache-file=../config.cache --no-create --no-recursion
if [ -f libgcc2.ready ] ; then \
        true; \
else \
        touch libgcc2.ready; \
fi
gcc  -DIN_GCC    -g -O2  -DHAVE_CONFIG_H   -o g++ g++.o g++spec.o
prefix.o \
  version.o choose-temp.o pexecute.o  obstack.o alloca.o
gcc  -DIN_GCC    -g -O2  -DHAVE_CONFIG_H   -o g77 g77.o g77spec.o
prefix.o version.o \
  choose-temp.o pexecute.o  obstack.o alloca.o
rm -f include/float.h
if [ -f /usr/include/float.h ] ?? if grep 'ifndef _FLOAT_H___'
/usr/include/float.h >/dev/null; then false; else :; fi; then \
  SYS_FLOAT_H_WRAP=1; \
else :; \
  SYS_FLOAT_H_WRAP=0; \
fi; \
/usr/local/ports/egcs/CVS/egcs-obj/gcc/xgcc
-B/usr/local/ports/egcs/CVS/egcs-obj/gcc/  -DIN_GCC    -g -O2
-I./include     -DNO_MEM -DNO_LONG_DOUBLE_IO -O0 \
  -DSYS_FLOAT_H_WRAP=$SYS_FLOAT_H_WRAP \
  -I. -c ../../egcs/gcc/enquire.c
/usr/local/ports/egcs/CVS/egcs-obj/gcc/xgcc
-B/usr/local/ports/egcs/CVS/egcs-obj/gcc/  -DIN_GCC    -g -O2
-I./include   enquire.o -o enquire
./enquire -f > tmp-float.h
grep '#define [^_]' tmp-float.h >/dev/null || true > tmp-float.h
mv tmp-float.h float.h-nat
rm -f gfloat.h
cp float.h-nat gfloat.h
rm -f include/float.h
if [ -s gfloat.h ]; then \
  cp gfloat.h include/float.h ?? \
  chmod a+r include/float.h; \
else :; fi
touch stmp-headers
Various warnings and error messages from fixproto are normal
if [ -d include ] ; then true; else mkdir include; fi
if [ -f include/fixed ] ; then true; \
else \
  : This line works around a 'make' bug in BSDI 1.1.; \
  FIXPROTO_DEFINES="-D_XOPEN_SOURCE -D_POSIX_C_SOURCE=2"; export
FIXPROTO_DEFINES; \
  /bin/sh ../../egcs/gcc/fixproto include include /usr/include; \
  touch include/fixed; \
fi
touch stmp-fixproto
case "c proto gcov  c++ f77 objc" in \
*f77*) top=`pwd`; \
  cd f/runtime ?? make \
    GCC_FOR_TARGET="`case '/usr/local/ports/egcs/CVS/egcs-obj/gcc/xgcc
-B/usr/local/ports/egcs/CVS/egcs-obj/gcc/' in \
     './xgcc -B./') echo ${top}/xgcc -B${top}/;; \
     *) echo '/usr/local/ports/egcs/CVS/egcs-obj/gcc/xgcc
-B/usr/local/ports/egcs/CVS/egcs-obj/gcc/';; esac`" \
    GCC_FLAGS="" CROSS="" AR_FLAGS="rc" AR="ar" BISON="bison"
BISONFLAGS="" CC="gcc" CFLAGS="-g -O2" X_CFLAGS="" LDFLAGS="" LEX="flex"
LEXFLAGS=""
MAKEINFO="/usr/local/ports/egcs/CVS/egcs-obj/texinfo/makeinfo/makeinfo "
MAKEINFOFLAGS="" RANLIB="true" RANLIB_TEST="false" SHELL="/bin/sh"
exec_prefix="/usr/local" prefix="/usr/local"
tooldir="/usr/local/i586-pc-sco3.2v5.0.4" bindir="/usr/local/bin"
libsubdir="/usr/local/lib/gcc-lib/i586-pc-sco3.2v5.0.4/egcs-2.91.04" \
    all ;; \
esac
make[2]: Entering directory
`/usr/local/ports/egcs/CVS/egcs-obj/gcc/f/runtime'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory
`/usr/local/ports/egcs/CVS/egcs-obj/gcc/f/runtime'
make[1]: *** [f77-runtime] Error 2
make[1]: Leaving directory `/usr/local/ports/egcs/CVS/egcs-obj/gcc'
make: *** [all-gcc] Error 2
#

It is the second make, the first few lines indicates subdirectories, in
which all was ok.

--

    @=
     //RSSH                              mailto://Ruslan@Shevchenko.Kiev.UA





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