search for: libf90

Displaying 3 results from an estimated 3 matches for "libf90".

Did you mean: libf97
2000 Mar 16
2
Need help compiling R
...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 configure: error: Maybe change CFLAGS or FFLAGS? + 1>& 2 configure:...
2001 Oct 24
0
broken build with LDFLAGS (PR#1141)
...S: HP-UX 11.0 Submission from: (NULL) (161.53.2.114) I invoked configure by env LDFLAGS=/opt/fortran90/lib ./configure --with-f77=f90 Problem: although configure completed to (its own) satisfaction, the LDFLAGS information was not propagated everywhere; I had to change the line PKG_LIBS = -l:libF90.a -lcl -lisamstub to PKG_LIBS = -L/opt/fortran90/lib -l:libF90.a -lcl -lisamstub in the files src/library/ctest/src/Makefile src/library/modreg/src/Makefile src/library/mva/src/Makefile src/library/ts/src/Makefile by hand. ------ On the wish-list level (not really a bug): it would be nice i...
2000 Mar 20
1
Need Help Getting through Make on HP-UX 10.20
...y/base/R/base is unchanged building package `ctest' ../../../library/ctest/R/ctest is unchanged f90 -c alnorm.f -o alnorm.o alnorm.f external function ALNORM 53 Lines Compiled ld -b -o ctest.sl alnorm.o ansari.o fexact.o kendall.o ks.o prho.o swilk.o /opt/fortran90/lib/libF90.a -lcl /opt/fortran90/lib/libisamstub.a ld: DP relative code in file alnorm.o - shared library must be position independent. Use +z or +Z to recompile. *** Error exit code 1 Thanks, Marcus... -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list...