ruggit wrote: > Hi > > Thanks for the answer > > This is the old post: > http://article.gmane.org/gmane.os.apple.fink.general/16151 > > Do you mean with something like "--with-readline=..."? > Could you please give a few more words on local rebuilding (with Fink's > readline5)?
You would edit the line --disable-dependency-tracking --without-tutorial --with-readline=builtin \ in gnuplot.info and change --with-readline=builtin to --with-readline=/sw/lib If you don't know how to do local modifications to Fink package descriptions (frequently explained on the list, also here <http://www.finkproject.org/doc/quick-start-pkg/howtostart.php?#Make>), then here is a simpler solution that gives you what you want, with Fink's standard gnuplot: Install the Fink rlwrap package and then run rlwrap -a "xxx" -c gnuplot instead of gnuplot. Define a shell alias with this command if you don't want to type it every time you use gnuplot. Instead of "xxx" you can use some other string like "@#?!" that is unlikely to appear as a prompt. -- Martin ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
