public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Trouble with building multilib GCC (MinGW)
@ 2012-03-10  9:07 niXman
  2012-03-10 19:14 ` Ian Lance Taylor
  0 siblings, 1 reply; 21+ messages in thread
From: niXman @ 2012-03-10  9:07 UTC (permalink / raw)
  To: gcc-help

ping?

-- 
Regards,
  niXman

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
  2012-03-10  9:07 Trouble with building multilib GCC (MinGW) niXman
@ 2012-03-10 19:14 ` Ian Lance Taylor
       [not found]   ` <CAMPTgK0ec1EcuQiWQqVCJsocz-b_X1AEtbnD7Xn+irUvBRYhRA@mail.gmail.com>
  0 siblings, 1 reply; 21+ messages in thread
From: Ian Lance Taylor @ 2012-03-10 19:14 UTC (permalink / raw)
  To: niXman; +Cc: gcc-help

niXman <i.nixman@gmail.com> writes:

> ping?

When you ping a message, please include the context in the ping.
Otherwise we have to look it up.  And since we are all volunteers,
requiring us to go back and look up the context makes it that much less
likely that you will get any sort of answer.  Thanks.

As far as I can tell from your original note, your build failed because
you do not have a 64-bit version of the library -lkernel32.  That is not
a gcc library.  I assume it is a Windows library.  I don't know if you
are missing a 64-bit version of the library, or if the bug is that you
should not be linking against -lkernel32 for a 64-bit build.  E.g.,
perhaps there is a -lkernel64 on Windows, I don't know.

You can probably get a better answer on a mingw or cygwin mailing list,
as that is where you will find people who understand the Windows
environment.

Ian

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Fwd: Trouble with building multilib GCC (MinGW)
       [not found]   ` <CAMPTgK0ec1EcuQiWQqVCJsocz-b_X1AEtbnD7Xn+irUvBRYhRA@mail.gmail.com>
@ 2012-03-10 19:50     ` niXman
  2012-03-11 15:29       ` niXman
       [not found]     ` <mcr62eah2go.fsf@dhcp-172-18-216-180.mtv.corp.google.com>
  1 sibling, 1 reply; 21+ messages in thread
From: niXman @ 2012-03-10 19:50 UTC (permalink / raw)
  To: gcc-help

---------- Forwarded message ----------
From: niXman <i.nixman@gmail.com>
Date: 2012/3/10
Subject: Re: Trouble with building multilib GCC (MinGW)
To: Ian Lance Taylor <iant@google.com>


2012/3/10 Ian Lance Taylor <iant@google.com>:
> niXman <i.nixman@gmail.com> writes:
>
>> ping?
>
> When you ping a message, please include the context in the ping.
> Otherwise we have to look it up.  And since we are all volunteers,
> requiring us to go back and look up the context makes it that much less
> likely that you will get any sort of answer.  Thanks.

Thank's for your answer.
I thought that copying the subject isn't a good idea ... The next time
I will copy it.

>
> As far as I can tell from your original note, your build failed because
> you do not have a 64-bit version of the library -lkernel32.  That is not
> a gcc library.  I assume it is a Windows library.  I don't know if you
> are missing a 64-bit version of the library, or if the bug is that you
> should not be linking against -lkernel32 for a 64-bit build.  E.g.,
> perhaps there is a -lkernel64 on Windows, I don't know.

I have built both versions of CRT for 32 and 64 bit.
32bit CRT in <prefix>/<target>/lib path, and 64bit in <prefix>/<target>/lib64

If you see logfile: http://pastebin.com/KiGHVgVQ then you can see that
for linking 32bit and 64bit libgcc_s_sjlj-1.dll are used 32bit CRT.
If in Makefile for 64bit version I replace <prefix>/<target>/lib with
<prefix>/<target>/lib64 - linking is successfully.
I.e. the problem is that wrong Makefiles are created. I want to understand why?

>
> You can probably get a better answer on a mingw or cygwin mailing list,
> as that is where you will find people who understand the Windows
> environment.

There I began the discussion. But it seems like all ideas have ended:
http://sourceforge.net/mailarchive/forum.php?thread_name=CAMPTgK2xXJuFumO7W9BWXdfooCd6Y1WXA%3D6NhH5HvwPvyPmuuw%40mail.gmail.com&forum_name=mingw-w64-public

>
> Ian



--
Regards,
  niXman

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
  2012-03-10 19:50     ` Fwd: " niXman
@ 2012-03-11 15:29       ` niXman
  0 siblings, 0 replies; 21+ messages in thread
From: niXman @ 2012-03-11 15:29 UTC (permalink / raw)
  To: gcc-help, gcc

> As far as I can tell from your original note, your build failed because
> you do not have a 64-bit version of the library -lkernel32.  That is not
> a gcc library.  I assume it is a Windows library.  I don't know if you
> are missing a 64-bit version of the library, or if the bug is that you
> should not be linking against -lkernel32 for a 64-bit build.  E.g.,
> perhaps there is a -lkernel64 on Windows, I don't know.

I have built both versions of CRT for 32 and 64 bit.
32bit CRT in <prefix>/<target>/lib path, and 64bit in <prefix>/<target>/lib64

If you see logfile: http://pastebin.com/KiGHVgVQ then you can see that
for linking 32bit and 64bit libgcc_s_sjlj-1.dll are used 32bit CRT.
If in Makefile for 64bit version I replace <prefix>/<target>/lib with
<prefix>/<target>/lib64 - linking is successfully.
I.e. the problem is that wrong Makefiles are created. I want to understand why?



Ping?

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
       [not found]     ` <mcr62eah2go.fsf@dhcp-172-18-216-180.mtv.corp.google.com>
@ 2012-03-13 11:05       ` niXman
  2012-03-13 21:36         ` Ian Lance Taylor
  0 siblings, 1 reply; 21+ messages in thread
From: niXman @ 2012-03-13 11:05 UTC (permalink / raw)
  To: gcc-help

2012/3/12 Ian Lance Taylor <iant@google.com>:
>
> To be honest I don't see that in the pastebin.  The use of -m64 should
> cause the multilib support to kick in, and in particular should cause
> the gcc driver to add /../lib64 to the end of the -L paths.  I guess
> that is not happening, but I can't see it from the log.

In the fourth line uccurs linking 64bit libgcc_s_sjlj-1.dll. In this
you can see by searching for 'm64'. Also, in the fourth line you can
see the path used to search for 64bit CRT, and make sure that the path
is used only for 32bit CRT.

>
> It might be helpful to show us the output of each of these commands:
>
> gcc --print-multi-lib
$ i686-w64-mingw32-gcc --print-multi-lib
.;
64;@m64


> gcc --print-multi-directory
$ i686-w64-mingw32-gcc --print-multi-directory
.


> gcc --print-multi-directory -m32
$ i686-w64-mingw32-gcc --print-multi-directory -m32
.


> gcc --print-multi-directory -m64
$ i686-w64-mingw32-gcc --print-multi-directory -m64
64


>
> Ian



-- 
Regards,
  niXman

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
  2012-03-13 11:05       ` niXman
@ 2012-03-13 21:36         ` Ian Lance Taylor
  2012-03-14  8:11           ` niXman
  0 siblings, 1 reply; 21+ messages in thread
From: Ian Lance Taylor @ 2012-03-13 21:36 UTC (permalink / raw)
  To: niXman; +Cc: gcc-help

niXman <i.nixman@gmail.com> writes:

> 2012/3/12 Ian Lance Taylor <iant@google.com>:
>>
>> To be honest I don't see that in the pastebin.  The use of -m64 should
>> cause the multilib support to kick in, and in particular should cause
>> the gcc driver to add /../lib64 to the end of the -L paths.  I guess
>> that is not happening, but I can't see it from the log.
>
> In the fourth line uccurs linking 64bit libgcc_s_sjlj-1.dll. In this
> you can see by searching for 'm64'. Also, in the fourth line you can
> see the path used to search for 64bit CRT, and make sure that the path
> is used only for 32bit CRT.

When I look at the fourth line of the pastebin link you posted earlier
(http://pastebin.com/KiGHVgVQ) I see an invocation of xgcc.  I can not
see the path used to search for the crt file in that line.  The -B and
-L options passed to xgcc are not the final search path.  The final
search path is computed by the gcc driver by applying multilib
transformations to the -B and -L options.  In order to see the actual
search path, you will need to run that exact command with the -v option.


>> gcc --print-multi-lib
> $ i686-w64-mingw32-gcc --print-multi-lib
> .;
> 64;@m64
>
>
>> gcc --print-multi-directory
> $ i686-w64-mingw32-gcc --print-multi-directory
> .
>
>
>> gcc --print-multi-directory -m32
> $ i686-w64-mingw32-gcc --print-multi-directory -m32
> .
>
>
>> gcc --print-multi-directory -m64
> $ i686-w64-mingw32-gcc --print-multi-directory -m64
> 64

Thanks.  That all looks fine but I now realize that I need something
else.  The output of:

gcc --print-multi-os-directory
gcc --print-multi-os-directory -m32
gcc --print-multi-os-directory -m64

Ian

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
  2012-03-13 21:36         ` Ian Lance Taylor
