Displaying 1 result from an estimated 1 matches for "unrelov".
Did you mean:
nreloc
2000 Feb 08
0
configure doesn't accept f77 on alpha (PR#419)
Full_Name: Albrecht Gebhardt
Version: 0.99.0
OS: alpha, osf4.0
Submission from: (NULL) (143.205.180.40)
configure stops when checking if cc and f77 "agree on int and double".
This is only due to a linking problem (linking fortran object with cc without
for_main.o complains about unreloved dependency to main.
Solution: add -expect_unresolved main to th linking step, see patch below
--- ./aclocal.m4.dec-flibs-patch Mon Feb 7 14:33:25 2000
+++ ./aclocal.m4 Mon Feb 7 21:50:59 2000
@@ -366,8 +366,25 @@
r_cv_prog_f77_flibs_ok, [
echo " END" > conftest.f...