Compiling Problem in redhat linux

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
Guest

Compiling Problem in redhat linux

#1 Unread post by Guest »

Hello all,
While I was compiling ROMS 2.1 code with profortran 90/95 in the Redhat linux box, I'd got some errors.

f90 -O3 -YEXT_NAMES=LCS -YCFRL=0 -B108 -o /home/satzmo/sehany/roms/oceanS libocean.a -L/home/satzmo/sehany/netcdf-3.5.1/src/lib -lnetcdf -lU77
libocean.a(step3d_t.o): In function `__STEP3D_T_TILE_in_STEP3D_T_MOD':
step3d_t.o(.text+0x4ddf): undefined reference to `__BIOLOGY_TILE_in_BIOLOGY_MOD'
collect2: ld returned 1 exit status

How do I fix it?

Post Reply