[Lxml-checkins] r32660 - lxml/trunk/doc
scoder at codespeak.net
scoder at codespeak.net
Wed Sep 27 08:45:34 CEST 2006
Author: scoder
Date: Wed Sep 27 08:45:32 2006
New Revision: 32660
Modified:
lxml/trunk/doc/build.txt
Log:
mention possible requirement of wsock32.dll for objectify build on windows
Modified: lxml/trunk/doc/build.txt
==============================================================================
--- lxml/trunk/doc/build.txt (original)
+++ lxml/trunk/doc/build.txt Wed Sep 27 08:45:32 2006
@@ -215,7 +215,11 @@
The ``_a`` part of the library names means that we are linking statically
against the named library files. If you want to use dynamic libraries, you
-need to link against the DLL version of the libraries.
+need to link against the DLL version of the libraries. As `Ashish Kulkarni`_
+notes, you might have to add the standard Windows library ``wsock32.dll`` to
+the above list of libraries to make ``lxml.objectify`` compile.
+
+.. _`Ashish Kulkarni`:
Now you should be able to pass the ``--static`` option to setup.py and
everything should work well. Try calling::
More information about the lxml-checkins
mailing list