> On 2007-10-24 11:02+0200 Arjen Markus wrote:
>

>> I have no idea why that would be.
>
> Arjen, I have no idea either since you have ommitted most details.
>
> Your symptoms sound like the problem I attempted to fix as of revision
> 7967
> (done just after 5.8.0-RC1). If your test was for a PLplot version before
> that fix, could you try with revision 7967 or later, please? If you still
> get an error in that case, please give a proper error report (at minimum,
> PLplot revision, cmake command line, cmake.out, make.out) so we have a
> chance to deal with the situation before the forthcoming 5.8.0.
>

Well, the reason for that is there were none :(. I just get the
message from libtldl that it can not find the file gd.so,
while the file was clearly built without any warnings from the
compiler and linker.

The command line was:

cmake -DBUILD_TEST:BOOL=ON -DENABLE_tk=OFF -DWITH_FREETYPE=OFF
--debug-trycompile -G "Unix Makefiles" ../plplot

The output from CMake looks fine

The error output from make is this:

Creating library file: libcsirocsa.dll.a
Creating library file: libplplotd.dll.a
Creating library file: libplplotcxxd.dll.a
Creating library file: libplplotf77cd.dll.a
Creating library file: libplplotf95cd.dll.a
Creating library file: libtclmatrixd.dll.a
/cygdrive/c/arjen/plplot-5.8.0/plplot/bindings/tcl/tclAPI.c: In function
`Pltcl_Init':
/cygdrive/c/arjen/plplot-5.8.0/plplot/bindings/tcl/tclAPI.c:531: warning:
passing arg 3 of `Tcl_CreateCommand' from incompatible pointer type
...
In file included from
/cygdrive/c/arjen/plplot-5.8.0/install/bindings/tcl/tclgen.c:4755:
warning: assignment from incompatible pointer type
Creating library file: libplplottcltkd.dll.a
Could not open driver module gd
libltdl error: No such file or directory
make[2]: *** [drivers/gd.so] Error 1
make[1]: *** [drivers/CMakeFiles/gd.dir/all] Error 2
make: *** [all] Error 2

The file drivers/gd.so is 23705 bytes ...

Oh, could it be the gd.rc file? That is zero-sized.

Well, I can provide all output from both programs, but the direct
error message is no more than this.

Regards,

Arjen

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to