Hiroyasu Yasuda wrote:

(1) The first test should have the following options:

-DBUILD_SHARED_LIBS=ON -DENABLE_DYNDRIVERS=OFF
-DCMAKE_VERBOSE_MAKEFILE=ON
-DDEFAULT_NO_DEVICES=ON -DPLD_ps=ON -DDEFAULT_NO_BINDINGS=ON


(2) The second test should have the following options

-DBUILD_SHARED_LIBS=ON -DENABLE_DYNDRIVERS=ON
-DCMAKE_VERBOSE_MAKEFILE=ON
-DDEFAULT_NO_DEVICES=ON -DPLD_ps=ON -DDEFAULT_NO_BINDINGS=ON


Alan, I have already tested above two options. First one can be succeeded to install, next one can not be succeeded with error message as follows on Cygwin.

Could not open driver module ps
libltdl error: No such file or directory
make[2]: *** [drivers/ps.so] Error 1
make[2]: Leaving directory `/home/yasu/plplot/b002'
make[1]: *** [drivers/CMakeFiles/ps.dir/all] Error 2
make[1]: Leaving directory `/home/yasu/plplot/b002'
make: *** [all] Error 2

I just want to use plplot from Fortran on Cygwin environment. I think that both two options doesn't include fortran environment. I would like to ask you that can Plplot 5.7.4 or 5.8.0-RC1 call from fortran on Cygwin right now? If you know that, please let me know the way to install.
The problem with the second test is that libtool under Cygwin does not
support dynamically loadable drivers. If you use the option ENABL_DYNDRIVERS=OFF then it should all work. I have been successful myself in using PLPlot within
Fortran programs on this platform, though I only have the g77 and gfortran
compilers. Your earlier problems seem to be due to the presence of Intel Fortran.

Perhaps you could:
- Install gfortran
- Temporarily remove the path to Intel Fortran from your PATH environment variable (or simply rename the install directory so that CMake can not find that compiler)

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