This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Should the passed command parameters result into the same error messages for a configuration test?
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Markus Elfring <Markus dot Elfring at web dot de>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sun, 24 Mar 2013 18:34:35 +0000
- Subject: Re: Should the passed command parameters result into the same error messages for a configuration test?
- References: <51114C3A dot 3030806 at web dot de> <514F2C83 dot 5020806 at web dot de> <CAH6eHdSeHiS90zbC0MVgTy-3h+Tu=SBboZJoJzfDF9g0iSVjgQ at mail dot gmail dot com> <514F4235 dot 2040708 at web dot de>
On 24 March 2013 18:13, Markus Elfring wrote:
>> The 'ld' man page is very clear about this:
>
> I wonder that you refer to the linker while I try to clarify parameter ordering
> for the g++ command line for example. (I assume that the pass-through of
> relevant link options can be a bit different eventually.)
I wonder why you're not testing that assumption. It would take less
than a minute to do so.
You're asking why two commands with options in different orders give
different linker errors, so I pointed out that the order of options
matters to the linker. You're welcome to disregard and look for a
different answer, but you won't get one from me.