NETCDF4.1.1 HDF5-1.8.4-patch1 and snow leopard

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
leommcruz
Posts: 5
Joined: Wed Jun 09, 2010 5:47 am
Location: PROOCEANO

NETCDF4.1.1 HDF5-1.8.4-patch1 and snow leopard

#1 Unread post by leommcruz »

Dear all,

I'm just trying to compile ROMS using the specification mentioned in the subject with no success
I'm using the build.bash script already set with my information.

the error is when compiling the mod_param.f90, as follows:

cd /Users/leo/ROMS/PROJECTS/Build; /usr/bin/g95 -c -fno-second-underscore -g -fbounds-check -ftrace=full mod_param.f90
/var/folders/G3/G3wMnEDRGauREORyD-ooLE+++TI/-Tmp-//ccGqe8b1.s:574:non-relocatable subtraction expression, "_mod_param_MP_npt" minus "L00000000001$pb"
/var/folders/G3/G3wMnEDRGauREORyD-ooLE+++TI/-Tmp-//ccGqe8b1.s:574:symbol: "_mod_param_MP_npt" can't be undefined in a subtraction expression
/var/folders/G3/G3wMnEDRGauREORyD-ooLE+++TI/-Tmp-//ccGqe8b1.s:571:non-relocatable subtraction expression, "_mod_param_MP_nst" minus "L00000000001$pb"
/var/folders/G3/G3wMnEDRGauREORyD-ooLE+++TI/-Tmp-//ccGqe8b1.s:571:symbol: "_mod_param_MP_nst" can't be undefined in a subtraction expression
/var/folders/G3/G3wMnEDRGauREORyD-ooLE+++TI/-Tmp-//ccGqe8b1.s:568:non-relocatable subtraction expression, "_mod_param_MP_nbt" minus "L00000000001$pb"
/var/folders/G3/G3wMnEDRGauREORyD-ooLE+++TI/-Tmp-//ccGqe8b1.s:568:symbol: "_mod_param_MP_nbt" can't be undefined in a subtraction expression
/var/folders/G3/G3wMnEDRGauREORyD-ooLE+++TI/-Tmp-//ccGqe8b1.s:566:non-relocatable subtraction expression, "_mod_param_MP_nat" minus "L00000000001$pb"
/var/folders/G3/G3wMnEDRGauREORyD-ooLE+++TI/-Tmp-//ccGqe8b1.s:566:symbol: "_mod_param_MP_nat" can't be undefined in a subtraction expression
make: *** [/Users/leo/ROMS/PROJECTS/Build/mod_param.o] Error 1

Could anybody help me?
Thank you very much
Leo
ps: my build.bash is attached
Attachments
build.bash
(15.91 KiB) Downloaded 207 times

Post Reply