Bugs item #1963007, was opened at 2008-05-13 08:05
Message generated for change (Comment added) made by terrible
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1963007&group_id=2435
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: gcc
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: availa (availa)
Assigned to: Nobody/Anonymous (nobody)
Summary: g++ package lack of ext folder
Initial Comment:
I download these packages:
1.gcc-part-core-4.3.0-20080502-2-mingw32-alpha-bin.tar.gz
2.gcc-part-c++-4.3.0-20080502-2-mingw32-alpha-bin.tar.gz
3.binutils-2.18.50-20080109-2.tar.gz
4.w32api-3.11.tar.gz
5.mingw-runtime-3.14.tar.gz
but when i compile a simple cpp file,like this:
#include <iostream>
using namespace std;
int main()
{
cout << "el" << endl;
return 0;
}
some errors happened;
i have find it :
lack of the following fold:
gcc4.3.0\lib\gcc\mingw32\4.3.0\include\c++\ext
----------------------------------------------------------------------
Comment By: Ivan Baldo Bosco (terrible)
Date: 2009-05-15 21:30
Message:
The workaround is to get that directory from the
gcc-4.3.0-20080502-mingw32-alpha-bin.7z file.
Hope this helps someone...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1963007&group_id=2435
|