Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Bart van der Werf \(Bluelive\)" To: "'cygwin Mailing List'" Subject: G++ seems broken Date: Thu, 3 Jun 2004 11:15:33 +0200 Message-ID: <004e01c4494b$56032cc0$c3a35982@andromeda> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In-Reply-To: <40BC3795.7030902@sysgo.com> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk AT ITBE DOT utwente DOT nl for more information. X-UTwente-MailScanner: Found to be clean X-MailScanner-From: werfb AT cs DOT utwente DOT nl X-IsSubscribed: yes #include int main() { vector quux; return 0; } g++ test.cpp test.cpp: In function `int main()': test.cpp:4: error: `vector' undeclared (first use this function) test.cpp:4: error: (Each undeclared identifier is reported only once for each function it appears in.) test.cpp:4: error: syntax error before `>' token i validated this on another machine also. Im running a full install of cygwin that i updated today. Running on WinXP, i have free diskpace and more such things so that doesnt seem to be the issue. grtz, Bart -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/