Re: problem compiling Python bindings under cygwin

Posted by Luigi Ballabio on
URL: http://quantlib.414.s1.nabble.com/problem-compiling-Python-bindings-under-cygwin-tp1057p1058.html


On Jun 21, 2007, at 8:35 PM, mattknox_ca wrote:

> after successfully compiling and installing quantlib using cygwin (as
> far as
> I can tell anyway), I have moved on to trying to compile and install
> the
> python swig wrappers. Near the beginning of the build process (when
> calling
> "python setup.py build"), I get the following 4 messages:
>
> gcc: /GR: No such file or directory
> gcc: /FD: No such file or directory
> gcc: /Zm250: No such file or directory
> gcc: /MT: No such file or directory

Matt,
        the script is picking up the options for Visual C++.  What happens if
you open a Python interpreter from msys and execute the following?

import sys
print sys.platform

Later,
        Luigi


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users