public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/26810]  New: error when building cross-compiler
@ 2006-03-22 17:55 scoton at gmail dot com
  2006-03-22 21:09 ` [Bug libstdc++/26810] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: scoton at gmail dot com @ 2006-03-22 17:55 UTC (permalink / raw)
  To: gcc-bugs

I successfully compiled binutils-2.16, configured gcc, and binutils, with
--target=sparc64-sun-solaris-2.9 --with-headers=$path_to_headers
--with-libs=$path_to_libs, but when I give the command "make all", this
happens:

...
>checking for ISO C99 support in <stdlib.h>... no
>checking wctype.h usability... yes
>checking wctype.h presence... yes
>checking for wctype.h... yes
>checking for ISO C99 support in <wchar.h>... no
>checking for fully enabled ISO C99 support... no
>checking for enabled long long specializations... yes
>checking for enabled wchar_t specializations... yes
>configure: Debug build flags set to -g3 -O0
>checking for additional debug build... no
>checking for extra compiler flags for building...
>checking for thread model used by GCC... posix
>checking iconv.h usability... yes
>checking iconv.h presence... yes
>checking for iconv.h... yes
>checking langinfo.h usability... yes
>checking langinfo.h presence... yes
>checking for langinfo.h... yes
>checking for iconv in -liconv... configure: error: Link tests are not allowed >after GCC_NO_EXECUTABLES.
>make[1]: *** [configure-target-libstdc++-v3] Error 1
>make[1]: Leaving directory `/home/filipe/sparc64/build-gcc'
>make: *** [all] Error 2


-- 
           Summary: error when building cross-compiler
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: scoton at gmail dot com


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


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

* [Bug libstdc++/26810] error when building cross-compiler
  2006-03-22 17:55 [Bug libstdc++/26810] New: error when building cross-compiler scoton at gmail dot com
@ 2006-03-22 21:09 ` pinskia at gcc dot gnu dot org
  2006-04-30  4:11 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-22 21:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-03-22 21:09 -------
Look at config.log in libstdc++ subdirectory to see why it fails.  The error
message is misleading.


-- 


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


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

* [Bug libstdc++/26810] error when building cross-compiler
  2006-03-22 17:55 [Bug libstdc++/26810] New: error when building cross-compiler scoton at gmail dot com
  2006-03-22 21:09 ` [Bug libstdc++/26810] " pinskia at gcc dot gnu dot org
@ 2006-04-30  4:11 ` pinskia at gcc dot gnu dot org
  2006-06-21 16:33 ` info at yourkit dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-30  4:11 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug libstdc++/26810] error when building cross-compiler
  2006-03-22 17:55 [Bug libstdc++/26810] New: error when building cross-compiler scoton at gmail dot com
  2006-03-22 21:09 ` [Bug libstdc++/26810] " pinskia at gcc dot gnu dot org
  2006-04-30  4:11 ` pinskia at gcc dot gnu dot org
@ 2006-06-21 16:33 ` info at yourkit dot com
  2006-08-14 10:35 ` krischik at users dot sourceforge dot net
  2006-11-14  6:06 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: info at yourkit dot com @ 2006-06-21 16:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from info at yourkit dot com  2006-06-21 16:07 -------
I'm experienced with the similar bug #28125. Please help, I'm ready to provide
any additinal information.


-- 

info at yourkit dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |info at yourkit dot com


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


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

* [Bug libstdc++/26810] error when building cross-compiler
  2006-03-22 17:55 [Bug libstdc++/26810] New: error when building cross-compiler scoton at gmail dot com
                   ` (2 preceding siblings ...)
  2006-06-21 16:33 ` info at yourkit dot com
@ 2006-08-14 10:35 ` krischik at users dot sourceforge dot net
  2006-11-14  6:06 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: krischik at users dot sourceforge dot net @ 2006-08-14 10:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from krischik at users dot sourceforge dot net  2006-08-14 10:35 -------
Problem also appears on mingw cross compiles:

--build=i586-suse-linux --host=i586-suse-linux --target=mingw32

...
configure: Debug build flags set to -g3 -O0
checking for additional debug build... no
checking for extra compiler flags for building...
checking for thread model used by GCC... win32
checking for sys/types.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for ld that supports -Wl,-z,relro... no
checking for main in -lm... configure: error: Link tests are not allowed after
GCC_NO_EXECUTABLE


-- 

krischik at users dot sourceforge dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krischik at users dot
                   |                            |sourceforge dot net


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


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

* [Bug libstdc++/26810] error when building cross-compiler
  2006-03-22 17:55 [Bug libstdc++/26810] New: error when building cross-compiler scoton at gmail dot com
                   ` (3 preceding siblings ...)
  2006-08-14 10:35 ` krischik at users dot sourceforge dot net
@ 2006-11-14  6:06 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-14  6:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-11-14 06:06 -------
No feedback in 3 months so closing.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-11-14  6:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-22 17:55 [Bug libstdc++/26810] New: error when building cross-compiler scoton at gmail dot com
2006-03-22 21:09 ` [Bug libstdc++/26810] " pinskia at gcc dot gnu dot org
2006-04-30  4:11 ` pinskia at gcc dot gnu dot org
2006-06-21 16:33 ` info at yourkit dot com
2006-08-14 10:35 ` krischik at users dot sourceforge dot net
2006-11-14  6:06 ` pinskia at gcc dot gnu dot org

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