public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/28949]  New: [4.2 regression] configure-target-libiberty: Link tests are not  allowed after GCC_NO_EXECUTABLES.
@ 2006-09-04 15:33 bunk at stusta dot de
  2006-09-04 15:34 ` [Bug bootstrap/28949] " bunk at stusta dot de
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: bunk at stusta dot de @ 2006-09-04 15:33 UTC (permalink / raw)
  To: gcc-bugs

I did:

../configure --target=arm-linux --prefix=/usr/local/DIR/gcc-arm- svn20060904
--enable-languages=c --with-as=/usr/local/bin/arm-linux-as
--with-ld=/usr/local/bin/arm-linux-ld --without-headers --disable-shared
--disable-multilib --enable-threads=single --disable-nls --disable-libmudflap
--disable-libssp

make


error message:

<--  snip  -->

...
checking for pid_t... no
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 `/TMP/svn/gcc/build-arm'
make: *** [all] Error 2

<--  snip  -->

The error is not specific for the arm target, I'm also getting it for several
other targets.


-- 
           Summary: [4.2 regression] configure-target-libiberty: Link tests
                    are not
                    allowed after GCC_NO_EXECUTABLES.
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bunk at stusta dot de
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: arm-unknown-linux-gnu (and several others)


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


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

* [Bug bootstrap/28949] [4.2 regression] configure-target-libiberty: Link tests are not  allowed after GCC_NO_EXECUTABLES.
  2006-09-04 15:33 [Bug bootstrap/28949] New: [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES bunk at stusta dot de
@ 2006-09-04 15:34 ` bunk at stusta dot de
  2006-09-04 15:34 ` bunk at stusta dot de
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bunk at stusta dot de @ 2006-09-04 15:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bunk at stusta dot de  2006-09-04 15:34 -------
Created an attachment (id=12186)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12186&action=view)
make log


-- 


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


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

* [Bug bootstrap/28949] [4.2 regression] configure-target-libiberty: Link tests are not  allowed after GCC_NO_EXECUTABLES.
  2006-09-04 15:33 [Bug bootstrap/28949] New: [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES bunk at stusta dot de
  2006-09-04 15:34 ` [Bug bootstrap/28949] " bunk at stusta dot de
@ 2006-09-04 15:34 ` bunk at stusta dot de
  2006-09-04 16:21 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bunk at stusta dot de @ 2006-09-04 15:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bunk at stusta dot de  2006-09-04 15:34 -------
Created an attachment (id=12185)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12185&action=view)
configure log


-- 


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


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

