public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/28125]  New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
@ 2006-06-21 15:52 info at yourkit dot com
  2006-06-21 16:07 ` [Bug libstdc++/28125] " info at yourkit dot com
                   ` (28 more replies)
  0 siblings, 29 replies; 31+ messages in thread
From: info at yourkit dot com @ 2006-06-21 15:52 UTC (permalink / raw)
  To: gcc-bugs

We successfully managed to create cross compiler for sparc-sun-solaris2.9, but
the same algorithm doesn't wotk for i386-pc-solaris2.10

1) host "uname -a" is "Linux localhost.localdomain 2.6.11-1.14_FC3 #1 Thu Apr 7
19:25:50 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux"

2) binutils is configured with "/home/anton/tmp/gcc/binutils-2.16.1/configure
--target=$TARGET --prefix=$PREFIX --disable-nls
--with-sysroot=/opt/crossgcc-4.1.1/solaris10-i386/sysroot --with-pic"

where TARGET is "i386-pc-solaris2.10",
PREFIX="/opt/crossgcc-4.1.1/i386-pc-solaris2.10/gcc"

3) gcc is configured with " /home/anton/tmp/gcc/gcc-4.1.1/configure
--target=$TARGET --prefix=$PREFIX
--with-sysroot=/opt/crossgcc-4.1.1/solaris10-i386/sysroot --with-gnu-as
--with-gnu-ld --disable-libgcj --enable-languages=c,c++ --with-pic
--disable-shared"

4) All header and library files are copied from target Solaris machine from
/usr/include directory to
/opt/crossgcc-4.1.1/solaris10-i386/sysroot/usr/include directory and from
/usr/lib to /opt/crossgcc-4.1.1/solaris10-i386/sysroot/usr/lib

We are getting error during libstdc++v3 configuration. Here is the
end  of ouput of process:

