Displaying 2 results from an estimated 2 matches for "ac_fd_cc".
Did you mean:
ac_ct_cc
2000 Feb 08
0
configure doesn't accept f77 on alpha (PR#419)
...resolved 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
${FC} -c ${FFLAGS} conftest.f 1>&AC_FD_CC 2>&AC_FD_CC
- ${CC} ${LDFLAGS} -o conftest conftest.o ${FLIBS} \
- 1>&AC_FD_CC 2>&AC_FD_CC
+ case ${host} in
+ alpha*osf*)
+ if test -z "${G77}"; then
+ # DEC fortran "f77 -c" creates only a MAIN__ symbol and...
1999 Nov 13
0
patches for alpha
..., but
#define SOMETHING
or (for indenting together with neighbour lines)
# define SOMETHING
works.
Here is the patch:
--- ./aclocal.m4.alpha-ac-patch Tue Oct 26 13:32:08 1999
+++ ./aclocal.m4 Tue Oct 26 13:33:46 1999
@@ -388,13 +388,13 @@
${FC} -c ${FFLAGS} conftestf.f 1>&AC_FD_CC 2>&AC_FD_CC
changequote(, )
cat > conftest.c <<EOF
- #include <math.h>
- #include "confdefs.h"
- #ifdef HAVE_F77_UNDERSCORE
- # define F77_SYMBOL(x) x ## _
- #else
- # define F77_SYMBOL(x) x
- #endif
+# include <math.h>
+# inc...