Hello,
I am trying to compile raster3D (http://www.bmsc.washington.edu/raster3d/raster3d.html) using f2c. I get the following error
gcc -c -traditional-cpp -DGUNZIP -c ungz.c
f77 render.f local.o quadric.o parse.o r3dtops.o ungz.o \
-ltiff -ljpeg -o render
render.f:
MAIN render:
Warning on line 791 of render.f: inconsistent calling sequences for local,
arg 2: here character variable, previously integer*2 variable.
Warning on line 791 of render.f: inconsistent calling sequences for local:
here 2, previously 5 args and string lengths.
transf:
isolate:
Warning on line 3785 of render.f: incompatible lengths for common block matrices
hsortd:
hsiftd:
planer:
assert:
cyl1:
rank:
chkrgb:
foggy:
liblookup:
/usr/bin/ld: Undefined symbols:
_t_getc__Fv
make: *** [render] Error 1
Has someone an explanation for that. I would be very greatful.
Thank you.
Jean-Christophe