Checking multilib configuration...
/bin/sh /home/anton/tmp/gcc/gcc-4.1.1/mkinstalldirs
i386-pc-solaris2.10/libstdc++-v3 ; \
rm -f i386-pc-solaris2.10/libstdc++-v3/Makefile || : ; \
cp multilib.out i386-pc-solaris2.10/libstdc++-v3/multilib.out
mkdir -p -- i386-pc-solaris2.10/libstdc++-v3
Configuring in i386-pc-solaris2.10/libstdc++-v3
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... i386-pc-solaris2.10
checking target system type... i386-pc-solaris2.10
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i386-pc-solaris2.10-strip... i386-pc-solaris2.10-strip
checking for i386-pc-solaris2.10-gcc... /home/anton/tmp/gcc/objdir/./gcc/xgcc
-B/home/anton/tmp/gcc/objdir/./gcc/
-B/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/bin/
-B/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/lib/ -isystem
/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/include -isystem
/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/sys-include
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/anton/tmp/gcc/objdir/./gcc/xgcc
-B/home/anton/tmp/gcc/objdir/./gcc/
-B/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/bin/
-B/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/lib/ -isystem
/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/include -isystem
/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/sys-include accepts
-g... yes
checking for /home/anton/tmp/gcc/objdir/./gcc/xgcc
-B/home/anton/tmp/gcc/objdir/./gcc/
-B/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/bin/
-B/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/lib/ -isystem
/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/include -isystem
/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/sys-include option
to accept ANSI C... none needed
checking for i386-pc-solaris2.10-g++...  /home/anton/tmp/gcc/objdir/./gcc/xgcc
-shared-libgcc -B/home/anton/tmp/gcc/objdir/./gcc -nostdinc++
-L/home/anton/tmp/gcc/objdir/i386-pc-solaris2.10/libstdc++-v3/src
-L/home/anton/tmp/gcc/objdir/i386-pc-solaris2.10/libstdc++-v3/src/.libs
-B/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/bin/
-B/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/lib/ -isystem
/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/include -isystem
/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/sys-include
checking whether we are using the GNU C++ compiler... yes
checking whether  /home/anton/tmp/gcc/objdir/./gcc/xgcc -shared-libgcc
-B/home/anton/tmp/gcc/objdir/./gcc -nostdinc++
-L/home/anton/tmp/gcc/objdir/i386-pc-solaris2.10/libstdc++-v3/src
-L/home/anton/tmp/gcc/objdir/i386-pc-solaris2.10/libstdc++-v3/src/.libs
-B/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/bin/
-B/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/lib/ -isystem
/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/include -isystem
/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/sys-include accepts
-g... yes
checking whether ln -s works... yes
checking for i386-pc-solaris2.10-as... /home/anton/tmp/gcc/objdir/./gcc/as
checking for i386-pc-solaris2.10-ar... i386-pc-solaris2.10-ar
checking for i386-pc-solaris2.10-ranlib... i386-pc-solaris2.10-ranlib
checking whether to enable maintainer-specific portions of Makefiles... no
configure: CPU config directory is cpu/i386
configure: OS config directory is os/solaris/solaris2.7
checking for ld used by GCC... /home/anton/tmp/gcc/objdir/./gcc/collect-ld
checking if the linker (/home/anton/tmp/gcc/objdir/./gcc/collect-ld) is GNU
ld... yes
checking for /home/anton/tmp/gcc/objdir/./gcc/collect-ld option to reload
object files... -r
checking for BSD-compatible nm... /home/anton/tmp/gcc/objdir/./gcc/nm
checking how to recognise dependant libraries... pass_all
checking the maximum length of command line arguments... none
checking for i386-pc-solaris2.10-ranlib... (cached) i386-pc-solaris2.10-ranlib
checking for i386-pc-solaris2.10-strip... (cached) i386-pc-solaris2.10-strip
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for objdir... .libs
checking for /home/anton/tmp/gcc/objdir/./gcc/xgcc option to produce PIC...
-fPIC -DPIC
checking if /home/anton/tmp/gcc/objdir/./gcc/xgcc PIC flag -fPIC -DPIC works...
yes
checking if /home/anton/tmp/gcc/objdir/./gcc/xgcc static flag -static works...
no
finding the maximum length of command line arguments... 49153
checking if /home/anton/tmp/gcc/objdir/./gcc/xgcc supports -c -o file.o... yes
checking if /home/anton/tmp/gcc/objdir/./gcc/xgcc supports -fno-rtti
-fno-exceptions ... no
checking whether the linker (/home/anton/tmp/gcc/objdir/./gcc/collect-ld)
supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking command to parse /home/anton/tmp/gcc/objdir/./gcc/nm output... failed
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
updating cache ./config.cache
configure: loading cache ./config.cache
checking how to run the C++ preprocessor... 
/home/anton/tmp/gcc/objdir/./gcc/xgcc -shared-libgcc
-B/home/anton/tmp/gcc/objdir/./gcc -nostdinc++
-L/home/anton/tmp/gcc/objdir/i386-pc-solaris2.10/libstdc++-v3/src
-L/home/anton/tmp/gcc/objdir/i386-pc-solaris2.10/libstdc++-v3/src/.libs
-B/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/bin/
-B/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/lib/ -isystem
/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/include -isystem
/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/sys-include -E
loading cache ./config.cache within ltconfig
checking host system type... i386-pc-solaris2.10
checking build system type... x86_64-unknown-linux-gnu
checking for objdir... .libs
checking for /home/anton/tmp/gcc/objdir/./gcc/xgcc option to produce PIC...
-fPIC -DPIC
checking if /home/anton/tmp/gcc/objdir/./gcc/xgcc PIC flag -fPIC -DPIC works...
yes
checking if /home/anton/tmp/gcc/objdir/./gcc/xgcc static flag -static works...
no
finding the maximum length of command line arguments... (cached) 49153
checking if /home/anton/tmp/gcc/objdir/./gcc/xgcc supports -c -o file.o...
(cached) yes
checking if /home/anton/tmp/gcc/objdir/./gcc/xgcc supports -fno-rtti
-fno-exceptions ... yes
checking whether the linker (/home/anton/tmp/gcc/objdir/./gcc/collect-ld)
supports shared libraries...
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking command to parse /home/anton/tmp/gcc/objdir/./gcc/nm output... failed
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
appending configuration tag "CXX" to libtool
checking for exception model to use... call frame
checking for compiler with PCH support... yes
checking for enabled PCH... yes
checking for underlying I/O to use... stdio
checking how to run the C preprocessor... /home/anton/tmp/gcc/objdir/./gcc/xgcc
-B/home/anton/tmp/gcc/objdir/./gcc/
-B/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/bin/
-B/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/lib/ -isystem
/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/include -isystem
/opt/crossgcc-4.1.1/solaris10-i386/gcc/i386-pc-solaris2.10/sys-include -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for C locale to use... generic
checking for std::allocator base class... new
configure: "C" header strategy set to c_std
checking for enabled long long specializations... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for mbstate_t... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for enabled wchar_t specializations... yes
checking for ISO C99 support in <math.h>... no
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for ISO C99 support in <complex.h>... no
checking for ISO C99 support in <stdio.h>... yes
checking for ISO C99 support in <stdlib.h>... yes
checking for ISO C99 support in <wchar.h>... yes
checking for fully enabled ISO C99 support... no
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/anton/tmp/gcc/objdir'
make: *** [all] Error 2


