Compiling root_v4.00.04 on SunOS

Hello All,

I was trying to compile root_v4.00.04 on Sun, it didnt work :confused: when i run the configuration script it gives me the following meassage:

:~/root>./configure solaris
Configuring for solaris
Checking for libX11 … /usr/lib
Checking for libXpm … /usr/local/lib
Checking for GL/gl.h … no
Checking for libGL, or libMesaGL … no
Checking for libGLU, or libMesaGLU … no
Checking for mysql.h … no
Checking for libmysqlclient … no
Checking for libpq-fe.h … no
Checking for libpq … no
Checking for qt.h … no
Checking for libqt-mt, libqt, qt-mt*, or qt … no
Checking for sql.h … no
Checking for libsqlod … no
Checking for rfio_api.h … no
Checking for libshift, shiftmd, or shift … no
Checking for libpacklib, packmd, or packlib … /apps/cernlib-site/sun4_solaris8/2001/lib
Checking for libkernlib, kernmd, or kernlib … /apps/cernlib-site/sun4_solaris8/2001/lib
./configure: nm: not found
Checking for libPythia … no
Checking for libPythia6 … no
Checking for libVenus … no
Checking for dcap.h … no
Checking for libdcap … no
Checking for chirp_client.h … no
Checking for libchirp_client … no
Checking for AliEnAPI++.h … no
Checking for libAliEnAPI++ … no
Checking for jpeglib.h … no
Checking for png.h … no
Checking for tiffio.h … no
Checking for gif_lib.h … no
Checking for libjpeg … no
Checking for libtiff … no
Checking for libungif … no
Checking for libz … /lib
Checking for libpng … no
Checking for ldap.h … /usr/include
Checking for libldap … /lib
Checking for liblber … no
Checking for globusdir … no
Checking for GLOBUS_LOCATION … no
Checking for t_server.h … no
Checking for libsrp … no
Checking for libgmp … no
Checking for libmisc … no
Checking for pwauth.h … no
Checking for krb5.h … no
Checking for libk5crypto … no
Checking whether we’re using MIT Kerberos … no
Checking for libkrb5 … no
Checking for kinit … /usr/bin/kinit
Checking for shadow passwords … yes
Checking whether to build libTable … no
Writing config/Makefile.config … done
Writing include/config.h … done
Writing bin/root-config … done
Writing etc/system.rootrc … done
Writing etc/system.rootauthrc … done
Writing etc/system.rootdaemonrc … done
Writing etc/root.mimes … done
Writing bin/memprobe … done
Writing build/misc/root-help.el … done
Writing config.status … done

To build the ROOT OpenGL add-on library see README/INSTALL.

To build ROOT type:

gmake

I guess my question is which of these libraries are neccessary to compile root?
thanks,
-Aram.

You can install the most basic ROOT version with no options with

./configure solarisCC5
gmake

Rene

Hi Rene,

I tried ./configure solarisCC5, here is the outcome:

 :~/root>gmake
  gmake: *** No targets.  Stop.

               -Aram.

Hi,

It seems that gmake did you find the file named ‘Makefile’ in the current directory. If the file really there? If it is, then check that there is no environment setting to stir gmake (for example MAKEFLAGS … to check on some shell you can do: printenv | grep -i make)

Cheers,
Philippe.