bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-readline] readline 6.2: OSX -- i686-apple-darwin11 target needs to


From: LRV Partners
Subject: [Bug-readline] readline 6.2: OSX -- i686-apple-darwin11 target needs to be updated
Date: Sat, 10 Dec 2011 12:32:58 -0500

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=''


reply via email to

[Prev in Thread] Current Thread [Next in Thread]