[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2009-07-06 Thread bkoz at gcc dot gnu dot org


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2009-04-22 Thread bkoz at gcc dot gnu dot org


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2009-04-21 Thread jakub at gcc dot gnu dot org


-- 

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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2009-01-26 Thread bkoz at gcc dot gnu dot org


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2009-01-23 Thread bkoz at gcc dot gnu dot org


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2007-07-16 Thread cnstar9988 at gmail dot com


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2007-07-16 Thread pinskia at gcc dot gnu dot org


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2007-07-16 Thread cnstar9988 at gmail dot com


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2007-07-16 Thread cnstar9988 at gmail dot com


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



Re: [Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2007-07-16 Thread Andrew Pinski

On 17 Jul 2007 05:15:47 -, cnstar9988 at gmail dot com
[EMAIL PROTECTED] 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


[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2007-07-16 Thread pinskia at gmail dot com


--- 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 -, cnstar9988 at gmail dot com
[EMAIL PROTECTED] 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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2007-02-07 Thread pinskia at gcc dot gnu dot org


-- 

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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2007-01-29 Thread bkoz at gcc dot gnu dot org


--- 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=gccview=revrev=121282
Log:
2007-01-28  Benjamin Kosnik  [EMAIL PROTECTED]

Revert.
2006-12-11  Benjamin Kosnik  [EMAIL PROTECTED]
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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2007-01-26 Thread bkoz at gcc dot gnu dot org


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2007-01-26 Thread bkoz at gcc dot gnu dot org


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2007-01-26 Thread bkoz at gcc dot gnu dot org


--- 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=gccview=revrev=121203
Log:
2007-01-26  Benjamin Kosnik  [EMAIL PROTECTED]

Revert.
2006-12-11  Benjamin Kosnik  [EMAIL PROTECTED]
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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2007-01-24 Thread bkoz at gcc dot gnu dot org


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2007-01-02 Thread bkoz at redhat dot com


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-12-12 Thread bkoz at gcc dot gnu dot org


--- 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=gccview=revrev=119774
Log:
2006-12-11  Benjamin Kosnik  [EMAIL PROTECTED]

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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-12-12 Thread bkoz at gcc dot gnu dot org


--- 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=gccview=revrev=119775
Log:
2006-12-11  Benjamin Kosnik  [EMAIL PROTECTED]

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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-12-12 Thread bkoz at gcc dot gnu dot org


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-12-12 Thread bkoz at gcc dot gnu dot org


-- 

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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-12-11 Thread bkoz at gcc dot gnu dot org


-- 

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|-00-00 00:00:00 |2006-12-11 16:52:38
   date||


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-12-11 Thread bkoz at gcc dot gnu dot org


--- 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=12783action=view)
Patch to remove AC_CHECK_LIB.


-- 


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-12-11 Thread bkoz at gcc dot gnu dot org


--- 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=12786action=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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-12-11 Thread bkoz at gcc dot gnu dot org


--- 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=gccview=revrev=119749
Log:
2006-12-11  Benjamin Kosnik  [EMAIL PROTECTED]

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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-06-23 Thread info at yourkit dot com


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-06-23 Thread info at yourkit dot com


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-06-22 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Severity|critical|normal


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



[Bug libstdc++/28125] Cannot build cross compiler for Solaris: configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

2006-06-21 Thread info at yourkit dot com


--- 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=11721action=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