Root v5.11.06 installation problem

Hi,

I try to install root v5.11.06 on my laptop (dell latitude D810 with Linux version 2.6.11-6mdk gcc version 3.4.3 Mandrakelinux 10.2 3.4.3-3mdk).

I get the source: root_v5.11.06.source.tar.gz
gunzip, untar, setenv variables.
then:

./configure --enable-python
make

I got:
make: g77 : commande introuvable
make: g77 : commande introuvable
make: g77 : commande introuvable
Running build/unix/compiledata.sh
bin/rmkdepend -R -fcint/src/bc_exec.d -Y -w 1000 – -pipe -Wall -W -Woverloaded-virtual -fPIC -Iinclude -DG__REGEXP -DG__UNIX -DG__SHAREDLIB -DG__OSFDLL -DG__ROOT -DG__REDIRECTIO-DG__STD_EXCEPTION -pthread -D__cplusplus – cint/src/bc_exec.cxx
g++ -O -pipe -Wall -W -Woverloaded-virtual -fPIC -Iinclude -DG__REGEXP -DG__UNIX -DG__SHAREDLIB -DG__OSFDLL -DG__ROOT -DG__REDIRECTIO -DG__STD_EXCEPTION -pthread -o cint/src/bc_exec.o -c cint/src/bc_exec.cxx
include/bc_exec_asm.h: In function ‘int G__exec_asm(int, int, G__value*, long int)’:
include/bc_exec_asm.h:2477: error: ‘G__ROOTOBJALLOCBEGIN’ was not declared in this scope
include/bc_exec_asm.h:2492: error: ‘G__ROOTOBJALLOCEND’ was not declared in this scope
make: *** [cint/src/bc_exec.o] Erreur 1

Thanks for help,
Cheers,
Olivier

Hi,

please run g++ -O -pipe -Wall -W -Woverloaded-virtual -fPIC -Iinclude -DG__REGEXP -DG__UNIX -DG__SHAREDLIB -DG__OSFDLL -DG__ROOT -DG__REDIRECTIO -DG__STD_EXCEPTION -pthread -o cint/src/bc_exec.o -c cint/src/bc_exec.cxx -E -Cand seach for “common.h”. g++ will show the full path of the file it included. Is the file that gets included cint/inc/common.h or something in /usr/include etc?

If it’s cint’s common.h, do you see this comment in the output of the above command?/* #define G__SETARYCTOR (long)0x7fff0050 */
Cheers, Axel.

Hi Axel,

I tape your command and there is no effect: no output message at all.

Cheers,
Olivier