Hi
I need to install gnuplot. SO following the instructions, I do:
Then I do:
And it shows me this:
Any idea what's wrong?
I need to install gnuplot. SO following the instructions, I do:
Code:
./configure
Then I do:
Code:
./make
And it shows me this:
Code:
make all-recursive
Making all in config
make[2]: Nothing to be done for `all'.
Making all in m4
make[2]: Nothing to be done for `all'.
Making all in term
make[2]: Nothing to be done for `all'.
Making all in src
Making all in wxterminal
make[3]: Nothing to be done for `all'.
g++ -g -O2 -o gnuplot alloc.o axis.o binary.o breaders.o bitmap.o color.o command.o contour.o datafile.o dynarray.o eval.o fit.o gadgets.o getcolor.o graph3d.o graphics.o help.o hidden3d.o history.o internal.o interpol.o matrix.o misc.o mouse.o parse.o plot.o plot2d.o plot3d.o pm3d.o readline.o save.o scanner.o set.o show.o specfun.o standard.o stdfn.o tables.o tabulate.o term.o time.o unset.o util.o util3d.o variable.o version.o -lreadline -lncurses -lz
Undefined symbols:
"_rl_ding", referenced from:
_alert in mouse.o
"_rl_complete_with_tilde_expansion", referenced from:
_main in plot.o
"_history_list", referenced from:
_write_history_list in history.o
(maybe you meant: _write_history_list)
"_rl_reset_after_signal", referenced from:
_main in plot.o
ld: symbol(s) not found
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
Any idea what's wrong?