-- 
           Summary: Cannot build cross compiler for Solaris: configure:
                    error: Link tests are not allowed after
                    GCC_NO_EXECUTABLES
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: info at yourkit dot com
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: i386-pc-solaris2.10


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
@ 2006-06-21 16:07 ` info at yourkit dot com
  2006-06-23  5:25 ` pinskia at gcc dot gnu dot org
                   ` (27 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: info at yourkit dot com @ 2006-06-21 16:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from info at yourkit dot com  2006-06-21 16:03 -------
Created an attachment (id=11721)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11721&action=view)
config.log

I have attached config.log file from directory
/home/anton/tmp/gcc/objdir/i386-pc-solaris2.10/libstdc++v3
I've seen something like my issue in bug #26810 and no useful response on it


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
  2006-06-21 16:07 ` [Bug libstdc++/28125] " info at yourkit dot com
@ 2006-06-23  5:25 ` pinskia at gcc dot gnu dot org
  2006-06-23 11:02 ` info at yourkit dot com
                   ` (26 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-23  5:25 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
  2006-06-21 16:07 ` [Bug libstdc++/28125] " info at yourkit dot com
  2006-06-23  5:25 ` pinskia at gcc dot gnu dot org
@ 2006-06-23 11:02 ` info at yourkit dot com
  2006-06-23 13:01 ` info at yourkit dot com
                   ` (25 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: info at yourkit dot com @ 2006-06-23 11:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from info at yourkit dot com  2006-06-23 10:31 -------
I've charged target from "i386-pc-solaris2.10" to "i386-pc-solaris2.9"
and successfully built cross-compiler, but the resulting compiler
cannot produce 64bit binaries (as expected, because Solaris9 on Intel
is a 32bit).

I cannot understand where the problem is. All the libraries and header
files are copied from Solaris10 and I cannot build
"i386-pc-solaris2.10" target, but can build "i386-pc-solaris2.9".

Spent already 2 days digging Google and forums, but without success.
Please help.


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (2 preceding siblings ...)
  2006-06-23 11:02 ` info at yourkit dot com
@ 2006-06-23 13:01 ` info at yourkit dot com
  2006-12-11 16:52 ` bkoz at gcc dot gnu dot org
                   ` (24 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: info at yourkit dot com @ 2006-06-23 13:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from info at yourkit dot com  2006-06-23 12:28 -------
I've discovered that if only C language is specified and --disable-libssp is
added (to work around bug #25035) then cross complier can be successfully
built. So the problem somewehere in C++ part.


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (3 preceding siblings ...)
  2006-06-23 13:01 ` info at yourkit dot com
@ 2006-12-11 16:52 ` bkoz at gcc dot gnu dot org
  2006-12-11 16:55 ` bkoz at gcc dot gnu dot org
                   ` (23 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2006-12-11 16:52 UTC (permalink / raw)
  To: gcc-bugs



-- 

bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bkoz at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-12-11 16:52:38
               date|                            |


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (4 preceding siblings ...)
  2006-12-11 16:52 ` bkoz at gcc dot gnu dot org
@ 2006-12-11 16:55 ` bkoz at gcc dot gnu dot org
  2006-12-11 21:56 ` bkoz at gcc dot gnu dot org
                   ` (22 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2006-12-11 16:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from bkoz at gcc dot gnu dot org  2006-12-11 16:55 -------
Created an attachment (id=12783)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12783&action=view)
Patch to remove AC_CHECK_LIB.


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (5 preceding siblings ...)
  2006-12-11 16:55 ` bkoz at gcc dot gnu dot org
@ 2006-12-11 21:56 ` bkoz at gcc dot gnu dot org
  2006-12-11 22:17 ` bkoz at gcc dot gnu dot org
                   ` (21 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2006-12-11 21:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from bkoz at gcc dot gnu dot org  2006-12-11 21:55 -------
Created an attachment (id=12786)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12786&action=view)
Patch++


-- 

bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12783|0                           |1
        is obsolete|                            |


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (6 preceding siblings ...)
  2006-12-11 21:56 ` bkoz at gcc dot gnu dot org
@ 2006-12-11 22:17 ` bkoz at gcc dot gnu dot org
  2006-12-12 11:24 ` bkoz at gcc dot gnu dot org
                   ` (20 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2006-12-11 22:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from bkoz at gcc dot gnu dot org  2006-12-11 22:17 -------
Subject: Bug 28125

Author: bkoz
Date: Mon Dec 11 22:17:09 2006
New Revision: 119749

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119749
Log:
2006-12-11  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/28125
        * acinclude.m4 (GLIBCXX_CHECK_ICONV_SUPPORT): Remove link test, ie
        AC_CHECK_LIB for libiconv. Instead, use bits of AM_ICONV.
        * configure: Regenerate.
        * scripts/testsuite_flags.in (cxxldflags): Add LIBICONV bits.


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/acinclude.m4
    trunk/libstdc++-v3/configure
    trunk/libstdc++-v3/scripts/testsuite_flags.in


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (8 preceding siblings ...)
  2006-12-12 11:24 ` bkoz at gcc dot gnu dot org
@ 2006-12-12 11:24 ` bkoz at gcc dot gnu dot org
  2006-12-12 11:26 ` bkoz at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2006-12-12 11:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from bkoz at gcc dot gnu dot org  2006-12-12 11:24 -------
Subject: Bug 28125

Author: bkoz
Date: Tue Dec 12 11:23:44 2006
New Revision: 119774

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119774
Log:
2006-12-11  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/28125
        * acinclude.m4 (GLIBCXX_CHECK_ICONV_SUPPORT): Remove link test, ie
        AC_CHECK_LIB for libiconv. Instead, use bits of AM_ICONV.
        * configure: Regenerate.
        * scripts/testsuite_flags.in (cxxldflags): Add LIBICONV bits.


Modified:
    branches/gcc-4_2-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_2-branch/libstdc++-v3/acinclude.m4
    branches/gcc-4_2-branch/libstdc++-v3/configure
    branches/gcc-4_2-branch/libstdc++-v3/scripts/testsuite_flags.in


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (7 preceding siblings ...)
  2006-12-11 22:17 ` bkoz at gcc dot gnu dot org
@ 2006-12-12 11:24 ` bkoz at gcc dot gnu dot org
  2006-12-12 11:24 ` bkoz at gcc dot gnu dot org
                   ` (19 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2006-12-12 11:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from bkoz at gcc dot gnu dot org  2006-12-12 11:24 -------
Subject: Bug 28125

Author: bkoz
Date: Tue Dec 12 11:23:56 2006
New Revision: 119775

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119775
Log:
2006-12-11  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/28125
        * acinclude.m4 (GLIBCXX_CHECK_ICONV_SUPPORT): Remove link test, ie
        AC_CHECK_LIB for libiconv. Instead, use bits of AM_ICONV.
        * configure: Regenerate.
        * scripts/testsuite_flags.in (cxxldflags): Add LIBICONV bits.


Modified:
    branches/gcc-4_1-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_1-branch/libstdc++-v3/acinclude.m4
    branches/gcc-4_1-branch/libstdc++-v3/configure
    branches/gcc-4_1-branch/libstdc++-v3/scripts/testsuite_flags.in


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (9 preceding siblings ...)
  2006-12-12 11:24 ` bkoz at gcc dot gnu dot org
@ 2006-12-12 11:26 ` bkoz at gcc dot gnu dot org
  2006-12-12 13:15 ` bkoz at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2006-12-12 11:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from bkoz at gcc dot gnu dot org  2006-12-12 11:25 -------

Should be fixed on gcc/gcc-4_2-branch/gcc-4_1-branch


-- 

bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (10 preceding siblings ...)
  2006-12-12 11:26 ` bkoz at gcc dot gnu dot org
@ 2006-12-12 13:15 ` bkoz at gcc dot gnu dot org
  2007-01-02 16:49 ` bkoz at redhat dot com
                   ` (16 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2006-12-12 13:15 UTC (permalink / raw)
  To: gcc-bugs



-- 

bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.3


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (11 preceding siblings ...)
  2006-12-12 13:15 ` bkoz at gcc dot gnu dot org
@ 2007-01-02 16:49 ` bkoz at redhat dot com
  2007-01-24 17:12 ` bkoz at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at redhat dot com @ 2007-01-02 16:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from bkoz at redhat dot com  2007-01-02 16:49 -------

Apparently there are errors with this patch. Revisiting...

http://gcc.gnu.org/ml/gcc-patches/2006-12/msg01592.html


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (12 preceding siblings ...)
  2007-01-02 16:49 ` bkoz at redhat dot com
@ 2007-01-24 17:12 ` bkoz at gcc dot gnu dot org
  2007-01-26 12:44 ` bkoz at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2007-01-24 17:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from bkoz at gcc dot gnu dot org  2007-01-24 17:12 -------

Sorry Joe and Kaveh, I am just getting back to this. I should have something
tomorrow, Jan 25. 

-benjamin


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (13 preceding siblings ...)
  2007-01-24 17:12 ` bkoz at gcc dot gnu dot org
@ 2007-01-26 12:44 ` bkoz at gcc dot gnu dot org
  2007-01-26 13:24 ` bkoz at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2007-01-26 12:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from bkoz at gcc dot gnu dot org  2007-01-26 12:44 -------
Reopen..


-- 

bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (14 preceding siblings ...)
  2007-01-26 12:44 ` bkoz at gcc dot gnu dot org
@ 2007-01-26 13:24 ` bkoz at gcc dot gnu dot org
  2007-01-26 13:50 ` bkoz at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2007-01-26 13:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from bkoz at gcc dot gnu dot org  2007-01-26 13:23 -------

Revert.


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (15 preceding siblings ...)
  2007-01-26 13:24 ` bkoz at gcc dot gnu dot org
@ 2007-01-26 13:50 ` bkoz at gcc dot gnu dot org
  2007-01-29 10:51 ` bkoz at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2007-01-26 13:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from bkoz at gcc dot gnu dot org  2007-01-26 13:49 -------
Subject: Bug 28125

Author: bkoz
Date: Fri Jan 26 13:49:42 2007
New Revision: 121203

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121203
Log:
2007-01-26  Benjamin Kosnik  <bkoz@redhat.com>

        Revert.
        2006-12-11  Benjamin Kosnik  <bkoz@redhat.com>
        PR libstdc++/28125
        * acinclude.m4 (GLIBCXX_CHECK_ICONV_SUPPORT): Remove link test, ie
        AC_CHECK_LIB for libiconv. Instead, use bits of AM_ICONV.
        * configure: Regenerate.
        * scripts/testsuite_flags.in (cxxflags): Add LIBICONV bits.


Modified:
    branches/gcc-4_2-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_2-branch/libstdc++-v3/acinclude.m4
    branches/gcc-4_2-branch/libstdc++-v3/configure
    branches/gcc-4_2-branch/libstdc++-v3/scripts/testsuite_flags.in


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (16 preceding siblings ...)
  2007-01-26 13:50 ` bkoz at gcc dot gnu dot org
@ 2007-01-29 10:51 ` bkoz at gcc dot gnu dot org
  2007-02-07 22:53 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2007-01-29 10:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from bkoz at gcc dot gnu dot org  2007-01-29 10:51 -------
Subject: Bug 28125

Author: bkoz
Date: Mon Jan 29 10:51:01 2007
New Revision: 121282

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121282
Log:
2007-01-28  Benjamin Kosnik  <bkoz@redhat.com>

        Revert.
        2006-12-11  Benjamin Kosnik  <bkoz@redhat.com>
        PR libstdc++/28125
        * acinclude.m4 (GLIBCXX_CHECK_ICONV_SUPPORT): Remove link test, ie
        AC_CHECK_LIB for libiconv. Instead, use bits of AM_ICONV.
        * configure: Regenerate.
        * scripts/testsuite_flags.in (cxxflags): Add LIBICONV bits.


Modified:
    branches/gcc-4_1-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_1-branch/libstdc++-v3/acinclude.m4
    branches/gcc-4_1-branch/libstdc++-v3/configure
    branches/gcc-4_1-branch/libstdc++-v3/scripts/testsuite_flags.in


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (17 preceding siblings ...)
  2007-01-29 10:51 ` bkoz at gcc dot gnu dot org
@ 2007-02-07 22:53 ` pinskia at gcc dot gnu dot org
  2007-07-17  2:38 ` cnstar9988 at gmail dot com
                   ` (9 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-02-07 22:53 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.3                       |---


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (18 preceding siblings ...)
  2007-02-07 22:53 ` pinskia at gcc dot gnu dot org
@ 2007-07-17  2:38 ` cnstar9988 at gmail dot com
  2007-07-17  4:03 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17  2:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from cnstar9988 at gmail dot com  2007-07-17 02:37 -------
also affects 4.1_branch, libiberty.
HPUX 11.11 hppa64.


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (19 preceding siblings ...)
  2007-07-17  2:38 ` cnstar9988 at gmail dot com
@ 2007-07-17  4:03 ` pinskia at gcc dot gnu dot org
  2007-07-17  5:15 ` cnstar9988 at gmail dot com
                   ` (7 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-17  4:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from pinskia at gcc dot gnu dot org  2007-07-17 04:03 -------
Did you copy all of the libraries including the 64bit ones?


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (20 preceding siblings ...)
  2007-07-17  4:03 ` pinskia at gcc dot gnu dot org
@ 2007-07-17  5:15 ` cnstar9988 at gmail dot com
  2007-07-17  5:19   ` Andrew Pinski
  2007-07-17  5:17 ` cnstar9988 at gmail dot com
                   ` (6 subsequent siblings)
  28 siblings, 1 reply; 31+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17  5:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from cnstar9988 at gmail dot com  2007-07-17 05:15 -------
(In reply to comment #17)
> Did you copy all of the libraries including the 64bit ones?
hp 11.11(pa8800), supports both 32 and 64bit.

I can build gcc-3.4.6 32bit/64bit, but can't build gcc-4.1.2 64bit.
$ gcc -v
Reading specs from
/home/gcc-3.4.6/lp64/bin/../lib/gcc/hppa64-hp-hpux11.11/3.4.6/specs
Configured with: ../src/configure --build=hppa64-hp-hpux11.11
--host=hppa64-hp-hpux11.11 --target=hppa64-hp-hpux11.11
--prefix=/opt/gcc-3.4.6/lp64 --with-as=/opt/gcc-3.4.6/lp64/bin/as --with-gnu-as
--with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-threads=posix
--enable-languages=c,c++


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (21 preceding siblings ...)
  2007-07-17  5:15 ` cnstar9988 at gmail dot com
@ 2007-07-17  5:17 ` cnstar9988 at gmail dot com
  2007-07-17  5:19 ` pinskia at gmail dot com
                   ` (5 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17  5:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from cnstar9988 at gmail dot com  2007-07-17 05:16 -------
checking for library containing strerror... configure: error: Link tests are
not allowed after GCC_NO_EXECUTABLES.
make[1]: *** [configure-target-libiberty] Error 1
make[1]: Leaving directory `/home/beans/gcc-build/build'


-- 


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


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

* Re: [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2007-07-17  5:15 ` cnstar9988 at gmail dot com
@ 2007-07-17  5:19   ` Andrew Pinski
  0 siblings, 0 replies; 31+ messages in thread
From: Andrew Pinski @ 2007-07-17  5:19 UTC (permalink / raw)
  To: gcc-bugzilla; +Cc: gcc-bugs

On 17 Jul 2007 05:15:47 -0000, cnstar9988 at gmail dot com
<gcc-bugzilla@gcc.gnu.org> wrote:
>
>
> ------- Comment #18 from cnstar9988 at gmail dot com  2007-07-17 05:15 -------
> (In reply to comment #17)
> > Did you copy all of the libraries including the 64bit ones?
> hp 11.11(pa8800), supports both 32 and 64bit.

That comment was not for you, it was the reporter for this specific bug.

-- Pinski


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (22 preceding siblings ...)
  2007-07-17  5:17 ` cnstar9988 at gmail dot com
@ 2007-07-17  5:19 ` pinskia at gmail dot com
  2009-01-24  3:42 ` bkoz at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: pinskia at gmail dot com @ 2007-07-17  5:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from pinskia at gmail dot com  2007-07-17 05:19 -------
Subject: Re:  Cannot build cross compiler for Solaris: configure: error: Link
tests are not allowed after GCC_NO_EXECUTABLES

On 17 Jul 2007 05:15:47 -0000, cnstar9988 at gmail dot com
<gcc-bugzilla@gcc.gnu.org> wrote:
>
>
> ------- Comment #18 from cnstar9988 at gmail dot com  2007-07-17 05:15 -------
> (In reply to comment #17)
> > Did you copy all of the libraries including the 64bit ones?
> hp 11.11(pa8800), supports both 32 and 64bit.

That comment was not for you, it was the reporter for this specific bug.

-- Pinski


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (23 preceding siblings ...)
  2007-07-17  5:19 ` pinskia at gmail dot com
@ 2009-01-24  3:42 ` bkoz at gcc dot gnu dot org
  2009-01-27  1:41 ` bkoz at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2009-01-24  3:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from bkoz at gcc dot gnu dot org  2009-01-24 03:42 -------

This is fixed for hpux on trunk, and I believe it should be fixed for solaris
as well. Can some solaris tester confirm?


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (24 preceding siblings ...)
  2009-01-24  3:42 ` bkoz at gcc dot gnu dot org
@ 2009-01-27  1:41 ` bkoz at gcc dot gnu dot org
  2009-04-21 15:55 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2009-01-27  1:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #22 from bkoz at gcc dot gnu dot org  2009-01-27 01:41 -------

waiting for feedback on a current release branch (4.3) or trunk.


-- 

bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |WAITING
   Target Milestone|---                         |4.4.0


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (25 preceding siblings ...)
  2009-01-27  1:41 ` bkoz at gcc dot gnu dot org
@ 2009-04-21 15:55 ` jakub at gcc dot gnu dot org
  2009-04-22 16:48 ` bkoz at gcc dot gnu dot org
  2009-07-06 23:49 ` bkoz at gcc dot gnu dot org
  28 siblings, 0 replies; 31+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-04-21 15:55 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.0                       |4.4.1


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (26 preceding siblings ...)
  2009-04-21 15:55 ` jakub at gcc dot gnu dot org
@ 2009-04-22 16:48 ` bkoz at gcc dot gnu dot org
  2009-07-06 23:49 ` bkoz at gcc dot gnu dot org
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2009-04-22 16:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #23 from bkoz at gcc dot gnu dot org  2009-04-22 16:47 -------

Will close unless I get some feedback indicating this is still a problem.


-- 


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


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

* [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
                   ` (27 preceding siblings ...)
  2009-04-22 16:48 ` bkoz at gcc dot gnu dot org
@ 2009-07-06 23:49 ` bkoz at gcc dot gnu dot org
  28 siblings, 0 replies; 31+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2009-07-06 23:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #24 from bkoz at gcc dot gnu dot org  2009-07-06 23:49 -------

Closing due to lack of feedback


-- 

bkoz at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-07-06 23:49 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-21 15:52 [Bug libstdc++/28125] New: Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES info at yourkit dot com
2006-06-21 16:07 ` [Bug libstdc++/28125] " info at yourkit dot com
2006-06-23  5:25 ` pinskia at gcc dot gnu dot org
2006-06-23 11:02 ` info at yourkit dot com
2006-06-23 13:01 ` info at yourkit dot com
2006-12-11 16:52 ` bkoz at gcc dot gnu dot org
2006-12-11 16:55 ` bkoz at gcc dot gnu dot org
2006-12-11 21:56 ` bkoz at gcc dot gnu dot org
2006-12-11 22:17 ` bkoz at gcc dot gnu dot org
2006-12-12 11:24 ` bkoz at gcc dot gnu dot org
2006-12-12 11:24 ` bkoz at gcc dot gnu dot org
2006-12-12 11:26 ` bkoz at gcc dot gnu dot org
2006-12-12 13:15 ` bkoz at gcc dot gnu dot org
2007-01-02 16:49 ` bkoz at redhat dot com
2007-01-24 17:12 ` bkoz at gcc dot gnu dot org
2007-01-26 12:44 ` bkoz at gcc dot gnu dot org
2007-01-26 13:24 ` bkoz at gcc dot gnu dot org
2007-01-26 13:50 ` bkoz at gcc dot gnu dot org
2007-01-29 10:51 ` bkoz at gcc dot gnu dot org
2007-02-07 22:53 ` pinskia at gcc dot gnu dot org
2007-07-17  2:38 ` cnstar9988 at gmail dot com
2007-07-17  4:03 ` pinskia at gcc dot gnu dot org
2007-07-17  5:15 ` cnstar9988 at gmail dot com
2007-07-17  5:19   ` Andrew Pinski
2007-07-17  5:17 ` cnstar9988 at gmail dot com
2007-07-17  5:19 ` pinskia at gmail dot com
2009-01-24  3:42 ` bkoz at gcc dot gnu dot org
2009-01-27  1:41 ` bkoz at gcc dot gnu dot org
2009-04-21 15:55 ` jakub at gcc dot gnu dot org
2009-04-22 16:48 ` bkoz at gcc dot gnu dot org
2009-07-06 23:49 ` bkoz 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).