classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Trouble compiling Classpath


From: Victor Niebla
Subject: Trouble compiling Classpath
Date: Mon, 01 Dec 2003 10:21:29 +0100
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.5) Gecko/20031110 Debian/1.5-3

Hi all, i am having problems compiling the CVS sources
i try "aclocal;autoheader;autoconf;automake" getting
one error on the automake.
lib/Makefile.am:77: invalid variable `dist_pkgdata_DATA'

When i configure, make and make install i get the following error
on the last step:

   address@hidden:~/WORK/classpath$ make install
   Making install in lib
   make[1]: Entering directory `/home/niebla/WORK/classpath/lib'
   top_builddir=.. /bin/sh ./gen-classlist.sh standard
   make[2]: Entering directory `/home/niebla/WORK/classpath/lib'
   top_builddir=.. /bin/sh ./gen-classlist.sh standard
   make[2]: No se hace nada para `install-exec-am'.
   ../mkinstalldirs /home/niebla/classpath/share/
-> if ! [ -e glibj.zip ]; then cp -R gnu /home/niebla/classpath/share/; fi
cp: no se puede efectuar `stat' sobre `gnu': No existe el fichero o el directorio
   make[2]: *** [install-data-local] Error 1
   make[2]: Leaving directory `/home/niebla/WORK/classpath/lib'
   make[1]: *** [install-am] Error 2
   make[1]: Leaving directory `/home/niebla/WORK/classpath/lib'
   make: *** [install-recursive] Error 1

Make tries to copy gnu from inside lib dir and its on the $(top_builddir) is this correct ??? Sorry if it sounds stupid.... ;-)







reply via email to

[Prev in Thread] Current Thread [Next in Thread]