From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4932 invoked by alias); 25 Feb 2007 20:39:09 -0000 Received: (qmail 4921 invoked by uid 22791); 25 Feb 2007 20:39:08 -0000 X-Spam-Check-By: sourceware.org Received: from sccrmhc15.comcast.net (HELO sccrmhc15.comcast.net) (204.127.200.85) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 25 Feb 2007 20:39:00 +0000 Received: from zoosmart.us ([69.255.13.139]) by comcast.net (sccrmhc15) with ESMTP id <2007022520385801500j98oje>; Sun, 25 Feb 2007 20:38:58 +0000 Received: from docent.zoosmart.us (localhost [127.0.0.1]) by zoosmart.us (8.14.0/8.14.0) with ESMTP id l1PKcsBo029357 for ; Sun, 25 Feb 2007 15:38:54 -0500 Received: (from root@localhost) by docent.zoosmart.us (8.14.0/8.14.0/Submit) id l1PKcSsY029351 for cygwin@cygwin.com; Sun, 25 Feb 2007 15:38:28 -0500 Date: Sun, 25 Feb 2007 20:39:00 -0000 From: alexl To: cygwin@cygwin.com Subject: gcc doesn't like my .o file at the end Message-ID: <20070225203828.GA29343@zoosmart.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Spam-Score: -4.398 () ALL_TRUSTED,BAYES_00,DK_POLICY_SIGNSOME X-Bayes-Score: 1.11022302462516e-16 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2007-02/txt/msg00714.txt.bz2 it wants it at the beginning. The gcc on my linux box doesn't care. Any way to make gcc work with the object file at the beginning? example: ---doesn't work $ gcc -mno-cygwin -mwin32 -I/[blah..] -L[blah..] -lglib-2.0 -lintl -liconv -o hello hello.o ---works $ gcc hello.o -mno-cygwin -mwin32 -I/[blah..] -L[blah..] -lglib-2.0 -lintl -liconv -o hello any ideas? -- 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/