LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   IPO link: can not find -ludunits (https://www.linuxquestions.org/questions/programming-9/ipo-link-can-not-find-ludunits-541539/)

dourk 03-29-2007 03:26 AM

IPO link: can not find -ludunits
 
Hi everyone

I hope this is the right forum for my question. I use SUSE 10.0 and am trying to compile and run a fortran code using Intel Fortran 9.0 but it seems I don't have a library. This is what I get:

kostas@linux:/media/usbdisk/RegCM/regcm1/RegCM/run> ./postproc.x
ifort -tpp7 -O3 -cm -w -w90 -w95 -Vaxlib -convert big_endian -o postproc postproc.o netcdf.o -L../Commons/env/liblinux/ -lnetcdf -ludunits -Vaxlib -I../Commons/env/include
IPO link: can not find -ludunits
ifort: error: problem during multi-file optimization compilation (code 1)
make: *** [postproc] Error 1
mv: cannot stat `../PostProc/postproc': No such file or directory
./postproc: Command not found.

This is the content of script postproc.x, just in case:

#!/bin/csh -f
set mydir=$PWD
cd ../PostProc
make
cd $mydir
mv ../PostProc/postproc .
./postproc

So am I right I need this library called libudunits.a or .so or something like that. Do you know where I can download it and how to install it?


All times are GMT -5. The time now is 08:49 PM.