|
From: <pl...@pi...> - 2012-04-24 04:33:57
|
Hi, I am buildin 4.6.0 for embedded and it seems to work fine except for mouse features on svg, where I'm finding it is inserting links to the build directory structure not the target. using set term svg mouse I get the following at the top of my svg <script type="text/javascript" xlink:href="/embedded_build/root/usr/share/gnuplot/4.6/js/gnuplot_svg.js"/> ARCH=arm ./configure --host=arm-unknown-linux-gnueabi --without-x --without-pdf \ --without-cairo --disable-wxwidgets --without-x --without-tutorial \ --prefix=/embedded_build/root/usr --without-lua Can you give a hint on what options/flags I need to set before calling make etc so that gnuplot creates a standard /usr/share/ href here. Thx. Peter. |