|
From: Lars H. <lhe...@us...> - 2007-01-25 15:24:49
|
[...] > /usr/bin/ld: Undefined symbols: > _remove_history > _rl_forced_update_display > _history_list > _rl_ding > _rl_complete_with_tilde_expansion > collect2: ld returned 1 exit status > make[3]: *** [gnuplot] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 This looks like you need to link with GNU readline. Probably a side effect of defaulting to GNU readline in the latest code (which I'm not convinced of for licensing reasons). |