|
From: Jeremy C. <jer...@gm...> - 2007-01-25 16:49:19
|
On 1/25/07, Ethan A Merritt <merritt@u.washington.edu> wrote: > We had similar report on OSX problems with -rc3. > But in that case building with ./configure --with-readline=builtin > apparently worked. See bug report > > http://sourceforge.net/tracker/index.php?func=detail&aid=1642845&group_id=2055&atid=102055 > > I got it to work by doing the following export CFLAGS='-arch i386' export LDFLAGS='-arch i386' ./configure --with-readline=builtin I also tried the gnu readline, but that didn't work. Notice this is not a universal binary! It is only for intel macs. I could not get either builtin or gnu readline to work when compiling for both architectures. Please help us figure out whether this is 1 bug, or 2 bugs, or a > general problem with gnu libreadline on OSX, or what. > > thanks > > Ethan > I'm not sure where the bug is. I suspect this is only one bug noted in the above bug report. I wish I had more information to share Thanks, Jeremy |