- Jul 19, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34486 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 12, 2010
-
-
Fons Rademakers authored
needed as the only lib using it (libCore.so) is explicily linked with -lz. git-svn-id: http://root.cern.ch/svn/root/trunk@34382 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 09, 2010
-
-
Fons Rademakers authored
do: ./configure --with-alloc-lib=libtcmalloc or ./configure --with-alloc-libdir=/my/alloc/lib --with-alloc-lib=libtcmalloc Note, as this only changes how root.exe (and apps using root-config --libs) are linked, after configure you need to do: rm bin/root.exe make to link with the new allocator. git-svn-id: http://root.cern.ch/svn/root/trunk@34367 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 22, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34048 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 08, 2010
-
-
Fons Rademakers authored
libgsl is available. git-svn-id: http://root.cern.ch/svn/root/trunk@33769 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 17, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@33538 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
(e.g. Fedora 13), /usr/lib64/libncurses.so is not anymore a link to e.g. /usr/lib64/libncurses.so.5, but an ld script with the contents: INPUT(libncurses.so.5 -ltinfo) so the "file" command reports "ASCII" instead of "64-bit". Only solution in this case is to try linking against the library. Fixes issue #67464. git-svn-id: http://root.cern.ch/svn/root/trunk@33534 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 13, 2010
-
-
Fons Rademakers authored
new option --minimal, which turns off the automatic searching for support libraries. This will build the minimal set of ROOT libraries. Use the --enable-... options to turn on only what is really needed. git-svn-id: http://root.cern.ch/svn/root/trunk@33500 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
by accident the cygwin versions). git-svn-id: http://root.cern.ch/svn/root/trunk@33499 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 10, 2010
-
-
Fons Rademakers authored
- Fix issue with non-standard bin paths in 'proofserv', 'roots' (Savannah bug #67126). - Fix similar issue in similar scripts - Add startup script for cmsd git-svn-id: http://root.cern.ch/svn/root/trunk@33437 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 02, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@33335 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@33334 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 30, 2010
-
-
Fons Rademakers authored
pkg-config was not found. git-svn-id: http://root.cern.ch/svn/root/trunk@33303 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 29, 2010
-
-
Fons Rademakers authored
or not of the right version the builtin ones will be used. git-svn-id: http://root.cern.ch/svn/root/trunk@33293 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 26, 2010
-
-
Fons Rademakers authored
to new unuran-1.7.1. git-svn-id: http://root.cern.ch/svn/root/trunk@33202 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 13, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@32971 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
m Axel: Introduce cling as a regular module to ROOT. It will only be built if cint/cling exists; configure's output does not advocate its ability to configure for cling. TCint's dictionary will now end up in G__TCint.cxx instead of G__Meta to allow it to be swapped with the dictionary for TCint from cling. In the near future, ROOT will be changed so that it doesn't require the interpreter to be called "TCint"; at least friend declarations in TROOT and TClass prevent that for now. git-svn-id: http://root.cern.ch/svn/root/trunk@32970 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 07, 2010
-
-
Fons Rademakers authored
Write invocation info into config.log: host info, date, arguments (one by one, so we can see problems due to quotes). State in config.log if the architecture is unknown. git-svn-id: http://root.cern.ch/svn/root/trunk@32891 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 23, 2010
-
-
Fons Rademakers authored
to fallback to the dynamic libs. git-svn-id: http://root.cern.ch/svn/root/trunk@32719 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- make now has to be >= 3.80, was >= 3.79.1. - in case a required package is missing print a link to the page describing the required packages: http://root.cern.ch/drupal/content/build-prerequisites - fix in chkpiclib to check all .o files in a lib and not just the first one, as not all object files will have the R_X86_64_32 type segment. git-svn-id: http://root.cern.ch/svn/root/trunk@32716 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 19, 2010
-
-
Olivier Couet authored
* change in configure to remove the old directory from 2.3.5 * add the new tar file 2.3.12 * delete the old tar file 2.3.5 * mods in the windows installation. Bertrand updated and simplified the makefile. * freetype/Module.mk now uses 2.3.12 2.3.12 does not have the warning we recently fixed in apinames.c for 2.3.5 git-svn-id: http://root.cern.ch/svn/root/trunk@32686 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 11, 2010
-
-
Fons Rademakers authored
instead of gcc and g++. Only use this option when the build target is using the gcc compiler. git-svn-id: http://root.cern.ch/svn/root/trunk@32567 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 01, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@32423 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 04, 2010
-
-
Fons Rademakers authored
fix config.log statement for lib not found. git-svn-id: http://root.cern.ch/svn/root/trunk@32207 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 03, 2010
-
-
Fons Rademakers authored
describe option xrootd-opts. git-svn-id: http://root.cern.ch/svn/root/trunk@32195 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 01, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@32168 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 27, 2010
-
-
Fons Rademakers authored
own Xpm.h in the past). git-svn-id: http://root.cern.ch/svn/root/trunk@32124 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Treat ncurses and curses as two different packages, look for curses only if ncurses.h cannot be found. Fixes Savannah #60870. git-svn-id: http://root.cern.ch/svn/root/trunk@32121 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 25, 2010
-
-
Fons Rademakers authored
core/metautils/src/TClassEdit7.cxx core/metautils/src/RConversionRuleParser7.cxx git-svn-id: http://root.cern.ch/svn/root/trunk@32111 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 08, 2010
-
-
Fons Rademakers authored
refine test for PIC check. git-svn-id: http://root.cern.ch/svn/root/trunk@31980 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 17, 2009
-
-
Fons Rademakers authored
Remove support for precompiled headers. They make it impossible to keep the dependencies right, and the gain is minimal and better achieved by reducing the inclusion overhead of headers. git-svn-id: http://root.cern.ch/svn/root/trunk@31933 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Remove support for stubless CINT from ROOT's build system; we cannot maintain it and it is out of date. git-svn-id: http://root.cern.ch/svn/root/trunk@31931 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 16, 2009
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31920 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
removal of CINT7 from the build system. git-svn-id: http://root.cern.ch/svn/root/trunk@31914 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 13, 2009
-
-
Rene Brun authored
fix in case option --enable-gsl-shared is specified git-svn-id: http://root.cern.ch/svn/root/trunk@31871 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 10, 2009
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31755 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 09, 2009
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31750 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31740 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
compiled with -fPIC. git-svn-id: http://root.cern.ch/svn/root/trunk@31735 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 08, 2009
-
-
Fons Rademakers authored
Fix conversion of windows path layout for reflex python location caused by symlink patch. git-svn-id: http://root.cern.ch/svn/root/trunk@31615 27541ba8-7e3a-0410-8455-c3a389f83636
-