Bugs item #1672336, was opened at 2007-03-02 11:16
Message generated for change (Comment added) made by krisvale
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1672336&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: fred2k (fred2k)
Assigned to: Kristj�n Valur (krisvale)
Summary: Building python 2.5 for AMD64 (windows) and VS2005

Initial Comment:
When building pythoncore for AMD64 (WIndows) on VS2005, I get the following 
error : 

3>generate buildinfo
3>cl.exe -c -D_WIN32 -DUSE_DL_EXPORT -D_WINDOWS -DWIN32 -D_WINDLL -MD -MD 
/USECL:MS_OPTERON ..\Modules\getbuildinfo.c -Fogetbuildinfo.o -I..\Include 
-I..\PC
3>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 
80x86
3>Copyright (C) Microsoft Corporation.  All rights reserved.
3>getbuildinfo.c
3>Linking...
3>LINK : warning LNK4044: unrecognized option '/USELINK:MS_SDK'; ignored
3>getbuildinfo.o : fatal error LNK1112: module machine type 'X86' conflicts 
with target machine type 'x64'
3>Build log was saved at "file://d:\users\fbr\python 
build\Python-2.5\PCbuild8\amd64-temp-release\pythoncore\BuildLog.htm"
3>pythoncore - 1 error(s), 225 warning(s)

I already looked for the issue on google and on the ML archive 
(http://mail.python.org/pipermail/python-dev/2006-March/062753.html) but the 
workaround explained there (checking vsextcompiler) is specific for VC2003.

Has anyone solved this problem ?







----------------------------------------------------------------------

>Comment By: Kristj�n Valur (krisvale)
Date: 2007-03-03 10:23

Message:
Logged In: YES 
user_id=1262199
Originator: NO

Well, it sounds like he is trying to link modules compiled for different
machines.
/USECL or /USELINK aren't options for MSVC, so something fishy is going on
there.  I will try to reproduce when I get the chance

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2007-03-03 01:49

Message:
Logged In: YES 
user_id=21627
Originator: NO

Kristjan, can you take a look? If not, please unassign.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1672336&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to