yyr / wrf_install

Download & build process of wrf model with all dependencies
GNU General Public License v3.0
36 stars 23 forks source link

Building packages #6

Closed naddu4u closed 11 years ago

naddu4u commented 12 years ago

I am a noob to linux and I am trying to build the packages. Can some body help me out here please. I am using Ubuntu 12, I have been able to download all packages using ./download_app all

Now when i run ./ALL.sh it is not able to locate the configure files. Please help me in changing the correct variables.

I have un-tarred the yyr-wrf_install-558490b.tar.gz file to /home/qac/yyr-wrf_install-558490b/ and the packages have downloaded to /home/qac/wrf/src

I know that i need to make some changes in some file, but m not sure... please help me urgently....

yyr commented 12 years ago

Please build one by one and ask specific question..

source SOURCEME
cd build
./ZLIB.sh
# wait for it to finish, check you have any problems with the previous command and then
./SZIP.sh
# and so on .....
naddu4u commented 12 years ago

when i run ./NETCDF, in the end it gives me this output

/usr/bin/ld: cannot find -lsz collect2: ld returned 1 exit status make[2]: * [libnetcdff.la] Error 1 make[2]: Leaving directory `/home/qac/wrf/src/netcdf-4.1.2/fortran' make[1]: * [install] Error 2 make[1]: Leaving directory`/home/qac/wrf/src/netcdf-4.1.2/fortran' make: *\ [install-recursive] Error 1

Please help explaining if this is normal or how i can resolve it.

thanx

yyr commented 12 years ago

Its not normal, could you post whole log file. (it should be in your /home/qac/wrf/src/netcdf-4.1.2/ folder)

yyr commented 12 years ago

No, this is not I was asking for. please paste the log of netcdf installation.

you second message is saying you are unable to install netcdf, which is the main issue.