RE: Problem building python module
Posted by Gerrit Van Dyk-2 on Apr 16, 2002; 6:28am
URL: http://quantlib.414.s1.nabble.com/Problem-building-python-module-tp1984p1985.html
Ok, Thanks Luigi I seem to have found the missing "limits" problem. Although
I have environment variables set up for using my preferred compiler setup.py
still picks up the incorrect compiler.
I have an environment variable CC that points to gcc3 and CCC that points to
g++3. For the normal make and GNU tools this seems to be sufficient to
enable your preferred compiler. The distutils package however defaults to
gcc and g++
Looking closer at the output of "python setup.py build" I realized that it
was calling g++ and not g++3.
The command just completed successful with a minor warning. I just ran
"python2 setup.py test" this too went ok. Now I need to get into it and
start playing.
Thanks again.
Regards
Gerrit van Dyk
-------------------------------------------------------------------------
This e-mail is intended only for the use of the individual or entity named
above and may contain information that is confidential and privileged,
proprietary to the company and protected by law. If you are not the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this e-mail is strictly prohibited. Opinions, conclusions and
other information in this message that do not relate to the official
business of our company shall be understood as neither given nor endorsed by
it.