v5-15-06: Complain when doing "make install"

From: <dinght_at_iopp.ccnu.edu.cn>
Date: Thu, 24 May 2007 14:02:14 +0800 (CST)


Hi Rooters,

    I am tring to install v5-15-06 and it complained when doing "make intall" and "make map."

   uname -a output is:
Linux server01.grid.local 2.6.9-42.0.10.EL.cernsmp #1 SMP Thu Mar 1 15:11:46 CET 2007 i686 i686 i386 GNU/Linux

    My install script and complaining message are listed below. Any suggesstion will be appreciated.

Regards,
Hengtong

#!/bin/sh
echo hellooooOOOOOoooooooooooo
ROOTSYS=`pwd`
ALIEN_ROOT=/softwares/alice/alisoft/AliEn/v2-12

time ./configure \

--with-pythia6-uscore=SINGLE \
--enable-cern --enable-rfio

--with-cern-libdir=/softwares/alice/alisoft/cern/2005/lib  \

--enable-mathmore --enable-mathcore --enable-roofit \
--enable-asimage --enable-minuit2 \
--enable-alien --with-alien-incdir=${ALIEN_ROOT}/api/include \
--enable-mysql \
--with-alien-libdir=${ALIEN_ROOT}/api/lib \
--disable-castor
time make 2>&1 | tee make-with-alien-v2-12.log time make install 2>&1 | tee make-install.log time make map 2>&1 | tee make-map.log echo "############finished##################"

Installing binaries in /bin
Installing libraries in /lib
Installing headers in /include
Installing main/src/rmain.cxx in /include Installing cint/include cint/lib and cint/stl in /cint Installing icons in /icons
Installing fonts in /fonts
Installing misc docs in
mkdir: too few arguments
Try `mkdir --help' for more information. cp: missing destination file
Try `cp --help' for more information.
cp: copying multiple files, but last argument `README/README.SELECTOR' is not a directory
Try `cp --help' for more information.
Installing tutorials in /tutorials
Installing tests in /test
Installing macros in /macros
Installing man(1) pages in /man/man1
Installing config files in /etc
Installing Autoconf macro in /build/misc Installing Emacs Lisp library in /build/misc Installing GDML conversion scripts in /lib

real 0m14.284s
user 0m0.475s
sys 0m1.455s
make: Nothing to be done for `map'.


Received on Thu May 24 2007 - 08:28:05 CEST

This archive was generated by hypermail 2.2.0 : Thu May 24 2007 - 11:50:01 CEST