|
From: Mojca M. <moj...@gm...> - 2009-01-14 10:27:58
|
On Wed, Jan 14, 2009 at 10:08 AM, Timothée Lecomte wrote:
> Mojca Miklavec a écrit :
>>
>> how can I build gnuplot *without* wxt
>> terminal, cairo-based pdf and png terminals and X? --without-wxt
>> doesn't make any difference.
>
> According to "./configure --help", it is:
> "--without-cairo" to avoid cairo-based pdf and mng terminals
> "--disable-wxwidgets" to avoid wxt terminal
> "--without-x" to avoid X11 terminal
Thanks a lot and sorry for not reading the documentation more carefully.
But still weird. The X11 terminal doesn't get built, but I still get
dependencies on
/usr/X11R6/lib/libXpm.4.dylib (compatibility version 4.11.0,
current version 4.11.0)
/usr/X11R6/lib/libX11.6.dylib (compatibility version 6.2.0,
current version 6.2.0)
/usr/X11R6/lib/libfontconfig.1.dylib (compatibility version
1.0.0, current version 1.0.0)
/usr/X11R6/lib/libfreetype.6.dylib (compatibility version
6.3.0, current version 6.3.0)
I also got some problems with libreadline. I thought that configure
has been fixed to recognise the lack of proper libreadline, but well
... I have compiled it now and it probably works, though I cannot
figure out how to build it statically into gnuplot.
Thanks,
Mojca
|