<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>With earlier versions of Gnuplot, the compilation is without problems. Since 4.2 and 4.3 versions, there are some problems during configuration.</div>If you have a MacIntel machine, enter this three commands in the Terminal :<div><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: arial; font-size: 12px; line-height: 20px; "><span>export CFLAGS='-<strong class="highlight">arch</strong> i386'  (replace i386 by ppc if you have a PowerPC machine)</span><br><span>export LDFLAGS='-<strong class="highlight">arch</strong> i386' </span><br><span>./configure --with-readline=builtin</span></span></div><div><font class="Apple-style-span" color="#333333" face="arial" size="3"><span class="Apple-style-span" style="font-size: 12px; line-height: 20px;">then run make and sudo make install. It will work.</span></font></div><div><font class="Apple-style-span" color="#333333" face="arial" size="3"><span class="Apple-style-span" style="font-size: 12px; line-height: 20px;">Jean-Claude DE SOZA</span></font></div><div><font class="Apple-style-span" color="#333333" face="arial" size="3"><span class="Apple-style-span" style="font-size: 12px; line-height: 20px;"><br></span></font></div><div><div><div>Le 13 août 08 à 15:07, M. Tamer Özsu a écrit :</div><div><br></div><blockquote type="cite"><div>Undefined symbols:<br>  "_rl_forced_update_display", referenced from:<br>      _restore_prompt in command.o<br>  "_rl_ding", referenced from:<br>      _alert in mouse.o<br>  "_history_list", referenced from:<br>      _write_history_list in history.o<br>  "_rl_complete_with_tilde_expansion", referenced from:<br>      _rl_complete_with_tilde_expansion$non_lazy_ptr in plot.o<br>ld: symbol(s) not found<br>collect2: ld returned 1 exit status<br>make[2]: *** [gnuplot] Error 1<br>make[1]: *** [check-recursive] Error 1<br>make: *** [check-recursive] Error 1<br><br>--<br>M. Tamer Özsu<br>University of Waterloo<br></div></blockquote><br></div><div><br></div></div></body></html>