|
From: sfeam <sf...@us...> - 2007-12-09 00:56:57
|
Margaret_Doll wrote: > > I followed the download page and brought down gnuplot-4.2.2.tar.gz > which was reported to be > Platform-Independent. I am using a system running 10.5. > > "make" did not work because of the following errors: > > Undefined symbols: > "_rl_forced_update_display", referenced from: > _restore_prompt in command.o > "_rl_ding", referenced from: > _alert in mouse.o > "_history_list", referenced from: > _write_history_list in history.o > "_rl_complete_with_tilde_expansion", referenced from: > _rl_complete_with_tilde_expansion$non_lazy_ptr in plot.o > ld: symbol(s) not found > Please see discussion and resolution on the gnuplot bug-tracker: http://sourceforge.net/tracker/index.php?func=detail&aid=1839048&group_id=2055&atid=102055 In a nutshell: It's Apple's fault. Leopard ships with a broken libreadline. Quick fix: Delete /usr/lib/libreadline.dylib and run gnuplot's ./configure again -- View this message in context: http://www.nabble.com/Can%27t-make-gnuplot-on-a-Mac-running-OS-10.5-tp14182276p14234447.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |