public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/56042] New: Many errors building GCC trunk with mingw-w64 rev. 5542
@ 2013-01-19  2:20 lailavrazda1979 at gmail dot com
  2013-01-19  2:27 ` [Bug other/56042] " pinskia at gcc dot gnu.org
  2013-01-20  2:13 ` lailavrazda1979 at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: lailavrazda1979 at gmail dot com @ 2013-01-19  2:20 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56042

             Bug #: 56042
           Summary: Many errors building GCC trunk with mingw-w64 rev.
                    5542
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: lailavrazda1979@gmail.com


Created attachment 29216
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29216
Error log

When building GCC with the following configure line, I get a massive amount of
errors relating to the headers.

../gcc-4.8.0/configure --build=x86_64-unknown-linux-gnu
--host=x86_64-unknown-linux-gnu --target=x86_64-w64-mingw32 --prefix=$CROSS_DIR
--libexecdir=$CROSS_DIR/lib --enable-clocale=gnu --enable-__cxa_atexit
--enable-languages=c,c++ --enable-targets=all --enable-checking=release
--disable-shared --disable-nls --disable-werror --disable-isl-version-check
--with-system-zlib --with-host-libstdcxx="-lstdc++ -lsupc++"
--with-local-prefix=$CROSS_DIR --with-sysroot=$CROSS_DIR --with-isl=$CROSS_DIR
--with-cloog=$CROSS_DIR

The errors are attached.


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

* [Bug other/56042] Many errors building GCC trunk with mingw-w64 rev. 5542
  2013-01-19  2:20 [Bug other/56042] New: Many errors building GCC trunk with mingw-w64 rev. 5542 lailavrazda1979 at gmail dot com
@ 2013-01-19  2:27 ` pinskia at gcc dot gnu.org
  2013-01-20  2:13 ` lailavrazda1979 at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-01-19  2:27 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56042

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2013-01-19 02:27:21 UTC ---
What seems wrong is where you installed the headers for the cross libraries:
/root/win64-build/cross/include/stdarg.h

You should be using a sysroot really which simplifies this stuff.


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

* [Bug other/56042] Many errors building GCC trunk with mingw-w64 rev. 5542
  2013-01-19  2:20 [Bug other/56042] New: Many errors building GCC trunk with mingw-w64 rev. 5542 lailavrazda1979 at gmail dot com
  2013-01-19  2:27 ` [Bug other/56042] " pinskia at gcc dot gnu.org
@ 2013-01-20  2:13 ` lailavrazda1979 at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: lailavrazda1979 at gmail dot com @ 2013-01-20  2:13 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56042

--- Comment #2 from lailavrazda1979 at gmail dot com 2013-01-20 02:13:29 UTC ---
Strange, it seems to work with the last release of mingw-w64. I configured the
headers with:

./configure --build=$CROSS_HOST --host=$CROSS_TGT --prefix=$CROSS_DIR


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

end of thread, other threads:[~2013-01-20  2:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-19  2:20 [Bug other/56042] New: Many errors building GCC trunk with mingw-w64 rev. 5542 lailavrazda1979 at gmail dot com
2013-01-19  2:27 ` [Bug other/56042] " pinskia at gcc dot gnu.org
2013-01-20  2:13 ` lailavrazda1979 at gmail dot com

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).