Hi, At Sat, 26 Jun 2004 11:07:12 +0900, Matt Lawrence wrote in [ruby-talk:104623]: > I double checked the patch. Then I deleted the entire source directory > and recreated it, copied in the patched configure.in, ran autoconf, ran > configure and then ran make. Same problem. Am I doing something wrong? Sorry, TRY_LINK variable hasn't been exported. Apply this patch too.
Index: configure.in =================================================================== RCS file: /pub/cvs/ruby/src/ruby/configure.in,v retrieving revision 1.212.2.12 diff -u -2 -p -r1.212.2.12 configure.in --- configure.in 26 Jun 2004 02:05:54 -0000 1.212.2.12 +++ configure.in 26 Jun 2004 02:22:10 -0000 @@ -952,4 +952,5 @@ AC_SUBST(LINK_SO) AC_SUBST(LIBPATHFLAG) AC_SUBST(RPATHFLAG) +AC_SUBST(TRY_LINK) dln_a_out_works=no
-- Nobu Nakada