Re: QuantLib-SWIG-0.3.11 cygwin compilation failure

Posted by Luigi Ballabio on
URL: http://quantlib.414.s1.nabble.com/Problems-to-use-Quantlib-tp4598p4600.html

On 03/13/2006 03:19:49 PM, Jerry Ji wrote:
> I'm pulling my hair at QuantLib-SWIG-0.3.11 compilation failure in  
> cygwin: configure doesn't
> seem to generate the proper flags for gcc --

It seems like setup.py is getting confused. Can you run the following  
in a Python shell from cygwin and tell me what is returned?

>>> import sys
>>> print sys.platform

Later,
        Luigi


----------------------------------------

There are two ways to write error-free programs; only the third one  
works.
-- unknown