PyProlog 0.2.0 - compiling under Windows

Robin Becker robin at jessikat.fsnet.co.uk
Thu Mar 14 10:00:59 EST 2002


In article <3d06fae9.0203140649.635d4b49 at posting.google.com>,
jmdeschamps <jmdeschamps at cvm.qc.ca> writes
.....
>LINK : fatal error LNK1104: cannot open file "python21_d.lib"
>Error executing link.exe.
>
>pyswipl.dll - 1 error(s), 0 warning(s)
>*********
....
you might want to consider turning off debug compilation. Then you
should only need python21.lib which will be in the python/Libs area.

Of course you need to configure MSVC++ to look for .libs in that
directory.

Alternatively I believe that the debug versions of python21 libs are
available at www.python.org.
-- 
Robin Becker



More information about the Python-list mailing list