Problem installing root_v3.05.07.source.tar.gz

Helllo, this is the first time I install root by myself and I need some help.
I have a RedHat 9.0.
I follow the README/INSTALL and when I must change “arch” I write
./configure linux
then I do gmake and I have this error 2 message…javascript:emoticon(’:(’)

The following settings are used:

platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk

If this does not correspond to your system or settings please remove the file
`config.mk’ from this directory then read the INSTALL file for help.

Otherwise, simply type `gmake’ again to build the library.

gmake[1]: Nothing to be done for unix'. gmake[1]: Leaving directory/home/vale/root/freetype/src/freetype-2.1.3’
gmake[1]: Entering directory /home/vale/root/freetype/src/freetype-2.1.3' config.mk:21: /unix-def.mk: No such file or directory config.mk:22: /unix-cc.mk: No such file or directory builds/freetype.mk:206: no file name forinclude’
gmake[1]: *** No rule to make target /unix-cc.mk'. Stop. gmake[1]: Leaving directory/home/vale/root/freetype/src/freetype-2.1.3’
gmake: *** [freetype/src/freetype-2.1.3/objs/.libs/libfreetype.a] Error 2

Thanks!!!
valentina

Hi,
have you seen this thread?
Jiri

Yes, I saw that she had the same problem like me. I tryed to do make distclean and make again but nothing change. I obtein the same error.
:cry:
bye
valentina

I found out other errors… :frowning:
:unamused:
now if I do “gmake distclean” I have :

gmake[1]: root-config: Command not found
gmake[1]: Entering directory /home/vale/provaRoot/root/test' gmake[1]: root-config: Command not found HBgmake[1]: root-config: Command not found HBHBgmake[1]: root-config: Command not found HBHBMakefile:472: *** invalid architecture. Stop. gmake[1]: Leaving directory /home/vale/provaRoot/root/test’
gmake: [distclean] Error 2 (ignored)
gmake[1]: root-config: Command not found
gmake[1]: Entering directory /home/vale/provaRoot/root/test/RootShower' gmake[1]: root-config: Command not found HBgmake[1]: root-config: Command not found HBHBgmake[1]: root-config: Command not found HBHBgmake[1]: root-config: Command not found 8B8BMakefile:478: *** invalid architecture. Stop. gmake[1]: Leaving directory /home/vale/provaRoot/root/test/RootShower’
gmake: [distclean] Error 2 (ignored)
[root@localhost root]# root@localhost root]# gmake distclean
bash: root@localhost: command not found
[root@localhost root]# gmake[1]: root-config: Command not found
bash: gmake[1]:: command not found
[root@localhost root]# gmake[1]: Entering directory `/home/vale/provaRoot/root/test’

gmake[1]: root-config: Command not found

and when I do “gmake”

[root@localhost root]# gmake
Makefile:301: cint/src/auxu.d: No such file or directory
Makefile:301: cint/src/cast.d: No such file or directory
Makefile:301: cint/src/debug.d: No such file or directory
Makefile:301: cint/src/decl.d: No such file or directory
Makefile:301: cint/src/disp.d: No such file or directory
Makefile:301: cint/src/dump.d: No such file or directory
Makefile:301: cint/src/end.d: No such file or directory
Makefile:301: cint/src/error.d: No such file or directory

Hi,

The root-config error exist because you probably did not run configure.

The xxx.d are to be ignored. Those files will be created later.

Cheers,
Philippe