From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21855 invoked by alias); 31 Jul 2009 05:27:33 -0000 Received: (qmail 21844 invoked by uid 22791); 31 Jul 2009 05:27:32 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from e23smtp02.au.ibm.com (HELO e23smtp02.au.ibm.com) (202.81.31.144) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 31 Jul 2009 05:27:06 +0000 Received: from d23relay01.au.ibm.com (d23relay01.au.ibm.com [202.81.31.243]) by e23smtp02.au.ibm.com (8.14.3/8.13.1) with ESMTP id n6V5P2H0006873 for ; Fri, 31 Jul 2009 15:25:02 +1000 Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay01.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n6V5R2ml557556 for ; Fri, 31 Jul 2009 15:27:03 +1000 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n6V5R2vJ019888 for ; Fri, 31 Jul 2009 15:27:02 +1000 Received: from ozlabs.au.ibm.com (ozlabs.au.ibm.com [9.190.163.12]) by d23av03.au.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n6V5R2ik019884; Fri, 31 Jul 2009 15:27:02 +1000 Received: from [10.61.2.144] (haven.au.ibm.com [9.190.164.82]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.au.ibm.com (Postfix) with ESMTP id 43F9F73692; Fri, 31 Jul 2009 15:27:02 +1000 (EST) Subject: Re: Difference between Windows and Linux GCC compiler From: Ben Elliston To: Rayne Cc: gcc@gcc.gnu.org In-Reply-To: <970794.64142.qm@web65309.mail.ac2.yahoo.com> References: <970794.64142.qm@web65309.mail.ac2.yahoo.com> Content-Type: text/plain Date: Fri, 31 Jul 2009 05:27:00 -0000 Message-Id: <1249018021.10468.0.camel@helios> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg00633.txt.bz2 Hi. > I'm interested to know what is the difference in programming using MS > Visual C++ on Windows and using the GCC compiler on Linux, i.e. what > are some of the things I can do on Visual C++ that won't compile/run > on Linux, and vice versa. This mailing list is for discussing GCC development, not questions about using GCC or porting software to/from Linux. Please try asking this question on the gcc-help@gcc.gnu.org list instead. Thanks, Ben