@ 2012-03-14  8:11           ` niXman
  2012-03-15  2:32             ` Ian Lance Taylor
  0 siblings, 1 reply; 21+ messages in thread
From: niXman @ 2012-03-14  8:11 UTC (permalink / raw)
  To: gcc-help

2012/3/14 Ian Lance Taylor <iant@google.com>:
> When I look at the fourth line of the pastebin link you posted earlier
> (http://pastebin.com/KiGHVgVQ) I see an invocation of xgcc.  I can not
> see the path used to search for the crt file in that line.  The -B and
> -L options passed to xgcc are not the final search path.  The final
> search path is computed by the gcc driver by applying multilib
> transformations to the -B and -L options.  In order to see the actual
> search path, you will need to run that exact command with the -v option.

I just now noticed that xgcc is used.
According to the instructions [1], core-cross-compiler (make all-gcc)
must be built first, and with its help multilib-crt and gcc (make all)
is built. How is it possible to determine that xgcc runs/uses
<sysroot>/bin/i686-w64-mingw32-gcc.exe? After building and
installation (make all-gcc & make install-gcc) core-cross-compiler, I
set <sysroot>/bin in PATH.


> Thanks.  That all looks fine but I now realize that I need something
> else.  The output of:
>
> gcc --print-multi-os-directory
$ i686-w64-mingw32-gcc --print-multi-os-directory
../lib


> gcc --print-multi-os-directory -m32
$ i686-w64-mingw32-gcc --print-multi-os-directory -m32
../lib


> gcc --print-multi-os-directory -m64
$ i686-w64-mingw32-gcc --print-multi-os-directory -m64
../lib64


>
> Ian


1: http://sourceforge.net/apps/trac/mingw-w64/wiki/Cross%20Win32%20and%20Win64%20compiler#BuildingtheGCCcorecross-compilers

-- 
Regards,
  niXman

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
  2012-03-14  8:11           ` niXman
@ 2012-03-15  2:32             ` Ian Lance Taylor
  2012-03-15  7:49               ` niXman
  0 siblings, 1 reply; 21+ messages in thread
From: Ian Lance Taylor @ 2012-03-15  2:32 UTC (permalink / raw)
  To: niXman; +Cc: gcc-help

niXman <i.nixman@gmail.com> writes:

> 2012/3/14 Ian Lance Taylor <iant@google.com>:
>> When I look at the fourth line of the pastebin link you posted earlier
>> (http://pastebin.com/KiGHVgVQ) I see an invocation of xgcc.  I can not
>> see the path used to search for the crt file in that line.  The -B and
>> -L options passed to xgcc are not the final search path.  The final
>> search path is computed by the gcc driver by applying multilib
>> transformations to the -B and -L options.  In order to see the actual
>> search path, you will need to run that exact command with the -v option.
>
> I just now noticed that xgcc is used.
> According to the instructions [1], core-cross-compiler (make all-gcc)
> must be built first, and with its help multilib-crt and gcc (make all)
> is built. How is it possible to determine that xgcc runs/uses
> <sysroot>/bin/i686-w64-mingw32-gcc.exe?

I very much doubt that it does.  However, you can see the exact set of
commands that the xgcc driver runs by using the -v option.

> After building and
> installation (make all-gcc & make install-gcc) core-cross-compiler, I
> set <sysroot>/bin in PATH.
>
>
>> Thanks.  That all looks fine but I now realize that I need something
>> else.  The output of:
>>
>> gcc --print-multi-os-directory
> $ i686-w64-mingw32-gcc --print-multi-os-directory
> ../lib
>
>
>> gcc --print-multi-os-directory -m32
> $ i686-w64-mingw32-gcc --print-multi-os-directory -m32
> ../lib
>
>
>> gcc --print-multi-os-directory -m64
> $ i686-w64-mingw32-gcc --print-multi-os-directory -m64
> ../lib64

Thanks, but thinking about it I guess what I really need to know is the
output of those commands using

/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/

as that is the compiler that is running.

The question you are asking is basically why that xgcc command did not
find the 64-bit crt file.  As a first step, I'm trying to verify that it
is configured to look in the expected directory.  That is, that it is
configured such that -m64 causes it to append ../lib64 to the -B and -L
paths that are passed to it.

Can you confirm that the 64-bit crt file is in one of those directory,
e.g., /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/../lib64 ?

Ian

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
  2012-03-15  2:32             ` Ian Lance Taylor
@ 2012-03-15  7:49               ` niXman
  2012-03-15 23:43                 ` Ian Lance Taylor
  0 siblings, 1 reply; 21+ messages in thread
From: niXman @ 2012-03-15  7:49 UTC (permalink / raw)
  To: gcc-help

2012/3/15 Ian Lance Taylor <iant@google.com>:
> niXman <i.nixman@gmail.com> writes:
>
>> 2012/3/14 Ian Lance Taylor <iant@google.com>:
>>> When I look at the fourth line of the pastebin link you posted earlier
>>> (http://pastebin.com/KiGHVgVQ) I see an invocation of xgcc.  I can not
>>> see the path used to search for the crt file in that line.  The -B and
>>> -L options passed to xgcc are not the final search path.  The final
>>> search path is computed by the gcc driver by applying multilib
>>> transformations to the -B and -L options.  In order to see the actual
>>> search path, you will need to run that exact command with the -v option.
>>
>> I just now noticed that xgcc is used.
>> According to the instructions [1], core-cross-compiler (make all-gcc)
>> must be built first, and with its help multilib-crt and gcc (make all)
>> is built. How is it possible to determine that xgcc runs/uses
>> <sysroot>/bin/i686-w64-mingw32-gcc.exe?
>
> I very much doubt that it does.  However, you can see the exact set of
> commands that the xgcc driver runs by using the -v option.
>
>> After building and
>> installation (make all-gcc & make install-gcc) core-cross-compiler, I
>> set <sysroot>/bin in PATH.
>>
>>
>>> Thanks.  That all looks fine but I now realize that I need something
>>> else.  The output of:
>>>
>>> gcc --print-multi-os-directory
>> $ i686-w64-mingw32-gcc --print-multi-os-directory
>> ../lib
>>
>>
>>> gcc --print-multi-os-directory -m32
>> $ i686-w64-mingw32-gcc --print-multi-os-directory -m32
>> ../lib
>>
>>
>>> gcc --print-multi-os-directory -m64
>> $ i686-w64-mingw32-gcc --print-multi-os-directory -m64
>> ../lib64
>
> Thanks, but thinking about it I guess what I really need to know is the
> output of those commands using
>
> /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/
>
> as that is the compiler that is running.

$ /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc
-B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ --print-multi-directory
.

$ /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc
-B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ --print-multi-directory
-m32
.

$ /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc
-B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ --print-multi-directory
-m64
64

$ /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc
-B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ --print-multi-os-directory
../lib

$ /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc
-B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ --print-multi-os-directory
-m32
../lib

$ /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc
-B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ --print-multi-os-directory
-m64
../lib64


>
> The question you are asking is basically why that xgcc command did not
> find the 64-bit crt file.  As a first step, I'm trying to verify that it
> is configured to look in the expected directory.  That is, that it is
> configured such that -m64 causes it to append ../lib64 to the -B and -L
> paths that are passed to it.
>
> Can you confirm that the 64-bit crt file is in one of those directory,
> e.g., /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/../lib64 ?

Yes. In  /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib64


>
> Ian



-- 
Regards,
  niXman

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
  2012-03-15  7:49               ` niXman
@ 2012-03-15 23:43                 ` Ian Lance Taylor
  2012-03-16  8:24                   ` niXman
  0 siblings, 1 reply; 21+ messages in thread
From: Ian Lance Taylor @ 2012-03-15 23:43 UTC (permalink / raw)
  To: niXman; +Cc: gcc-help

niXman <i.nixman@gmail.com> writes:

> $ /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc
> -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ --print-multi-directory
> .
>
> $ /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc
> -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ --print-multi-directory
> -m32
> .
>
> $ /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc
> -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ --print-multi-directory
> -m64
> 64
>
> $ /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc
> -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ --print-multi-os-directory
> ../lib
>
> $ /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc
> -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ --print-multi-os-directory
> -m32
> ../lib
>
> $ /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc
> -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ --print-multi-os-directory
> -m64
> ../lib64


Thanks, that all looks right also.


>> The question you are asking is basically why that xgcc command did not
>> find the 64-bit crt file.  As a first step, I'm trying to verify that it
>> is configured to look in the expected directory.  That is, that it is
>> configured such that -m64 causes it to append ../lib64 to the -B and -L
>> paths that are passed to it.
>>
>> Can you confirm that the 64-bit crt file is in one of those directory,
>> e.g., /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/../lib64 ?
>
> Yes. In  /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib64

I want to inject a note of caution that in the presence of symlinks that
is not necessarily the same as what I asked.  Although I admit that it
almost certainly is.

I assume you can run the failing command yourself and see the failure.
Can you run that command with -v and send us the complete output?
Thanks.

Ian

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
  2012-03-15 23:43                 ` Ian Lance Taylor
@ 2012-03-16  8:24                   ` niXman
  2012-03-17  5:03                     ` Ian Lance Taylor
  0 siblings, 1 reply; 21+ messages in thread
From: niXman @ 2012-03-16  8:24 UTC (permalink / raw)
  To: gcc-help

> Thanks, that all looks right also.
>

Thank you very much for your help!


>
> I want to inject a note of caution that in the presence of symlinks that
> is not necessarily the same as what I asked.  Although I admit that it
> almost certainly is.

I build in windows. Symlinks in windows are not supported.
How can I make sure that in the directory lib64 exactly 64bit
libraries are contained?

>
> I assume you can run the failing command yourself and see the failure.
> Can you run that command with -v and send us the complete output?

Which one command? That which is in the fourth line
(http://pastebin.com/KiGHVgVQ) ?

> Thanks.
>
> Ian



-- 
Regards,
  niXman

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
  2012-03-16  8:24                   ` niXman
@ 2012-03-17  5:03                     ` Ian Lance Taylor
  2012-03-17  8:25                       ` niXman
  0 siblings, 1 reply; 21+ messages in thread
From: Ian Lance Taylor @ 2012-03-17  5:03 UTC (permalink / raw)
  To: niXman; +Cc: gcc-help

niXman <i.nixman@gmail.com> writes:

>> I assume you can run the failing command yourself and see the failure.
>> Can you run that command with -v and send us the complete output?
>
> Which one command? That which is in the fourth line
> (http://pastebin.com/KiGHVgVQ) ?

The command that fails.  Which I think is the one you are referring to.

Ian

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
  2012-03-17  5:03                     ` Ian Lance Taylor
@ 2012-03-17  8:25                       ` niXman
  2012-03-17  8:28                         ` niXman
  0 siblings, 1 reply; 21+ messages in thread
From: niXman @ 2012-03-17  8:25 UTC (permalink / raw)
  To: gcc-help

2012/3/17 Ian Lance Taylor <iant@google.com>:
> niXman <i.nixman@gmail.com> writes:
>
>>> I assume you can run the failing command yourself and see the failure.
>>> Can you run that command with -v and send us the complete output?
>>
>> Which one command? That which is in the fourth line
>> (http://pastebin.com/KiGHVgVQ) ?
>
> The command that fails.  Which I think is the one you are referring to.

command: http://pastebin.com/gHbUt2Un
output: http://pastebin.com/X4C9Z9bX

if I replace lib with lib64 - linking is successfully.
I'm confused... %)


>
> Ian



-- 
Regards,
  niXman

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
  2012-03-17  8:25                       ` niXman
@ 2012-03-17  8:28                         ` niXman
  2012-03-17  8:32                           ` niXman
  0 siblings, 1 reply; 21+ messages in thread
From: niXman @ 2012-03-17  8:28 UTC (permalink / raw)
  To: gcc-help

2012/3/17 niXman <i.nixman@gmail.com>:
> 2012/3/17 Ian Lance Taylor <iant@google.com>:
>> niXman <i.nixman@gmail.com> writes:
>>
>>>> I assume you can run the failing command yourself and see the failure.
>>>> Can you run that command with -v and send us the complete output?
>>>
>>> Which one command? That which is in the fourth line
>>> (http://pastebin.com/KiGHVgVQ) ?
>>
>> The command that fails.  Which I think is the one you are referring to.
>
> command: http://pastebin.com/gHbUt2Un
> output: http://pastebin.com/X4C9Z9bX
>
> if I replace lib with lib64 - linking is successfully.
> I'm confused... %)

Ooops..
output with '-v' option: http://pastebin.com/pmhqRfLp

>
>
>>
>> Ian
>
>
>
> --
> Regards,
>   niXman



-- 
Regards,
  niXman

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
  2012-03-17  8:28                         ` niXman
@ 2012-03-17  8:32                           ` niXman
  2012-03-18 19:31                             ` niXman
  2012-03-20 16:27                             ` Ian Lance Taylor
  0 siblings, 2 replies; 21+ messages in thread
From: niXman @ 2012-03-17  8:32 UTC (permalink / raw)
  To: gcc-help

2012/3/17 niXman <i.nixman@gmail.com>:
> 2012/3/17 niXman <i.nixman@gmail.com>:
>> 2012/3/17 Ian Lance Taylor <iant@google.com>:
>>> niXman <i.nixman@gmail.com> writes:
>>>
>>>>> I assume you can run the failing command yourself and see the failure.
>>>>> Can you run that command with -v and send us the complete output?
>>>>
>>>> Which one command? That which is in the fourth line
>>>> (http://pastebin.com/KiGHVgVQ) ?
>>>
>>> The command that fails.  Which I think is the one you are referring to.
>>
>> command: http://pastebin.com/gHbUt2Un
>> output: http://pastebin.com/X4C9Z9bX
>>
>> if I replace lib with lib64 - linking is successfully.
>> I'm confused... %)
>
> Ooops..
> output with '-v' option: http://pastebin.com/pmhqRfLp

and output of original command(without replacement lib with lib64):
http://pastebin.com/65MfXcqr

>
>>
>>
>>>
>>> Ian
>>
>>
>>
>> --
>> Regards,
>>   niXman
>
>
>
> --
> Regards,
>   niXman



-- 
Regards,
  niXman

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
  2012-03-17  8:32                           ` niXman
@ 2012-03-18 19:31                             ` niXman
  2012-03-20 16:27                             ` Ian Lance Taylor
  1 sibling, 0 replies; 21+ messages in thread
From: niXman @ 2012-03-18 19:31 UTC (permalink / raw)
  To: gcc-help

2012/3/17 niXman <i.nixman@gmail.com>:
> 2012/3/17 niXman <i.nixman@gmail.com>:
>> 2012/3/17 niXman <i.nixman@gmail.com>:
>>> 2012/3/17 Ian Lance Taylor <iant@google.com>:
>>>> niXman <i.nixman@gmail.com> writes:
>>>>
>>>>>> I assume you can run the failing command yourself and see the failure.
>>>>>> Can you run that command with -v and send us the complete output?
>>>>>
>>>>> Which one command? That which is in the fourth line
>>>>> (http://pastebin.com/KiGHVgVQ) ?
>>>>
>>>> The command that fails.  Which I think is the one you are referring to.
>>>
>>> command: http://pastebin.com/gHbUt2Un
>>> output: http://pastebin.com/X4C9Z9bX
>>>
>>> if I replace lib with lib64 - linking is successfully.
>>> I'm confused... %)
>>
>> Ooops..
>> output with '-v' option: http://pastebin.com/pmhqRfLp
>
> and output of original command(without replacement lib with lib64):
> http://pastebin.com/65MfXcqr
>

Ping, Ian?

-- 
Regards,
  niXman

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
  2012-03-17  8:32                           ` niXman
  2012-03-18 19:31                             ` niXman
@ 2012-03-20 16:27                             ` Ian Lance Taylor
  2012-03-20 19:53                               ` niXman
  1 sibling, 1 reply; 21+ messages in thread
From: Ian Lance Taylor @ 2012-03-20 16:27 UTC (permalink / raw)
  To: niXman; +Cc: gcc-help

niXman <i.nixman@gmail.com> writes:

> 2012/3/17 niXman <i.nixman@gmail.com>:
>> 2012/3/17 niXman <i.nixman@gmail.com>:
>>> 2012/3/17 Ian Lance Taylor <iant@google.com>:
>>>> niXman <i.nixman@gmail.com> writes:
>>>>
>>>>>> I assume you can run the failing command yourself and see the failure.
>>>>>> Can you run that command with -v and send us the complete output?
>>>>>
>>>>> Which one command? That which is in the fourth line
>>>>> (http://pastebin.com/KiGHVgVQ) ?
>>>>
>>>> The command that fails.  Which I think is the one you are referring to.
>>>
>>> command: http://pastebin.com/gHbUt2Un
>>> output: http://pastebin.com/X4C9Z9bX
>>>
>>> if I replace lib with lib64 - linking is successfully.
>>> I'm confused... %)
>>
>> Ooops..
>> output with '-v' option: http://pastebin.com/pmhqRfLp
>
> and output of original command(without replacement lib with lib64):
> http://pastebin.com/65MfXcqr

Earlier you were saying that you had trouble with CRT files.  I don't
see any trouble with them in this pastebin link.  The link command is
explicitly picking up E:/msys/mingw-x32/mingw/lib/../lib64/dllcrt2.o ,
which seems like the right thing to do.

I see a lot of warnings about skipping incompatible libraries, but I
don't see any errors.  Does this link command succeed?  If it fails,
what are the error messages?

The first two -L options passed to collect2 are

-LE:/msys/mingw-x32/i686-w64-mingw32/lib
-LE:/msys/mingw-x32/mingw/lib

This is odd because these options are not in LIBRARY_PATH, and the
options are not adjusted for the 64-bit multilib.  The first of these
options appears to be the source of the "skipping incompatible"
warnings.  The subsequent -L options do seem to be multilib aware, in
that the /../lib64 variant appears first.

So where are those first two -L options coming from?

I see now that they are coming from the command itself, so I was looking
at the wrong thing.

It looks like those -L options are coming from the top level configure
script.  In the top level configure.ac, I see this:

case "$target" in
  x86_64-*mingw* | *-w64-mingw*)
  # MinGW-w64 does not use newlib, nor does it use winsup. It may,
  # however, use a symlink named 'mingw' in ${prefix} .
    FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
    ;;
  *-mingw*)
  # MinGW can't be handled as Cygwin above since it does not use newlib.
    FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/mingw -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/mingw/include -isystem $$s/winsup/w32api/include'
    ;;
esac

Those lines appear to be clearly incorrect when using multilib.

That lets me find http://gcc.gnu.org/PR51206 which appears to be the bug
that you are running into.  I added a note to that bug report.

Sorry to take so long to track this down.

Ian

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
  2012-03-20 16:27                             ` Ian Lance Taylor
@ 2012-03-20 19:53                               ` niXman
  0 siblings, 0 replies; 21+ messages in thread
From: niXman @ 2012-03-20 19:53 UTC (permalink / raw)
  To: gcc-help

2012/3/20 Ian Lance Taylor <iant@google.com>:
> I see a lot of warnings about skipping incompatible libraries, but I
> don't see any errors.  Does this link command succeed?  If it fails,
> what are the error messages?

link command with '-v': http://pastebin.com/2dwVB1xh
output with errors: http://pastebin.com/JKfNESqL

>
> The first two -L options passed to collect2 are
>
> -LE:/msys/mingw-x32/i686-w64-mingw32/lib
> -LE:/msys/mingw-x32/mingw/lib
>
> This is odd because these options are not in LIBRARY_PATH, and the
> options are not adjusted for the 64-bit multilib.  The first of these
> options appears to be the source of the "skipping incompatible"
> warnings.  The subsequent -L options do seem to be multilib aware, in
> that the /../lib64 variant appears first.
>
> So where are those first two -L options coming from?

I don`t know.

>
> I see now that they are coming from the command itself, so I was looking
> at the wrong thing.
>
> It looks like those -L options are coming from the top level configure
> script.  In the top level configure.ac, I see this:
>
> case "$target" in
>  x86_64-*mingw* | *-w64-mingw*)
>  # MinGW-w64 does not use newlib, nor does it use winsup. It may,
>  # however, use a symlink named 'mingw' in ${prefix} .
>    FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
>    ;;
>  *-mingw*)
>  # MinGW can't be handled as Cygwin above since it does not use newlib.
>    FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/mingw -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/mingw/include -isystem $$s/winsup/w32api/include'
>    ;;
> esac
>
> Those lines appear to be clearly incorrect when using multilib.
>
> That lets me find http://gcc.gnu.org/PR51206 which appears to be the bug
> that you are running into.  I added a note to that bug report.
>
> Sorry to take so long to track this down.

Thank you!

-- 
Regards,
  niXman

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
       [not found] <4F5D1CAA.9050402@free.fr>
@ 2012-03-13 11:19 ` niXman
  0 siblings, 0 replies; 21+ messages in thread
From: niXman @ 2012-03-13 11:19 UTC (permalink / raw)
  To: gcc-help

2012/3/12 koala01 <koala01@free.fr>:
> Hello,
>
> To successfully compile multilib with mingw-w64, you should follow procedure
> described as in
> http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64/trunk/mingw-w64-doc/howto-build/mingw-w64-howto-build-adv.txt
>
> the main points are:
> 1- build and install binutils
> 2- install headers
> 2b- link <install path>/x86_64-w64-mingw32/include to <install
> path>/mingw/include
> 3- build and install gmp, mpfr and mpc (or make sure to copy them sources
> respectively in <src-dir>/gmp <src-dir>/mpfr and <src-dir>/mpc )
> 4- build and install gcc ( make all-gcc && make install-gcc)
> 5- build and install mingw-w64 crt
> 5b- link <install path>/x86_64-w64-mingw32/lib to <install
> path>/x86_64-w64-mingw32/lib64
> 5c- link <install path>/x86_64-64-mingw32 to <install path>/mingw (this is
> only needed for stage 2 and stage 3 building, this directory may be erased
> once installation has finished ;) )
> Don't forget to verify that  content of <install path>/mingw/lib and
> <install path>/mingw/lib64 correspond exactly to <install
> path>/x86_64-w64-mingw32/lib (and to <install
> path>/x86_64-w64-mingw32/lib64)
> 6- build and install libgcc (make all-target-libgcc && make
> install-target-libgcc )
> 7- check that there are no missplaced library into
> <install-path>/lib/gcc/x86_64-w64-mingw32/lib or
> <install-path>/lib/gcc/x86_64-w64-mingw32/lib32 (they should be in
> respectively <install-path>/lib/gcc/x86_64-w64-mingw32/4.7.0 or
> <install-path>/lib/gcc/x86_64-w64-mingw32/4.7.0/32 )
> 8- complete build process (3 stages ;)) and install script (make && make
> install)
> 9- Once build and install is finished, consider to get 2 distinct
> directories, added to PATH variable for the dll:
> one where to find 64 bit dll version and one where to find 32 bit dll
> version
>
> Pay attention to the fact that the install script can mix different versions
> of the dll in the folder <install-path> / bin. I personnaly recommand to
> copy manually one version (32 bit or 64 bit) into this path .
>
> I just still have problem to compile ada with multilib support :-S
>
> Hope it helps
>
> PS Excuse me for my bad english, my natural speaking is french :-)

Thank you for your response.
But this is not my case, to which I will come later.

In my case, I build cross-compiler i686 -> i686,x86_64

-- 
Regards,
  niXman

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Trouble with building multilib GCC (MinGW)
@ 2012-03-09  9:23 niXman
  0 siblings, 0 replies; 21+ messages in thread
From: niXman @ 2012-03-09  9:23 UTC (permalink / raw)
  To: gcc-help

Oops...

New make log in pastebin: http://pastebin.com/KiGHVgVQ
Line two is successfully building libgcc_s_sjlj-1.dll - 32bit
Line four is error on building libgcc_s_sjlj-1.dll - 64bit



-- 
Regards,
  niXman

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Trouble with building multilib GCC (MinGW)
@ 2012-03-09  9:06 niXman
  0 siblings, 0 replies; 21+ messages in thread
From: niXman @ 2012-03-09  9:06 UTC (permalink / raw)
  To: gcc-help

[-- Attachment #1: Type: text/plain, Size: 3132 bytes --]

Hello!

Error appears when building libgcc_s_sjlj-1.dll - 64bit.
libgcc_s_sjlj-1.dll - 32bit is built successfully.
The error apparently consists in that for 32/64 bit are used the same
libraries - 32bit.

libgcc_s_sjlj-1.dll - 32bit:
> -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib

libgcc_s_sjlj-1.dll - 64bit:
> -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib

That`s how I do it :
1. host compiler (dwarf) installed in /e/mingw:
>   Using built-in specs.
>   COLLECT_GCC=e:\mingw\bin\gcc.exe
>   COLLECT_LTO_WRAPPER=e:/mingw/bin/../libexec/gcc/i686-pc-mingw32/4.6.3/lto-wrapper.exe
>   Target: i686-pc-mingw32
>   Configured with: ../../mingw-src/gcc-4.6.3/configure \
>      --host=i686-pc-mingw32 --build=i686-pc-mingw32 \
>      --target=i686-pc-mingw32 --prefix=/mingw-dwarf-x86 \
>      --with-arch=i686 --with-tune=generic \
>      --enable-languages=c,c++,lto,fortran \
>      --enable-libstdcxx-time=yes --with-host-libstdcxx=-lstdc++ \
>      --enable-shared --enable-static --enable-libgomp \
>      --enable-lto --enable-graphite --enable-cloog-backend=isl \
>      --enable-checking=release --enable-fully-dynamic-string \
>      --enable-threads=posix --disable-libstdcxx-pch \
>      --enable-libstdcxx-debug --disable-sjlj-exceptions \
>      --with-dwarf2 --disable-debug --disable-bootstrap \
>      --disable-multilib --disable-rpath --disable-win32-registry \
>      --disable-nls --disable-werror --disable-symvers \
>      --with-gmp=/mingw-libs --with-mpfr=/mingw-libs \
>      --with-mpc=/mingw-libs --with-ppl=/mingw-libs \
>      --with-cloog=/mingw-libs --with-libiconv-prefix=/mingw-libs

2. building binutils:
       --target=i686-w64-mingw32
       --enable-targets=x86_64-w64-mingw32,i686-w64-mingw32
       --enable-multilib
       --enable-64-bit-bfd
       --prefix=$PREFIX
       --with-sysroot=$PREFIX
       --disable-nls
       --enable-lto
       --with-libiconv-prefix=$LIBS_DIR

3. building mingw-w64-headers:
       --host=i686-w64-mingw32
       --target=i686-w64-mingw32
       --prefix=$PREFIX
       --with-sysroot=$PREFIX
       --enable-sdk=all
       --enable-secure-api

4. building gcc-c:
       --target=i686-w64-mingw32
       --enable-targets=all
       --enable-multilib
       --prefix=$PREFIX
       --with-sysroot=$PREFIX
       --enable-languages=c,c++,lto

5. building mingw-w64-crt:
       --host=i686-w64-mingw32
       --prefix=$PREFIX
       --with-sysroot=$PREFIX
       --enable-lib32
       --enable-lib64
       --enable-wildcard

6. building gcc-all:
       make all

make log attached.

In log file you can see that libgcc_s_sjlj.dll - 32bit is built
successfully(line two), but libgcc_s_sjlj.dll 64 bit - error. (line
165)

Ideas?

Thanks.

P.S.
On mingw-w64 mailing list:
https://sourceforge.net/mailarchive/forum.php?thread_name=CAMPTgK1xLTQmUZBgeVX%3DuHzb0d0LsqOCV_hdTdVn9g%2BifwU8cA%40mail.gmail.com&forum_name=mingw-w64-public


-- 
Regards,
  niXman

[-- Attachment #2: make.log --]
[-- Type: text/x-log, Size: 116860 bytes --]

/bin/sh ../../../../mingw-src/gcc-4.6.3/libgcc/../mkinstalldirs .
cp -p -f libgcc.map libgcc.map.def && if [ ! -d ./shlib ]; then mkdir ./shlib; else true; fi && /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -shared -nodefaultlibs libgcc.map.def -Wl,--out-implib,./shlib/libgcc_s.a.tmp -o ./shlib/libgcc_s_sjlj-1.dll.tmp -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -B./ _chkstk_s.o _chkstk_ms_s.o _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _enable_execute_stack_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o _udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_s.o addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o tf-signs_s.o unwind-dw2_s.o unwind-dw2-fde_s.o unwind-sjlj_s.o gthr-gnat_s.o unwind-c_s.o emutls_s.o  -lmingwthrd -lmingw32 -lmingwex -lmoldname -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 && if [ -f ./shlib/libgcc_s_sjlj-1.dll ]; then mv -f ./shlib/libgcc_s_sjlj-1.dll ./shlib/libgcc_s_sjlj-1.dll.backup; else true; fi && mv ./shlib/libgcc_s_sjlj-1.dll.tmp ./shlib/libgcc_s_sjlj-1.dll && mv ./shlib/libgcc_s.a.tmp ./shlib/libgcc_s.a
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o _floatdisf_s.o -MT _floatdisf_s.o -MD -MP -MF _floatdisf_s.dep -DSHARED -DL_floatdisf -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/libgcc2.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o _floatdidf_s.o -MT _floatdidf_s.o -MD -MP -MF _floatdidf_s.dep -DSHARED -DL_floatdidf -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/libgcc2.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o _floatdixf_s.o -MT _floatdixf_s.o -MD -MP -MF _floatdixf_s.dep -DSHARED -DL_floatdixf -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/libgcc2.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o _floatundisf_s.o -MT _floatundisf_s.o -MD -MP -MF _floatundisf_s.dep -DSHARED -DL_floatundisf -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/libgcc2.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o _floatundidf_s.o -MT _floatundidf_s.o -MD -MP -MF _floatundidf_s.dep -DSHARED -DL_floatundidf -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/libgcc2.c
Creating library file: ./shlib/libgcc_s.a.tmp
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o _floatundixf_s.o -MT _floatundixf_s.o -MD -MP -MF _floatundixf_s.dep -DSHARED -DL_floatundixf -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/libgcc2.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o _divdi3_s.o -MT _divdi3_s.o -MD -MP -MF _divdi3_s.dep -DSHARED -DL_divdi3 -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o _moddi3_s.o -MT _moddi3_s.o -MD -MP -MF _moddi3_s.dep -DSHARED -DL_moddi3 -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o _udivdi3_s.o -MT _udivdi3_s.o -MD -MP -MF _udivdi3_s.dep -DSHARED -DL_udivdi3 -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o _umoddi3_s.o -MT _umoddi3_s.o -MD -MP -MF _umoddi3_s.dep -DSHARED -DL_umoddi3 -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o _udiv_w_sdiv_s.o -MT _udiv_w_sdiv_s.o -MD -MP -MF _udiv_w_sdiv_s.dep -DSHARED -DL_udiv_w_sdiv -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o _udivmoddi4_s.o -MT _udivmoddi4_s.o -MD -MP -MF _udivmoddi4_s.dep -DSHARED -DL_udivmoddi4 -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/libgcc2.c \
	  -fexceptions -fnon-call-exceptions
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o addtf3_s.o -MT addtf3_s.o -MD -MP -MF addtf3_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/addtf3.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/addtf3.c:35:8: warning: no previous prototype for '__addtf3' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o divtf3_s.o -MT divtf3_s.o -MD -MP -MF divtf3_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/divtf3.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/divtf3.c:35:8: warning: no previous prototype for '__divtf3' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o eqtf2_s.o -MT eqtf2_s.o -MD -MP -MF eqtf2_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/eqtf2.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/divtf3.c: In function '__divtf3':
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/divtf3.c:45:3: warning: 'R_e' may be used uninitialized in this function [-Wuninitialized]
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/eqtf2.c:35:9: warning: no previous prototype for '__eqtf2' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o getf2_s.o -MT getf2_s.o -MD -MP -MF getf2_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/getf2.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/getf2.c:35:9: warning: no previous prototype for '__getf2' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o letf2_s.o -MT letf2_s.o -MD -MP -MF letf2_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/letf2.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o multf3_s.o -MT multf3_s.o -MD -MP -MF multf3_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/multf3.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/letf2.c:35:9: warning: no previous prototype for '__letf2' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o negtf2_s.o -MT negtf2_s.o -MD -MP -MF negtf2_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/negtf2.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o subtf3_s.o -MT subtf3_s.o -MD -MP -MF subtf3_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/subtf3.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/multf3.c:35:8: warning: no previous prototype for '__multf3' [-Wmissing-prototypes]
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/negtf2.c:35:8: warning: no previous prototype for '__negtf2' [-Wmissing-prototypes]
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/subtf3.c:35:8: warning: no previous prototype for '__subtf3' [-Wmissing-prototypes]
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/multf3.c: In function '__multf3':
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/multf3.c:45:3: warning: 'R_e' may be used uninitialized in this function [-Wuninitialized]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o unordtf2_s.o -MT unordtf2_s.o -MD -MP -MF unordtf2_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/unordtf2.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/unordtf2.c:34:9: warning: no previous prototype for '__unordtf2' [-Wmissing-prototypes]
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/unordtf2.c: In function '__unordtf2':
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/unordtf2.c:37:1: warning: variable 'B_s' set but not used [-Wunused-but-set-variable]
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/unordtf2.c:36:1: warning: variable 'A_s' set but not used [-Wunused-but-set-variable]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o fixtfsi_s.o -MT fixtfsi_s.o -MD -MP -MF fixtfsi_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/fixtfsi.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o fixunstfsi_s.o -MT fixunstfsi_s.o -MD -MP -MF fixunstfsi_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/fixunstfsi.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/fixtfsi.c:35:8: warning: no previous prototype for '__fixtfsi' [-Wmissing-prototypes]
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/fixunstfsi.c:35:9: warning: no previous prototype for '__fixunstfsi' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o floatsitf_s.o -MT floatsitf_s.o -MD -MP -MF floatsitf_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatsitf.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o floatunsitf_s.o -MT floatunsitf_s.o -MD -MP -MF floatunsitf_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatunsitf.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatsitf.c:35:8: warning: no previous prototype for '__floatsitf' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o fixtfdi_s.o -MT fixtfdi_s.o -MD -MP -MF fixtfdi_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/fixtfdi.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatunsitf.c:36:1: warning: no previous prototype for '__floatunsitf' [-Wmissing-prototypes]
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatunsitf.c: In function '__floatunsitf':
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatunsitf.c:42:3: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/fixtfdi.c:35:8: warning: no previous prototype for '__fixtfdi' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o fixunstfdi_s.o -MT fixunstfdi_s.o -MD -MP -MF fixunstfdi_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/fixunstfdi.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o floatditf_s.o -MT floatditf_s.o -MD -MP -MF floatditf_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatditf.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/fixunstfdi.c:35:9: warning: no previous prototype for '__fixunstfdi' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o floatunditf_s.o -MT floatunditf_s.o -MD -MP -MF floatunditf_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatunditf.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatditf.c:35:8: warning: no previous prototype for '__floatditf' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o fixtfti_s.o -MT fixtfti_s.o -MD -MP -MF fixtfti_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/fixtfti.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatunditf.c:36:1: warning: no previous prototype for '__floatunditf' [-Wmissing-prototypes]
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatunditf.c: In function '__floatunditf':
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatunditf.c:42:3: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/fixtfti.c:34:8: warning: no previous prototype for '__fixtfti' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o fixunstfti_s.o -MT fixunstfti_s.o -MD -MP -MF fixunstfti_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/fixunstfti.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o floattitf_s.o -MT floattitf_s.o -MD -MP -MF floattitf_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floattitf.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/fixunstfti.c:34:9: warning: no previous prototype for '__fixunstfti' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o floatuntitf_s.o -MT floatuntitf_s.o -MD -MP -MF floatuntitf_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatuntitf.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floattitf.c:34:8: warning: no previous prototype for '__floattitf' [-Wmissing-prototypes]
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatuntitf.c:34:8: warning: no previous prototype for '__floatuntitf' [-Wmissing-prototypes]
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatuntitf.c: In function '__floatuntitf':
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/floatuntitf.c:40:3: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o extendsftf2_s.o -MT extendsftf2_s.o -MD -MP -MF extendsftf2_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/extendsftf2.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/extendsftf2.c:36:8: warning: no previous prototype for '__extendsftf2' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o extenddftf2_s.o -MT extenddftf2_s.o -MD -MP -MF extenddftf2_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/extenddftf2.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o extendxftf2_s.o -MT extendxftf2_s.o -MD -MP -MF extendxftf2_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/extendxftf2.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o trunctfsf2_s.o -MT trunctfsf2_s.o -MD -MP -MF trunctfsf2_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/trunctfsf2.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/extenddftf2.c:36:8: warning: no previous prototype for '__extenddftf2' [-Wmissing-prototypes]
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/extendxftf2.c:35:8: warning: no previous prototype for '__extendxftf2' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o trunctfdf2_s.o -MT trunctfdf2_s.o -MD -MP -MF trunctfdf2_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/trunctfdf2.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/trunctfsf2.c:36:8: warning: no previous prototype for '__trunctfsf2' [-Wmissing-prototypes]
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/trunctfdf2.c:36:8: warning: no previous prototype for '__trunctfdf2' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o trunctfxf2_s.o -MT trunctfxf2_s.o -MD -MP -MF trunctfxf2_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/trunctfxf2.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o unwind-dw2_s.o -MT unwind-dw2_s.o -MD -MP -MF unwind-dw2_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/unwind-dw2.c
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/soft-fp/trunctfxf2.c:35:8: warning: no previous prototype for '__trunctfxf2' [-Wmissing-prototypes]
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o unwind-dw2-fde_s.o -MT unwind-dw2-fde_s.o -MD -MP -MF unwind-dw2-fde_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/unwind-dw2-fde.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o unwind-sjlj_s.o -MT unwind-sjlj_s.o -MD -MP -MF unwind-sjlj_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/unwind-sjlj.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o gthr-gnat_s.o -MT gthr-gnat_s.o -MD -MP -MF gthr-gnat_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/gthr-gnat.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o unwind-c_s.o -MT unwind-c_s.o -MD -MP -MF unwind-c_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/unwind-c.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o emutls_s.o -MT emutls_s.o -MD -MP -MF emutls_s.dep -DSHARED -fexceptions -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/emutls.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I../../../mingw-src/gcc-4.6.3/gcc -I../../../mingw-src/gcc-4.6.3/gcc/. -I../../../mingw-src/gcc-4.6.3/gcc/../include -I../../../mingw-src/gcc-4.6.3/gcc/../libcpp/include -I/home/niXman/mb-0.8/../mingw-libs/include -I/home/niXman/mb-0.8/../mingw-libs/include -I/home/niXman/mb-0.8/../mingw-libs/include  -I../../../mingw-src/gcc-4.6.3/gcc/../libdecnumber -I../../../mingw-src/gcc-4.6.3/gcc/../libdecnumber/bid -I../libdecnumber -I/home/niXman/mb-0.8/../mingw-libs/include  -I/home/niXman/mb-0.8/../mingw-libs/include -DCLOOG_INT_GMP -DCLOOG_ORG  -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fno-stack-protector  -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtbegin.o -MT crtbegin.o -MD -MP -MF crtbegin.dep -fno-omit-frame-pointer  -c \
	../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/i386/cygming-crtbegin.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I../../../mingw-src/gcc-4.6.3/gcc -I../../../mingw-src/gcc-4.6.3/gcc/. -I../../../mingw-src/gcc-4.6.3/gcc/../include -I../../../mingw-src/gcc-4.6.3/gcc/../libcpp/include -I/home/niXman/mb-0.8/../mingw-libs/include -I/home/niXman/mb-0.8/../mingw-libs/include -I/home/niXman/mb-0.8/../mingw-libs/include  -I../../../mingw-src/gcc-4.6.3/gcc/../libdecnumber -I../../../mingw-src/gcc-4.6.3/gcc/../libdecnumber/bid -I../libdecnumber -I/home/niXman/mb-0.8/../mingw-libs/include  -I/home/niXman/mb-0.8/../mingw-libs/include -DCLOOG_INT_GMP -DCLOOG_ORG  -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fno-stack-protector  -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -o crtend.o -MT crtend.o -MD -MP -MF crtend.dep -fno-omit-frame-pointer -Wno-error -c \
	../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/i386/cygming-crtend.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o crtfastmath.o -MT crtfastmath.o -MD -MP -MF crtfastmath.dep -msse -minline-all-stringops -c \
	../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/i386/crtfastmath.c
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o _chkstk.o -MT _chkstk.o -MD -MP -MF _chkstk.dep -DL_chkstk -xassembler-with-cpp \
	  -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/i386/cygwin.asm -include _chkstk.vis
/home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -o _chkstk_ms.o -MT _chkstk_ms.o -MD -MP -MF _chkstk_ms.dep -DL_chkstk_ms -xassembler-with-cpp \
	  -c ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/i386/cygwin.asm -include _chkstk_ms.vis
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/i386/cygming-crtbegin.c: In function '__gcc_register_frame':
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/i386/cygming-crtbegin.c:105:19: warning: array subscript is above array bounds [-Warray-bounds]
rm -f libgcov.a
rm -f libgcc_eh.a
../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/config/i386/cygming-crtend.c:66:1: warning: constructor priorities from 0 to 100 are reserved for the implementation [enabled by default]
objects="_gcov.o _gcov_merge_add.o _gcov_merge_single.o _gcov_merge_delta.o _gcov_fork.o _gcov_execl.o _gcov_execlp.o _gcov_execle.o _gcov_execv.o _gcov_execvp.o _gcov_execve.o _gcov_interval_profiler.o _gcov_pow2_profiler.o _gcov_one_value_profiler.o _gcov_indirect_call_profiler.o _gcov_average_profiler.o _gcov_ior_profiler.o _gcov_merge_ior.o";					\
	if test -z "$objects"; then				\
	  echo 'int __libgcc_eh_dummy;' > eh_dummy.c;		\
	  /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS  -c eh_dummy.c		\
	     -o eh_dummy.o;				\
	  objects=eh_dummy.o;				\
	fi;							\
	/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ar  rc libgcov.a $objects
objects="unwind-dw2.o unwind-dw2-fde.o unwind-sjlj.o gthr-gnat.o unwind-c.o emutls.o";					\
	if test -z "$objects"; then				\
	  echo 'int __libgcc_eh_dummy;' > eh_dummy.c;		\
	  /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS  -c eh_dummy.c		\
	     -o eh_dummy.o;				\
	  objects=eh_dummy.o;				\
	fi;							\
	/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ar  rc libgcc_eh.a $objects
{ /home/niXman/mingw-build/gcc-4.6.3/./gcc/nm -pg _chkstk_s.o _chkstk_ms_s.o _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _enable_execute_stack_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o _udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_s.o addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o unwind-dw2_s.o unwind-dw2-fde_s.o unwind-sjlj_s.o gthr-gnat_s.o unwind-c_s.o emutls_s.o; echo %%; \
	  cat ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/libgcc-std.ver  \
	    | sed -e '/^[ 	]*#/d' \
		  -e 's/^%\(if\|else\|elif\|endif\|define\)/#\1/' \
	    | /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS -E -xassembler-with-cpp -; \
	} | gawk -f ../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc/mkmap-flat.awk  -v pe_dll=libgcc_s_sjlj-1.dll > tmp-libgcc.map
/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ranlib libgcov.a
/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ranlib libgcc_eh.a
rm -f libgcc.a
# Early copyback; see "all" above for the rationale.  The
objects="_chkstk.o _chkstk_ms.o _muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _enable_execute_stack.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _udivdi3.o _umoddi3.o _udiv_w_sdiv.o _udivmoddi4.o bid_decimal_globals.o bid_decimal_data.o bid_binarydecimal.o bid_convert_data.o _isinfd32.o _isinfd64.o _isinfd128.o bid64_noncomp.o bid128_noncomp.o bid128_fma.o bid_round.o bid_from_int.o bid64_add.o bid128_add.o bid64_div.o bid128_div.o bid64_mul.o bid128_mul.o bid64_compare.o bid128_compare.o bid128.o bid32_to_bid64.o bid32_to_bid128.o bid64_to_bid128.o bid64_to_int32.o bid64_to_int64.o bid64_to_uint32.o bid64_to_uint64.o bid128_to_int32.o bid128_to_int64.o bid128_to_uint32.o bid128_to_uint64.o _addsub_sd.o _div_sd.o _mul_sd.o _eq_sd.o _ne_sd.o _lt_sd.o _gt_sd.o _le_sd.o _ge_sd.o _sd_to_si.o _sd_to_di.o _sd_to_usi.o _sd_to_udi.o _si_to_sd.o _di_to_sd.o _usi_to_sd.o _udi_to_sd.o _sd_to_sf.o _sd_to_df.o _sd_to_xf.o _sd_to_tf.o _sf_to_sd.o _df_to_sd.o _xf_to_sd.o _tf_to_sd.o _sd_to_dd.o _sd_to_td.o _unord_sd.o _addsub_dd.o _div_dd.o _mul_dd.o _eq_dd.o _ne_dd.o _lt_dd.o _gt_dd.o _le_dd.o _ge_dd.o _dd_to_si.o _dd_to_di.o _dd_to_usi.o _dd_to_udi.o _si_to_dd.o _di_to_dd.o _usi_to_dd.o _udi_to_dd.o _dd_to_sf.o _dd_to_df.o _dd_to_xf.o _dd_to_tf.o _sf_to_dd.o _df_to_dd.o _xf_to_dd.o _tf_to_dd.o _dd_to_sd.o _dd_to_td.o _unord_dd.o _addsub_td.o _div_td.o _mul_td.o _eq_td.o _ne_td.o _lt_td.o _gt_td.o _le_td.o _ge_td.o _td_to_si.o _td_to_di.o _td_to_usi.o _td_to_udi.o _si_to_td.o _di_to_td.o _usi_to_td.o _udi_to_td.o _td_to_sf.o _td_to_df.o _td_to_xf.o _td_to_tf.o _sf_to_td.o _df_to_td.o _xf_to_td.o _tf_to_td.o _td_to_sd.o _td_to_dd.o _unord_td.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o fixtfti.o fixunstfti.o floattitf.o floatuntitf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o";					\
	if test -z "$objects"; then				\
	  echo 'int __libgcc_eh_dummy;' > eh_dummy.c;		\
	  /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../../.././gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/. -I../../../../../mingw-src/gcc-4.6.3/libgcc/../gcc -I../../../../../mingw-src/gcc-4.6.3/libgcc/../include -I../../../../../mingw-src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_EMUTLS  -c eh_dummy.c		\
	     -o eh_dummy.o;				\
	  objects=eh_dummy.o;				\
	fi;							\
	/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ar  rc libgcc.a $objects
# early copy is necessary so that the gcc -B options find
# the right startup files when linking shared libgcc.
/bin/sh ../../../../../mingw-src/gcc-4.6.3/libgcc/../mkinstalldirs ../../.././gcc/64
/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ranlib libgcc.a
mkdir -p -- ../../.././gcc/64
mv tmp-libgcc.map libgcc.map
parts="crtbegin.o crtend.o crtfastmath.o";					\
	for file in $parts; do					\
	  rm -f ../../.././gcc/64/$file;		\
	  /bin/install -c -m 644 $file ../../.././gcc/64/;	\
	  case $file in 					\
	    *.a)						\
	      /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ranlib ../../.././gcc/64/$file ;;	\
	  esac;							\
	done
# @multilib_flags@ is still needed because this may use
# /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    and -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector  directly.
# @multilib_dir@ is not really necessary, but sometimes it has
# more uses than just a directory name.
/bin/sh ../../../../../mingw-src/gcc-4.6.3/libgcc/../mkinstalldirs 64
mkdir -p -- 64
cp -p -f libgcc.map libgcc.map.def && if [ ! -d 64/shlib ]; then mkdir 64/shlib; else true; fi && /home/niXman/mingw-build/gcc-4.6.3/./gcc/xgcc -B/home/niXman/mingw-build/gcc-4.6.3/./gcc/ -L/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib -L/home/niXman/mb-0.8/../mingw-x32/mingw/lib -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/mingw/include -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/bin/ -B/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/ -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/include -isystem /home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/sys-include    -O2 -I../../../mingw-src/gcc-4.6.3/gcc/../winsup/w32api/include -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -shared -nodefaultlibs libgcc.map.def -Wl,--out-implib,64/shlib/libgcc_s.a.tmp -o 64/shlib/libgcc_s_sjlj-1.dll.tmp -g -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -I/home/niXman/mb-0.8/../mingw-libs/include -m64 -B./ _chkstk_s.o _chkstk_ms_s.o _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _enable_execute_stack_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o _udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_s.o addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o unwind-dw2_s.o unwind-dw2-fde_s.o unwind-sjlj_s.o gthr-gnat_s.o unwind-c_s.o emutls_s.o  -lmingwthrd -lmingw32 -lmingwex -lmoldname -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 && if [ -f 64/shlib/libgcc_s_sjlj-1.dll ]; then mv -f 64/shlib/libgcc_s_sjlj-1.dll 64/shlib/libgcc_s_sjlj-1.dll.backup; else true; fi && mv 64/shlib/libgcc_s_sjlj-1.dll.tmp 64/shlib/libgcc_s_sjlj-1.dll && mv 64/shlib/libgcc_s.a.tmp 64/shlib/libgcc_s.a
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingwthrd.a when searching for -lmingwthrd
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libmingwthrd.a when searching for -lmingwthrd
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingwthrd.a when searching for -lmingwthrd
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libmingwthrd.a when searching for -lmingwthrd
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingwthrd.a when searching for -lmingwthrd
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingwthrd.a when searching for -lmingwthrd
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: cannot find -lmingwthrd
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingw32.a when searching for -lmingw32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libmingw32.a when searching for -lmingw32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingw32.a when searching for -lmingw32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libmingw32.a when searching for -lmingw32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingw32.a when searching for -lmingw32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingw32.a when searching for -lmingw32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: cannot find -lmingw32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingwex.a when searching for -lmingwex
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libmingwex.a when searching for -lmingwex
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingwex.a when searching for -lmingwex
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libmingwex.a when searching for -lmingwex
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingwex.a when searching for -lmingwex
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingwex.a when searching for -lmingwex
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: cannot find -lmingwex
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmoldname.a when searching for -lmoldname
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libmoldname.a when searching for -lmoldname
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmoldname.a when searching for -lmoldname
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libmoldname.a when searching for -lmoldname
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmoldname.a when searching for -lmoldname
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmoldname.a when searching for -lmoldname
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: cannot find -lmoldname
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmsvcrt.a when searching for -lmsvcrt
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libmsvcrt.a when searching for -lmsvcrt
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmsvcrt.a when searching for -lmsvcrt
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libmsvcrt.a when searching for -lmsvcrt
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmsvcrt.a when searching for -lmsvcrt
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmsvcrt.a when searching for -lmsvcrt
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: cannot find -lmsvcrt
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libadvapi32.a when searching for -ladvapi32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libadvapi32.a when searching for -ladvapi32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libadvapi32.a when searching for -ladvapi32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libadvapi32.a when searching for -ladvapi32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libadvapi32.a when searching for -ladvapi32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libadvapi32.a when searching for -ladvapi32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: cannot find -ladvapi32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libshell32.a when searching for -lshell32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libshell32.a when searching for -lshell32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libshell32.a when searching for -lshell32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libshell32.a when searching for -lshell32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libshell32.a when searching for -lshell32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libshell32.a when searching for -lshell32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: cannot find -lshell32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libuser32.a when searching for -luser32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libuser32.a when searching for -luser32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libuser32.a when searching for -luser32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libuser32.a when searching for -luser32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libuser32.a when searching for -luser32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libuser32.a when searching for -luser32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: cannot find -luser32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libkernel32.a when searching for -lkernel32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libkernel32.a when searching for -lkernel32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libkernel32.a when searching for -lkernel32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libkernel32.a when searching for -lkernel32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libkernel32.a when searching for -lkernel32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping incompatible E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libkernel32.a when searching for -lkernel32
E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: cannot find -lkernel32
collect2: ld returned 1 exit status
make[4]: *** [libgcc_s.dll] Error 1
make[4]: Leaving directory `/home/niXman/mingw-build/gcc-4.6.3/i686-w64-mingw32/64/libgcc'
make[3]: *** [multi-do] Error 1
make[3]: Leaving directory `/home/niXman/mingw-build/gcc-4.6.3/i686-w64-mingw32/libgcc'
make[2]: *** [all-multi] Error 2
make[2]: Leaving directory `/home/niXman/mingw-build/gcc-4.6.3/i686-w64-mingw32/libgcc'
make[1]: *** [all-target-libgcc] Error 2
make[1]: Leaving directory `/home/niXman/mingw-build/gcc-4.6.3'
make: *** [all] Error 2

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2012-03-20 19:53 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-10  9:07 Trouble with building multilib GCC (MinGW) niXman
2012-03-10 19:14 ` Ian Lance Taylor
     [not found]   ` <CAMPTgK0ec1EcuQiWQqVCJsocz-b_X1AEtbnD7Xn+irUvBRYhRA@mail.gmail.com>
2012-03-10 19:50     ` Fwd: " niXman
2012-03-11 15:29       ` niXman
     [not found]     ` <mcr62eah2go.fsf@dhcp-172-18-216-180.mtv.corp.google.com>
2012-03-13 11:05       ` niXman
2012-03-13 21:36         ` Ian Lance Taylor
2012-03-14  8:11           ` niXman
2012-03-15  2:32             ` Ian Lance Taylor
2012-03-15  7:49               ` niXman
2012-03-15 23:43                 ` Ian Lance Taylor
2012-03-16  8:24                   ` niXman
2012-03-17  5:03                     ` Ian Lance Taylor
2012-03-17  8:25                       ` niXman
2012-03-17  8:28                         ` niXman
2012-03-17  8:32                           ` niXman
2012-03-18 19:31                             ` niXman
2012-03-20 16:27                             ` Ian Lance Taylor
2012-03-20 19:53                               ` niXman
     [not found] <4F5D1CAA.9050402@free.fr>
2012-03-13 11:19 ` niXman
  -- strict thread matches above, loose matches on Subject: below --
2012-03-09  9:23 niXman
2012-03-09  9:06 niXman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).