[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GEMPAK #AUG-370260]: GEMPAK



> I am compiling GEMPAK on AIX and getting error message. Herewith, i am
> sending the make.out file.
> 
> Thanks!
> 
> Singh


Singh,

Your build failed because the configure script of the xslt package found a gcc 
compiler
on your system that didn't work.

To ensure that the ibm compiler is used rather than the configure script 
searchimg for gcc,
you can edit the xslt Makefile: $NAWIPS/extlibs/xslt/Makefile

and set the C compiler to that defined in $CONFIGDIR/Makeinc.aix by modifying 
the configure line to:
./configure '--prefix=$(OS_ROOT)' --disable-shared --without-debug 
--without-debugger '--with-libxml-prefix=$(OS_ROOT)'  'CC=$(CC)' ; \

eg, add the 'CC=$(CC)' to the ./configure invocation.


Steve Chiswell
Unidata User Support

> 
>
> Creating /nfsuser/g01.1/weather/wx23rs/XX/GEMPAK5.9.3/os/aix
> Makeking in /nfsuser/g01.1/weather/wx23rs/XX/GEMPAK5.9.3/extlibs/xslt/libxslt
> checking build system type... powerpc-ibm-aix5.2.0.0
> checking host system type... powerpc-ibm-aix5.2.0.0
> checking for a BSD-compatible install... ./install-sh -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for style of include used by make... GNU
> checking for gcc... gcc
> checking for C compiler default output file name... configure: error: C 
> compiler cannot create executables
> See `config.log' for more details.
> make: 1254-004 The error code from the last command is 77.
> 
> 
> Stop.


Ticket Details
===================
Ticket ID: AUG-370260
Department: Support GEMPAK
Priority: Normal
Status: Closed