On Friday 08 May 2009 13:54:00 pl...@pi... wrote:
> Hi,
>
> it seems that something is trying to execute during compilation. This is
> a stopper on a cross build but probably should not be happening anyway.
> Making all in demo
^^^
If you only want the gnuplot executable to be built, you should not be
using "make all" as a target. That builds the binaries, the documentation,
the latex tutorials, the demo collection, etc, etc, etc.
Try "./configure; cd src; make gnuplot"
> Maybe I'm missing it but I can't see a way to skip the demo being built.
You have a good point. There should probably be a top level make target
that allows you to say "make gnuplot" or "make executable" or something
like that in the top level directory.
> thanks for any help, Peter.
|