This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

/cvs/gcc/libjava/configure: top_srcdir: command not found



During configure of libjava I get:

/cvs/gcc/libjava/configure: top_srcdir: command not found
/cvs/gcc/libjava/configure: MULTIBUILDTOP: command not found

I've run on i686-linux:
$ /cvs/gcc/configure --prefix=/opt/gcc-3.1-devel --enable-shared \
         --enable-threads=posix --enable-clocale=gnu  \
         --with-gnu-as --with-gnu-ld --disable-nls --with-system-zlib \
         --enable-languages=c,objc,c++,f77,java
$ make bootstrap


Any ideas where the problem is?

A grep in my builddir reveals for MULTIBUILDTOP:

gromit:/builds/gcc/gcc-3.1-devel:[0]$ grep -r MULTIBUILDTOP .
./i686-pc-linux-gnu/libstdc++-v3/Makefile:MULTIBUILDTOP = 
grep: ./i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/bits: No such file or directory
./i686-pc-linux-gnu/libiberty/Makefile:MULTIBUILDTOP = 
./i686-pc-linux-gnu/libf2c/Makefile:MULTIBUILDTOP = 
./i686-pc-linux-gnu/libobjc/Makefile:MULTIBUILDTOP = 
./i686-pc-linux-gnu/libobjc/Makefile:  -I$(srcdir)/$(MULTISRCTOP)../gcc/config -I$(MULTIBUILDTOP)../../gcc \
./i686-pc-linux-gnu/libffi/Makefile:MULTIBUILDTOP = 
./i686-pc-linux-gnu/zlib/Makefile:MULTIBUILDTOP = 
./i686-pc-linux-gnu/boehm-gc/Makefile:MULTIBUILDTOP = 
./i686-pc-linux-gnu/boehm-gc/Makefile:TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
./i686-pc-linux-gnu/libjava/Makefile:##ZIP = ##$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar$(EXEEXT)
./i686-pc-linux-gnu/libjava/Makefile:ZIP = $(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar$(EXEEXT)
./i686-pc-linux-gnu/libjava/Makefile:GCJH = $(MULTIBUILDTOP)../$(COMPPATH)/gcc/gcjh$(EXEEXT)
./i686-pc-linux-gnu/libjava/Makefile:MULTIBUILDTOP = 
./libiberty/Makefile:MULTIBUILDTOP =
./zlib/Makefile:MULTIBUILDTOP = 

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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