[Patches] [ python-Patches-888839 ] cygwinccompiler should set C++ compiler

SourceForge.net noreply at sourceforge.net
Sat Jun 5 14:11:16 EDT 2004


Patches item #888839, was opened at 2004-02-02 12:29
Message generated for change (Settings changed) made by perky
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=888839&group_id=5470

Category: Distutils and setup.py
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Seo Sanghyeon (sanxiyn)
Assigned to: Nobody/Anonymous (nobody)
Summary: cygwinccompiler should set C++ compiler

Initial Comment:
When C++ linking gotcha that have persisted in distutils 
was fixed in Python 2.3, I was glad. Unfortunately, it 
seems MinGW (I suspect same for Cygwin) was not fixed 
at the time.

cygwinccompiler currently does not set compiler_cxx, so 
linking C++ just fails, even though all the machinery 
needed for linking C++ is there.

Fix is simple, and I thank niemeyer and people involved 
for fixing #413582.

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

Comment By: Seo Sanghyeon (sanxiyn)
Date: 2004-04-03 15:01

Message:
Logged In: YES 
user_id=837148

This is a duplicate of #877165.

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

Comment By: Seo Sanghyeon (sanxiyn)
Date: 2004-02-02 13:33

Message:
Logged In: YES 
user_id=837148

Oops, Cygwin should have -mcywgin, not -mno-cygwin, of course.

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

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



More information about the Patches mailing list