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 Message-ID: <20041006002324.61300.qmail@web54002.mail.yahoo.com> Date: Tue, 5 Oct 2004 17:23:24 -0700 (PDT) From: Steven Scott Subject: g++ 3.4.x library issue To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Greetings! I tried downloading g++ version 3.4.1 (which I've been eagerly awaiting) from setup.exe. It had trouble with the following (minimal) program because the header could not find where it expected to find size_t defined. Trying to compile this one line program using 'g++ test.cpp' produced 500 lines of errors :) #include int main(){return 0;} Steve -- 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/