i compiled gnuplot from source, but another error occurs. when i execute
"make", it response:
"ld: Can't find library for -lX11"
after google it, i reconfigure gnuplot with "./configure --without-gd".
then i success to install gnuplot 4.2.6 with no pic(png, etc) terminal
support. luckly, svg terminal is available.
thanks for your advise!
Thomas Sefzick wrote:
>
> if the 'dynamic loader' tries to load 'libwx_gtk2_richtext-2.8.so'
> then we can assume that it is needed.
>
> did you install all the packets which are required to run gnuplot?
>
>> Run-time dependencies:
>> expat fontconfig freetype gd gettext jpeg libXpm libiconv libpng
>> ncurses readline termcap zlib
>
> maybe the list is not complete, i'm missing wxGTK.
> should be installed too.
>
> if you don't need the wxWidgets based 'wxt' terminal then you may
> compile gnuplot by your own.
>
>
> turtledove wrote:
>>
>> I installed gnuplot 4.2.6 on hp-ux(HP-UX 11.31), and i got the binary
>> from
>> http://hpux.connect.org.uk/hppd/hpux/Development/Tools/gnuplot-4.2.6/.
>>
>> but i when i run gnuplot, i got:
>> /usr/lib/hpux32/dld.so: Unable to find library
>> 'libwx_gtk2_richtext-2.8.so'.
>> Killed
>>
>> why gnuplot needs libwx_gtk2_richtext to run? how can i resolve this
>> problem?
>>
>> thanks in advance!
>>
>
>
--
View this message in context: http://old.nabble.com/does-gnuplot-needs-libwx_gtk2_richtext-2.8.so-to-run--tp27142177p27155946.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|