could you try the following Makefile for SGI KCC:
#==========================================================
# Makefile of ROOT for SGI IRIX 6.x with KCC compiler
# When changing OPT to -O you can also change +K0 to +K1
PLATFORM = sgi
CXX = KCC
CC = cc
CXXFLAGS = --signed_chars --display_error_number --diag_suppress 68 \
--diag_suppress 191 -I$(OPENGL)/include +K0
CFLAGS = -signed
CINTCXXFLAGS = --signed_chars --display_error_number --diag_suppress 68 \
--diag_suppress 191 -DG__REGEXP1 -DG__UNIX -DG__SHAREDLIB \
-DG__OSFDLL -DG__SIGNEDCHAR -DG__DECCXX -DG__ROOT \
-DG__REDIRECTIO +K0
CINTCFLAGS = -signed -w -DG__REGEXP1 -DG__UNIX -DG__SHAREDLIB \
-DG__OSFDLL -DG__SIGNEDCHAR -DG__DECCXX -DG__ROOT \
-DG__REDIRECTIO
OPT = -g
NOOPT =
LD = KCC
LDFLAGS = $(OPT) -Wl,-u,__builtin_new -Wl,-u,__builtin_delete \
-Wl,-u,__nw__FUiPv
SOFLAGS =
SOEXT = so
SYSLIBS = -lg++ -lm -ldl
SYSXLIBS = -lX11 -lm -lPW -ldl
XLIBS = $(ROOTSYS)/lib/libXpm.a -lX11
CILIBS = -lm -ltermcap -lbsd -ldl
##### MACROS and TARGETS #####
include Make-macros
##### DEPENDENCIES #####
include Make-depend
#==================================================================
and let me know if it works, and if not what changes were required.
Cheers, Fons.
Hans Wenzel wrote:
>
> hi
>
> is there a makefile for the kai 3.3 compiler under irix 6.3. any advice
> is appreciated.
>
> cheers hans
-- Org: CERN, European Laboratory for Particle Physics. Mail: 1211 Geneve 23, Switzerland Phone: +41 22 7679248 E-Mail: Fons.Rademakers@cern.ch Fax: +41 22 7677910