You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Noack, Joerg" <Jo...@muc.mtu.de> on 2001/09/03 15:11:30 UTC

Compile Xalan under Irix

Hallo

Have anybody compiled successfully Xalan under IRIX 6.11 with
native SGI compiler version 7.3.*?

I have download the linux distribution, set the env
export XALANCROOT=/<path to xalan>/xml-xalan-org/c and
run the script ./runConfigure -p irix.
----------------------------------------------------------------------------
-----------------
Generating makefiles with the following options ...
Platform: irix
C Compiler: 
C++ Compiler: 
Extra compile options: 
Extra link options: 
Thread option: 
Debug is OFF
I do not recognize the C++ compiler ''. Continuing anyway ...

creating cache ./config.cache
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc  -O -DNDEBUG   ) works... yes
checking whether the C compiler (cc  -O -DNDEBUG   ) is a cross-compiler...
no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking for c++... no
checking for g++... no
checking for gcc... no
checking for CC... CC
checking whether the C++ compiler (CC  -O -DNDEBUG   ) works... yes
checking whether the C++ compiler (CC  -O -DNDEBUG   ) is a
cross-compiler... no
checking whether we are using GNU C++... no
checking whether CC accepts -g... yes
checking for a BSD compatible install... ./install-sh -c
checking for autoconf... autoconf
checking for floor in -lm... yes
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for XMLByte... no
checking host system type... mips-sgi-irix6.5
updating cache ./config.cache
creating ./config.status
creating Makefile

If the result of the above commands look OK to you, go to the directory
/ya/yao54f1/x/xml/xml-xalan-org/c/src and type "make" to make the XALAN-C
system.
----------------------------------------------------------------------------
-----------------

Now I try 'gmake' and I get :
----------------------------------------------------------------------------
-----------------
F1/cp0721_src> gmake
Linux, Solaris, AIX, Compaq Tru64, OS/390, MacOSX, and HP-UX are the only
platforms supported.
----------------------------------------------------------------------------
-----------------

What can I do?                                                      

J. Noack