"Alan W. Irwin" <[EMAIL PROTECTED]> writes:

> Hi Jim:
>
> I suspect the fix is pretty straightforward, but to make further progress
> with this on the CMake list, you will need to put together a simple complete
> CMake example to illustrate the problem. Such an example has already been
> prepared at http://cmake.org/HTML/Examples.html. All you need to add to it
> is the complete cmake.out results and make.out results when the CC
> environment variable points to the Intel C compiler. If you wrap the simple
> example and the cmake.out and make.out results into a tarball, I will
> forward it to the CMake list to see what they advise to resolve it.
>

I have attached the cmake.out when I use the Microsoft C compiler with
the example.  It didn't get very far.

Attachment: cmake.out
Description: Binary data

Using - for compiler switches is not a problem.  The -o needs to be a
-Fo and the paths need to be converted from Unix style to Windows style
via the cygpath command.
-------------------------------------------------------------------------
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