gnuplot auf 4.2.3 updaten

hydroniumion

hydroniumion

Aktives Mitglied
Thread Starter
Dabei seit
01.10.2004
Beiträge
198
Reaktionspunkte
5
Moin zusammen,

Da ich zur Zeit immer noch mit gnuplot 4.0 herumfrickel und ich ansehnliche Farben für meine Diagramme dringendst benötige, habe ich versucht für mein gnuplot ein upgrade auf 4.2.3. Die Sources habe ich heruntergeladen, dann entpackt, dann
Code:
./configure
make install
ausgeführt und hier liegt auch schon das Problem:
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'.
make[3]: *** No rule to make target `/Users/Jens/.ccache/alloc.tmp.Jens.local.24171.i', needed by `alloc.o'. Stop.
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

In den google groups habe ich folgendes gefunden
1) Explicitly tell gnuplot libreadline is not available:
./configure --with-readline=builtin

2) Delete the fake libreadline libraries from OSX and install
the real gnu libreadline as a system library.

3) Install the real gnu libreadline into your personal account and
tell gnuplot to use it:
./configure --with-readline=/my/private/readline/installdir
This may require some playing around with additional -L and -I
pointers in CFLAGS, and is probably harder than replacing the
system copy of the library.
Nur leider weiß ich nicht, wo ich die gnu libreadline finde, geschweige denn wie ich sie installieren kann :hum:. Wisst ihr dabei Rat?
 
Zurück
Oben Unten