Displaying 1 result from an estimated 1 matches for "ftn_dtoi".
2000 Mar 16
2
Need help compiling R
...d I am having trouble getting pass the configure stage. It continues
to fail at the warning "f90 and gcc disagree on int and double"
Here is some output:
+ gcc -g -O2 -c conftest.c
+ 1>& 5 2>& 5
+ gcc -o conftest conftest.o conftestf.o
/usr/bin/ld: Unsatisfied symbols:
FTN_DTOI$ (code)
pow (code)
collect2: ld returned 1 exit status
+ -l:libF90.a -lcl -lisamstub -lm
./configure[2344]: -l:libF90.a: not found.
+ test -n
+ echo configure: warning: f90 and gcc disagree on int and double
+ 1>& 2
configure: warning: f90 and gcc disagree on int and double
+ echo confi...