This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PGIRelease linkage fails on pgodb80.dll
Type: Stage:
Components: Build Versions: Python 2.6
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: kristjan.jonsson Nosy List: coatimundi, douglas_goodall, kristjan.jonsson, loewis
Priority: normal Keywords:

Created on 2006-10-02 19:54 by coatimundi, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (7)
msg30121 - (view) Author: Coatimundi (coatimundi) Date: 2006-10-02 19:54
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.
msg30122 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-10-03 12:12
Logged In: YES 
user_id=21627

Kristjan, can you please take a look?
msg30123 - (view) Author: Douglas W. Goodall (douglas_goodall) Date: 2006-10-05 05:38
Logged In: YES 
user_id=1553177

I hate Microsoft. I have VS 2005 Standard also. Bill 
always sticks it to you in the end.
msg30124 - (view) Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) Date: 2006-10-05 09:14
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.
msg30125 - (view) Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) Date: 2006-10-05 09:17
Logged In: YES 
user_id=1262199

the pcbuild8.vcproj in the Python trunk has this fixed.  I
will backport that tho 2.5 shortly.
msg30126 - (view) Author: Coatimundi (coatimundi) Date: 2006-10-06 02:21
Logged In: YES 
user_id=1611513

Excellent.  I really didn't expect much interest in this
report.  Thanks!
msg30127 - (view) Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) Date: 2006-10-08 15:41
Logged In: YES 
user_id=1262199

rev. 52219 backports the changes from the trunk to 2.5.  The
build process for PGO builds is now different.
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 44069
2006-10-02 19:54:46coatimundicreate