Am 18.12.2007 06:40, Allin Cottrell schrieb:
I've now added a fairly substantial document on building a
self-contained disk image of gretl for OS X. It's in the osx
sub-directory of the gretl CVS source, and also at
http://ricardo.ecn.wfu.edu/~cottrell/gretl-osx/
(along with various other relevant files).
Allin.
I have been preparing myself ;-)
I could build libgd ok, but ran into an error building gnuplot (see
below). And while we're at it, is it ok that the gnuplot prefix is
<gretl.app-skeleton-dir>/Gretl_Folder while the "export PATH=..." line
for building gretl is something different (to my unknowledgeable eyes)?
thanks,
sven
g++ -g -O2 -L/usr/X11R6/lib -o gnuplot alloc.o axis.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 term.o time.o unset.o util.o util3d.o
variable.o version.o -lreadline -lncurses -lz
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
"_record_png_plot_bounds", referenced from:
_do_plot in graphics.o
"_rl_complete_with_tilde_expansion", referenced from:
_rl_complete_with_tilde_expansion$non_lazy_ptr 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