[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20001113: error installing netCDFPerl
- Subject: 20001113: error installing netCDFPerl
- Date: Mon, 13 Nov 2000 10:02:43 -0700
Christian,
>Date: Mon, 13 Nov 2000 11:05:42 -0500 (EST)
>From: Christian Haselgrove <address@hidden>
>Organization: Harvard
>To: Steve Emmerson <address@hidden>
>Subject: Re: 20001113: error installing netCDFPerl
>Keywords: 200011102116.eAALG8D14244
The above message contained the following:
> [root@callosum src]# uname -a
> Linux callosum.cma.mgh.harvard.edu 2.2.16 #1 SMP Thu Nov 2 00:57:10 EST
> 2000 i686 unknown
>
> [root@callosum src]# which cc
> /usr/bin/cc
>
> [root@callosum src]# cat VERSION
> 1.2.1
>
> ====================== config.log ======================
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> configure:635: checking for manual-page index command
> configure:686: checking for perl utility
> configure:694: checking for perl manual page directory
> configure:746: checking for neqn
> configure:778: checking for tbl
> configure:1119: checking for C compiler
> configure:1173: checking type of operating system
> configure:1250: checking for tar flags
> configure:1266: checking for netCDF header-file
> configure:1293: checking for netCDF library
> configure:1322: checking for package version
>
> ===================== configure.log ====================
>
> creating cache ./config.cache
> checking for manual-page index command...
> checking for perl utility... /usr/local/bin/perl
> checking for perl manual page directory... /usr/man
> checking for neqn... neqn
> checking for tbl... tbl
> checking for C compiler... /usr/bin/cc
> checking type of operating system... linux
> checking for tar flags... -chof
> checking for netCDF header-file... -I/usr/local/include
> checking for netCDF library... -L/usr/local/lib -lnetcdf
> checking for package version... 1.2
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> creating perl/Makefile.PL
> creating port/master.mk
> creating port/Makefile
> expanding `include's in file `Makefile'
> expanding `include's in file `perl/Makefile.PL'
> expanding `include's in file `port/master.mk'
> expanding `include's in file `port/Makefile'
>
> ======================= make.log =======================
>
> make[1]: Entering directory `/root/netcdf-perl-1.2.1/src'
> make[2]: Entering directory `/root/netcdf-perl-1.2.1/src'
>
> making `dynamic' in directory /root/netcdf-perl-1.2.1/src/perl
>
> make[3]: Entering directory `/root/netcdf-perl-1.2.1/src/perl'
> /usr/local/bin/perl -I/usr/lib/perl5/5.00503/i386-linux
> -I/usr/lib/perl5/5.00503 /usr/lib/perl5/5.00503/ExtUtils/xsubpp -typemap
> /usr/lib/perl5/5.00503/ExtUtils/typemap NetCDF.xs >xstmp.c && mv xstmp.c
> NetCDF.c
> Please specify prototyping behavior for NetCDF.xs (see perlxs manual)
> cc -c -I/usr/local/include -Dbool=char -DHAS_BOOL -I/usr/local/include -O2
> -m486 -fno-strength-reduce -DVERSION=\"1.21\" -DXS_VERSION=\"1.21\" -fpic
> -I/usr/lib/perl5/5.00503/i386-linux/CORE NetCDF.c
> In file included from NetCDF.xs:23:
> /usr/include/assert.h:79: warning: `assert' redefined
> /usr/lib/perl5/5.00503/i386-linux/CORE/perl.h:1501: warning: this is the
> location of the previous definition
> mkdir blib
> mkdir blib/arch
> mkdir blib/arch/auto
> mkdir blib/arch/auto/NetCDF
> Running Mkbootstrap for NetCDF ()
> chmod 644 NetCDF.bs
> LD_RUN_PATH="/usr/local/lib" cc -o blib/arch/auto/NetCDF/NetCDF.so -shared
> -L/usr/local/lib NetCDF.o -L/usr/local/lib -lnetcdf
> chmod 755 blib/arch/auto/NetCDF/NetCDF.so
> cp NetCDF.bs blib/arch/auto/NetCDF/NetCDF.bs
> chmod 644 blib/arch/auto/NetCDF/NetCDF.bs
> make[3]: Leaving directory `/root/netcdf-perl-1.2.1/src/perl'
>
> returning to directory /root/netcdf-perl-1.2.1/src
>
> make[2]: Leaving directory `/root/netcdf-perl-1.2.1/src'
> make[1]: Leaving directory `/root/netcdf-perl-1.2.1/src'
> test ! -f perl/so_locations || chmod a+w perl/so_locations
>
> ===================== makefile.log =====================
>
> cd perl && /usr/local/bin/perl Makefile.PL POLLUTE=1
> Checking if your kit is complete...
> Looks good
> 'POLLUTE' is not a known MakeMaker parameter name.
What's your perl version? Please send me the output of the following
command:
perl -V
Regards,
Steve Emmerson <http://www.unidata.ucar.edu>