This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: gcc doesn't like my .o file at the end
- From: "Larry Hall (Cygwin)" <reply-to-list-only-lh at cygwin dot com>
- To: cygwin at cygwin dot com
- Date: Sun, 25 Feb 2007 15:59:52 -0500
- Subject: Re: gcc doesn't like my .o file at the end
- References: <20070225203828.GA29343@zoosmart.us>
- Reply-to: cygwin at cygwin dot com
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/