From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15062 invoked by alias); 25 Feb 2007 21:04:37 -0000 Received: (qmail 15054 invoked by uid 22791); 25 Feb 2007 21:04:37 -0000 X-Spam-Check-By: sourceware.org Received: from web50602.mail.yahoo.com (HELO web50602.mail.yahoo.com) (206.190.38.89) by sourceware.org (qpsmtpd/0.31) with SMTP; Sun, 25 Feb 2007 21:04:32 +0000 Received: (qmail 54236 invoked by uid 60001); 25 Feb 2007 21:04:30 -0000 X-YMail-OSG: WZpcJhMVM1lPaXYmhXhktszjyv12735sqczc5EO5aYTmKfaKHJ3gQaNpSptGeid2EJZHxWCLItKpIdEVM123oaiyV8sP9JMzn1uLHkym5ksblUzLNzIbXp7C5xohiP_fgCZncacA6d9xqNo- Received: from [82.101.180.108] by web50602.mail.yahoo.com via HTTP; Sun, 25 Feb 2007 13:04:30 PST Date: Sun, 25 Feb 2007 21:04:00 -0000 From: nordine Subject: Re: gcc doesn't like my .o file at the end To: cygwin@cygwin.com In-Reply-To: <45E1F8C8.3050201@cygwin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <121956.53301.qm@web50602.mail.yahoo.com> X-IsSubscribed: yes 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/msg00716.txt.bz2 hello I want to compil my Gulp program using g95 under cygwin, and I got this error message: /bin///ld: cannot find -lf95 make[1]: *** [gulp_] Error 1 make[1]: Leaving directory `/cygdrive/c/gulpsource/src/{os}' mv: cannot stat `gulp': No such file or directory make: *** [gulp] Error 1 some help please --- "Larry Hall (Cygwin)" wrote: > alexl wrote: > > 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? > > > Yes. Put it at the end where it belongs. The fact > that Linux doesn't > require this is a feature of Linux which, no matter > how convenient it may > seem, is not portable. > > > -- > Larry Hall > http://www.rfk.com > RFK Partners, Inc. (508) > 893-9779 - RFK Office > 216 Dalton Rd. (508) > 893-9889 - FAX > Holliston, MA 01746 > > _____________________________________________________________________ > > A: Yes. > > Q: Are you sure? > >> A: Because it reverses the logical flow of > conversation. > >>> Q: Why is top posting annoying in email? > > -- > 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/ > > ____________________________________________________________________________________ No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started. http://mobile.yahoo.com/mail -- 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/