Specifying library to link
Posted by Andre Louw-2 on Jun 08, 2004; 2:16am
URL: http://quantlib.414.s1.nabble.com/Specifying-library-to-link-tp10593p10596.html
Still on this,
I asked:
> how does it (distutils) decide which compiler
to use
Luigi wrote:
> you might try putting your VC7 installation before
VC6 in your PATH.
It's not a question of which compiler it _finds_,
distutils puts in a fully qualified name for the compiler i.e "C:\Program
Files\Microsoft Visual Studio\VC98\BIN\cl.exe etc...", I've checked
and I can't find any environment variable (except my PATH) that it might
use? Any other suggestion?
Andre