[ python-Bugs-1569517 ] PGIRelease linkage fails on pgodb80.dll

SourceForge.net noreply at sourceforge.net
Thu Oct 5 11:17:12 CEST 2006


Bugs item #1569517, was opened at 2006-10-02 19:54
Message generated for change (Comment added) made by krisvale
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1569517&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.6
Status: Open
Resolution: None
Priority: 5
Submitted By: Coatimundi (coatimundi)
Assigned to: Kristján Valur (krisvale)
Summary: PGIRelease linkage fails on pgodb80.dll

Initial Comment:
Hi.  I'm interested in learning how to optimize Python
for Windows.  I have made a similar report as a
follow-on to Bug 1568243, but it's really a  separate
issue.

Let me emphasize that what I am about to describe this
is *not* a bug in the Python build system.  But it may
be worth calling out in the README file for PCbuild8.

When building PGIRelease to instrument the pythoncore
DLL, the linker fails because it cannot find
pgodb80.dll.  This file is required for PGO with Visual
C++ under Visual Studio 2005 and is shipped with the
Professional version, but not with the Express version
or (apparently) the Standard version I have.  Looks
like upgrade time...

I hope this helps someone else.


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

>Comment By: Kristján Valur (krisvale)
Date: 2006-10-05 09:17

Message:
Logged In: YES 
user_id=1262199

the pcbuild8.vcproj in the Python trunk has this fixed.  I
will backport that tho 2.5 shortly.

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

Comment By: Kristján Valur (krisvale)
Date: 2006-10-05 09:14

Message:
Logged In: YES 
user_id=1262199

This has been fixed in the 2.6 trunk, where the PGO build is
done differently.  I will retrofit that project setting to
2.5 shortly.

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

Comment By: Douglas W. Goodall (douglas_goodall)
Date: 2006-10-05 05:38

Message:
Logged In: YES 
user_id=1553177

I hate Microsoft. I have VS 2005 Standard also. Bill 
always sticks it to you in the end.

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

Comment By: Martin v. Löwis (loewis)
Date: 2006-10-03 12:12

Message:
Logged In: YES 
user_id=21627

Kristjan, can you please take a look?

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1569517&group_id=5470


More information about the Python-bugs-list mailing list