I did:
tar -xzf ~/Downloads/root_v5.24.00.source.tar.gz cd root
./configure macosx
make
Copying net/xrootd/src/xrootd/bin/cmsd executables ... Copying net/xrootd/src/xrootd/bin/xrdstagetool executables ... Copying net/xrootd/src/xrootd/bin/xprep executables ... Copying net/xrootd/src/xrootd/bin/xrdgsiproxy executables ...rm core/utils/src/RStl_tmp.cxx core/utils/src/rootcint_tmp.cxx tjrob:root g4bl2$ echo $?
I then wondered if specifying "macosx" was the problem, so I did:
cd .. rm -fr root tar -xzf ~/Downloads/root_v5.24.00.source.tar.gz cd root
./configure
make
pcre_exec.o pcre_fullinfo.o pcre_get.o pcre_globals.o pcre_info.o pcre_maketables.o pcre_newline.o pcre_ord2utf8.o pcre_refcount.o pcre_study.o pcre_tables.o pcre_try_flipped.o pcre_ucd.o pcre_valid_utf8.o pcre_version.o pcre_xclass.o pcre_chartables.oranlib .libs/libpcre.a
How can I get this to build? Note that I will need BOTH shared libraries and static libraries, so a binary-only install is not sufficient for my needs.
Tom Roberts Received on Mon Jul 27 2009 - 18:05:59 CEST
This archive was generated by hypermail 2.2.0 : Tue Jul 28 2009 - 05:50:06 CEST