[ROOT] build of root_v2.25.00

From: Xavier Bertou (bertou@lpnp69.in2p3.fr)
Date: Wed Jul 05 2000 - 14:36:09 MEST


Hi all,
I'm installing the new root version and compiling it (Mandrake 7.1 Linux
box, gcc 2.95.3, using root_v2.25.00.Linux.2.2.14.tar.gz and sources).
Everything goes fine (except a missing link in a Mandrake package), until
make install:
[root@zoe root]# make install
Installing binaries in /bin
Installing libraries in /lib
Installing headers in /include
cp: copying multiple files, but last argument (/include) is not a
directory
Try `cp --help' for more information.
Installing main/src/rmain.cxx in /include
Installing cint/MAKEINFO in /cint
Installing cint/include lib and stl in /cint
cp: copying multiple files, but last argument (/cint) is not a directory
Try `cp --help' for more information.
make: *** [install] Error 1

Hum...
Ok, I know, I should have read README/INSTALL, I forgot to define
$ROOTSYS (previous versions didn't compile when ROOTSYS wasn't defined),
I should have run make -n install before installation, and so on...
But ./configure --help says default value of prefix is /usr/local. And it
is, indeed, in the configure script. But not in the resulting
config/Makefile.config which still has ${ROOTSYS}/ as prefix...
Maybe something like:
469c469
< if [ -n "$haveconfig" ] ; then
---
> if [ -n "$haveconfig" ] || [ -z "$ROOTSYS" ] ; then
should be better.
Everything else seems fine...
-- 
Xavier



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:29 MET