[pypy-dev] Translate failes =(

Amaury Forgeot d'Arc amauryfa at gmail.com
Wed Jan 21 01:26:54 CET 2009


On Wed, Jan 21, 2009 at 00:12, Vetoshkin Nikita <nvetoshkin at naumen.ru> wrote:
> Could you please point me source files where to look/digg:
> "configure" phase building and
> pypy-c executable building.
> As I see now, /MT flag I used applies to all compiled binaries and you
> suggest using it only during first building process?

Yes. My suggestion was that "standalone" builds should use /MD and
shared libraries ("not standalone")
use /MT.
But I realize that this would not solve all problems.

> Any ideas about building manifest file to proper msvcrt.dll linking?

I am currently trying to to it, borrowing ideas from cpython's code:
http://svn.python.org/view/python/trunk/Lib/distutils/msvc9compiler.py?rev=68081&view=markup
look for "manifest"

-- 
Amaury Forgeot d'Arc



More information about the Pypy-dev mailing list