Version: Readline 6.2 release Machine Info: Running on an early 2011 iMac with OSX Lion (10.7, build 11A511)
Description and Repeatability: After running ./configure and make, I encounter the following error message: "i686-apple-darwin11-llvm-gcc-4.2: -compatibility_version only allowed with -dynamiclib" This is repeatable on any machine running OSX lion (tried it on a 2010 Macbook Pro and a late 2011 iMac to the same effect) Fix: in support/shobj-conf, all references to darwin10 should be replaced by darwin1[01] Line 160 should be - darwin[89]*|darwin10*) + darwin[89]*|darwin1[01]*) Line 189 should be - darwin[789]*|darwin10*) SHOBJ_LDFLAGS='' + darwin[789]*|darwin1[01]*) SHOBJ_LDFLAGS=''
_______________________________________________ Bug-readline mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-readline
