|
From: <HBB...@t-...> - 2007-04-09 22:31:02
|
R. D. Ross wrote: > The problem with this is that I would pick up a pre-installed > gnuplot binary from /usr/local/bin/gnuplot. You could and probably should test such 'not-quite-installed' packages where 'make install' is only an intermediate step towards building an RPM or whatever, in a shell with a modified $PATH, or in a chroot environment. > Fair enough on that. I see from "configure --help" that many other env > variables will influence the configure script, but TERMLIBS isn't mentioned. > TERMLIBS here was intended to influence the "make" process though. I guess > the pkg-config information should help with this? Yes. It should render modifying TERMLIBS completely pointless. More to the point, TERMLIBS is eventually auto-generated from configure's findings. I.e. unless you're out to do something spooky, there should be no need to change what configure put in there. It's easier to work with configure than to fight it. > In any case, thanks for responding. As a general question, what is > recommended to get wxWidgets to work with gtk2 when building gnuplot? I'm open to any > suggestions. I don't really know --- I personally don't do wxWidgets. You may want to re-route this issue to the developers' mailing list gnuplot-beta on this same server (but please subscribe first, or I'll have to manually approve each posting, which can take a while) |