Bug 127188 - dev-libs/STLport-5.0.2 gcc4 patch / wcsftime hack
|
Bug#:
127188
|
Product: Gentoo Linux
|
Version: 2006.0
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: cpp@gentoo.org
|
Reported By: h.mth@web.de
|
|
Component: GCC Porting
|
|
|
URL:
|
|
Summary: dev-libs/STLport-5.0.2 gcc4 patch / wcsftime hack
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-03-22 07:44 0000
|
emerge of STLport-5.0.2 looks for g++-v3 path. With gcc4 it should look for
g++-v4.
I will attach a patch to the ebuild.
I also add a hack (?) to compile with gcc4.
Maybe useful?
# grep -rn wcsftime /usr/lib/gcc/i686-pc-linux-gnu/4.1.0/
/usr/lib/gcc/i686-pc-linux-gnu/4.1.0/include/g++-v4/cwchar:115:#undef wcsftime
/usr/lib/gcc/i686-pc-linux-gnu/4.1.0/include/g++-v4/cwchar:185: using
::wcsftime;
The hack is fine for now since that code doesn't exist in newer versions.
Thanks a lot.