FYI: I was installing octave (handy osx version here) and I needed gnuplot. Someone said that it "just installs" on osx but that's just not true.
OS X, 10.4.8, intel core duo
X11 installed (no idea if that matters, I can use it through term anyway)
Aquaterm
Here's the kicker:
export CFLAGS='-arch i386'
export LDFLAGS='-arch i386'
./configure --with-readline=builtin
Without it, you are lost. Or you'd be getting this error, at least:
It's magic./usr/bin/ld: Undefined symbols:
_remove_history
_rl_forced_update_display
_history_list
_rl_ding
_rl_complete_with_tilde_expansion
Comments