ruby-changes:15412
From: kanemoto <ko1@a...>
Date: Sun, 11 Apr 2010 23:31:27 +0900 (JST)
Subject: [ruby-changes:15412] Ruby:r27307 (trunk): * configure.in: can not load libraries if --with-opt-dir is used
kanemoto 2010-04-11 23:31:09 +0900 (Sun, 11 Apr 2010) New Revision: 27307 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27307 Log: * configure.in: can not load libraries if --with-opt-dir is used on AIX. [Bug #3107] Modified files: trunk/ChangeLog trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 27306) +++ configure.in (revision 27307) @@ -1815,7 +1815,7 @@ TRY_LINK='$(CC) $(LDFLAGS) -oconftest $(INCFLAGS) -I$(hdrdir) $(CPPFLAGS)' TRY_LINK="$TRY_LINK"' $(CFLAGS) $(src) $(LIBPATH) $(LOCAL_LIBS) $(LIBS)' : ${LIBPATHENV=SHLIB_PATH} - RPATHFLAG=" ${linker_flag}-blibpath:%1\$-s" + RPATHFLAG=" ${linker_flag}-blibpath:%1\$-s:${LIBPATH:-/usr/lib:/lib}" rb_cv_dlopen=yes], [human*], [ : ${DLDFLAGS=''} : ${LDSHARED=''} Index: ChangeLog =================================================================== --- ChangeLog (revision 27306) +++ ChangeLog (revision 27307) @@ -1,3 +1,8 @@ +Sun Apr 11 23:25:17 2010 Yutaka Kanemoto <kanemoto@r...> + + * configure.in: can not load libraries if --with-opt-dir is used + on AIX. [Bug #3107] + Sun Apr 11 14:44:45 2010 Yusuke Endoh <mame@t...> * lib/irb/ruby-lex.rb (RubyLex#getc): revert r10817, which caused -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/