|
|
|
|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
Compiling netcdf-3.6.2 on powerpc-ibm-aix5.2.0.0
Hi, I am trying to compile a package netcdf-3.6.2 on an ibm aix machine called IBM Regatta P690. The script i am using is: Code:
#!/usr/bin/bash -f export CC=xlc_r export CXX=xlC_r export F77=xlf_r export FC=xlf90_r export CFLAGS=-q64 export CXXFLAGS=-q64 export FFLAGS='-q64 -qextname' export FCFLAGS='-qsuffix=f=f90 -qextname' export FCFLAGS_f90=-qsuffix=f=f90 export CPPFLAGS='-DIBMR2Fortran -Df2cFortran -Dextname' export ARFLAGS='-X32_64 -cru' export NMFLAGS=-X32_64 export SED=/usr/bin/sed ./configure --prefix=/home/caos1/mecsmrao/netcdf_3.6.2 --enable-f90 gmake During the configure process i got a message as:c Quote:
Quote:
I am not a programmer, but i need to get this package compiled. I got many parts of the script from the net. Thanks for any help. |
| Sponsored Links |
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RedHat AS4 on PowerPC | thomn8r | Red Hat | 1 | 03-27-2009 04:52 PM |
| How to upgrade AIX5.3TL6-07 to AIX5.3TL8-04? | sangers | AIX | 2 | 02-20-2009 01:33 AM |
| Live CD (Linux) for Max OS X PowerPC (PPC) ? | Neo | Linux | 2 | 01-03-2009 06:08 PM |
| NetCDF 4.0 (NetCDF over HDF5 (Unstable) branch) | Linux Bot | Software Releases - RSS News | 0 | 07-02-2008 05:50 PM |
| NetCDF 4.0-beta2 (NetCDF over HDF5 (Unstable) branch) | Linux Bot | Software Releases - RSS News | 0 | 05-13-2008 08:10 AM |