* [Bug bootstrap/28949] [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-09-04 15:33 [Bug bootstrap/28949] New: [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES bunk at stusta dot de
  2006-09-04 15:34 ` [Bug bootstrap/28949] " bunk at stusta dot de
  2006-09-04 15:34 ` bunk at stusta dot de
@ 2006-09-04 16:21 ` pinskia at gcc dot gnu dot org
  2006-09-04 16:27 ` bunk at stusta dot de
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-04 16:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-09-04 16:21 -------
What does config.log show?  This works for me for a cross to powerpc64-linux,
though I am using a sysroot.


-- 


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


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

* [Bug bootstrap/28949] [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-09-04 15:33 [Bug bootstrap/28949] New: [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES bunk at stusta dot de
                   ` (2 preceding siblings ...)
  2006-09-04 16:21 ` pinskia at gcc dot gnu dot org
@ 2006-09-04 16:27 ` bunk at stusta dot de
  2006-09-04 16:46 ` bunk at stusta dot de
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bunk at stusta dot de @ 2006-09-04 16:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from bunk at stusta dot de  2006-09-04 16:27 -------
Created an attachment (id=12187)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12187&action=view)
arm-linux/libiberty/config.log


-- 


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


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

* [Bug bootstrap/28949] [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-09-04 15:33 [Bug bootstrap/28949] New: [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES bunk at stusta dot de
                   ` (3 preceding siblings ...)
  2006-09-04 16:27 ` bunk at stusta dot de
@ 2006-09-04 16:46 ` bunk at stusta dot de
  2006-09-10 17:01 ` jsm28 at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bunk at stusta dot de @ 2006-09-04 16:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from bunk at stusta dot de  2006-09-04 16:46 -------
I can reproduce it trying to build a cross compiler for a powerpc64-linux-
target.


-- 


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


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

* [Bug bootstrap/28949] [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-09-04 15:33 [Bug bootstrap/28949] New: [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES bunk at stusta dot de
                   ` (4 preceding siblings ...)
  2006-09-04 16:46 ` bunk at stusta dot de
@ 2006-09-10 17:01 ` jsm28 at gcc dot gnu dot org
  2006-09-10 22:26 ` [Bug bootstrap/28949] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2006-09-10 17:01 UTC (permalink / raw)
  To: gcc-bugs



-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.0


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


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

* [Bug bootstrap/28949] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-09-04 15:33 [Bug bootstrap/28949] New: [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES bunk at stusta dot de
                   ` (5 preceding siblings ...)
  2006-09-10 17:01 ` jsm28 at gcc dot gnu dot org
@ 2006-09-10 22:26 ` pinskia at gcc dot gnu dot org
  2006-09-10 22:42 ` bunk at stusta dot de
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-10 22:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-09-10 22:26 -------
As I mentioned already this is not a regression.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|4.2.0                       |
      Known to work|4.1.1                       |
            Summary|[4.2 regression] configure- |configure-target-libiberty:
                   |target-libiberty: Link tests|Link tests are not allowed
                   |are not allowed after       |after GCC_NO_EXECUTABLES
                   |GCC_NO_EXECUTABLES          |


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


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

* [Bug bootstrap/28949] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-09-04 15:33 [Bug bootstrap/28949] New: [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES bunk at stusta dot de
                   ` (6 preceding siblings ...)
  2006-09-10 22:26 ` [Bug bootstrap/28949] " pinskia at gcc dot gnu dot org
@ 2006-09-10 22:42 ` bunk at stusta dot de
  2007-05-14 21:37 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bunk at stusta dot de @ 2006-09-10 22:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from bunk at stusta dot de  2006-09-10 22:42 -------
It works up to 4.1 but does no longer work in 4.2.

If your point is that I don't have a libc for the target installed:
Is there any point in the documentation I missed that should have told me this
worked only accidentally in gcc <= 4.1?


-- 


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


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

* [Bug bootstrap/28949] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-09-04 15:33 [Bug bootstrap/28949] New: [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES bunk at stusta dot de
                   ` (7 preceding siblings ...)
  2006-09-10 22:42 ` bunk at stusta dot de
@ 2007-05-14 21:37 ` mmitchel at gcc dot gnu dot org
  2007-07-17  3:35 ` cnstar9988 at gmail dot com
  2007-07-17  3:59 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-05-14 21:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from mmitchel at gcc dot gnu dot org  2007-05-14 22:26 -------
Will not be fixed in 4.2.0; retargeting at 4.2.1.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.0                       |4.2.1


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


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

* [Bug bootstrap/28949] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-09-04 15:33 [Bug bootstrap/28949] New: [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES bunk at stusta dot de
                   ` (8 preceding siblings ...)
  2007-05-14 21:37 ` mmitchel at gcc dot gnu dot org
@ 2007-07-17  3:35 ` cnstar9988 at gmail dot com
  2007-07-17  3:59 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17  3:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from cnstar9988 at gmail dot com  2007-07-17 03:35 -------
reopen.

also hppa64.


-- 

cnstar9988 at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cnstar9988 at gmail dot com


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


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

* [Bug bootstrap/28949] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES
  2006-09-04 15:33 [Bug bootstrap/28949] New: [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES bunk at stusta dot de
                   ` (9 preceding siblings ...)
  2007-07-17  3:35 ` cnstar9988 at gmail dot com
@ 2007-07-17  3:59 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-17  3:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from pinskia at gcc dot gnu dot org  2007-07-17 03:59 -------
This is not a bug, you need a C library while building or the use of
--without-headers


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
   Target Milestone|4.2.1                       |---


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


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

end of thread, other threads:[~2007-07-17  3:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-04 15:33 [Bug bootstrap/28949] New: [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES bunk at stusta dot de
2006-09-04 15:34 ` [Bug bootstrap/28949] " bunk at stusta dot de
2006-09-04 15:34 ` bunk at stusta dot de
2006-09-04 16:21 ` pinskia at gcc dot gnu dot org
2006-09-04 16:27 ` bunk at stusta dot de
2006-09-04 16:46 ` bunk at stusta dot de
2006-09-10 17:01 ` jsm28 at gcc dot gnu dot org
2006-09-10 22:26 ` [Bug bootstrap/28949] " pinskia at gcc dot gnu dot org
2006-09-10 22:42 ` bunk at stusta dot de
2007-05-14 21:37 ` mmitchel at gcc dot gnu dot org
2007-07-17  3:35 ` cnstar9988 at gmail dot com
2007-07-17  3:59 ` 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).