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:

[EMAIL PROTECTED]:~/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.... ;-)





_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to