public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/32785]  New: link test not allowed GCC_NO_EXECUTABLES.
@ 2007-07-17  2:18 cnstar9988 at gmail dot com
  2007-07-17  2:35 ` [Bug target/32785] " cnstar9988 at gmail dot com
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17  2:18 UTC (permalink / raw)
  To: gcc-bugs

svn co svn://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branch gcc-4_1-branch
Checked out revision 126698.

boot gcc: hppa64,gcc-3.4.6.

../gcc-4_1-branch/configure --build=hppa64-hp-hpux11.11
--host=hppa64-hp-hpux11.11 --target=hppa64-hp-hpux11.11
--prefix=/opt/gcc-4.1.2/lp64 --with-as=/opt/gcc-4.1.2/lp64/bin/as --with-gnu-as
--with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-threads=posix
--enable-languages=c,c++


link test not allowed GCC_NO_EXECUTABLES.


-- 
           Summary: link test not allowed GCC_NO_EXECUTABLES.
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: cnstar9988 at gmail dot com
 GCC build triplet: hppa64-hp-hpux11.11
  GCC host triplet: hppa64-hp-hpux11.11
GCC target triplet: hppa64-hp-hpux11.11


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


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

* [Bug target/32785] link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
@ 2007-07-17  2:35 ` cnstar9988 at gmail dot com
  2007-07-17  3:12 ` [Bug target/32785] (hpux11.11)link " cnstar9988 at gmail dot com
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17  2:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from cnstar9988 at gmail dot com  2007-07-17 02:35 -------
checking for g++ that supports -ffunction-sections -fdata-sections... yes
checking for sin in -lm... configure: error: Link tests are not allowed after
GCC_NO_EXECUTABLES.
make[1]: *** [configure-target-libstdc++-v3] Error 1
make[1]: Leaving directory `/home/beans/gcc-build/build'
make: *** [all] Error 2


if without language c++, libiberty also have "Link tests are not allowed after
GCC_NO_EXECUTABLES".

I test from 4.2 svn, also build fails.


-- 


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


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

* [Bug target/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
  2007-07-17  2:35 ` [Bug target/32785] " cnstar9988 at gmail dot com
@ 2007-07-17  3:12 ` cnstar9988 at gmail dot com
  2007-07-17  3:19 ` pinskia at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17  3:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from cnstar9988 at gmail dot com  2007-07-17 03:11 -------
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'

onfigure:5832: error: Link tests are not allowed after GCC_NO_EXECUTABLES.


-- 


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


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

* [Bug target/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
  2007-07-17  2:35 ` [Bug target/32785] " cnstar9988 at gmail dot com
  2007-07-17  3:12 ` [Bug target/32785] (hpux11.11)link " cnstar9988 at gmail dot com
@ 2007-07-17  3:19 ` pinskia at gcc dot gnu dot org
  2007-07-17  3:26 ` cnstar9988 at gmail dot com
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-17  3:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-07-17 03:19 -------
Can you read config.log and see why it is failing?


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug target/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (2 preceding siblings ...)
  2007-07-17  3:19 ` pinskia at gcc dot gnu dot org
@ 2007-07-17  3:26 ` cnstar9988 at gmail dot com
  2007-07-17  3:29 ` cnstar9988 at gmail dot com
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17  3:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from cnstar9988 at gmail dot com  2007-07-17 03:26 -------
Subject: Re:  (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.

Bug 25035
Bug 28125
Bug 28949


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

----- Original Message -----
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: <cnstar9988@gmail.com>
Sent: Tuesday, July 17, 2007 11:19 AM
Subject: [Bug target/32785] (hpux11.11)link test not allowed 
GCC_NO_EXECUTABLES.

>
>
> ------- Comment #3 from pinskia at gcc dot gnu dot org  2007-07-17 
> 03:19 -------
> Can you read config.log and see why it is failing?
>
>
> -- 
>
> pinskia at gcc dot gnu dot org changed:
>
>           What    |Removed                     |Added
> ----------------------------------------------------------------------------
>           Severity|critical                    |normal
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32785
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter. 


------- Comment #5 from cnstar9988 at gmail dot com  2007-07-17 03:26 -------
Created an attachment (id=13927)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13927&action=view)


-- 


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


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

* [Bug target/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (3 preceding siblings ...)
  2007-07-17  3:26 ` cnstar9988 at gmail dot com
@ 2007-07-17  3:29 ` cnstar9988 at gmail dot com
  2007-07-17  4:11 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17  3:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from cnstar9988 at gmail dot com  2007-07-17 03:28 -------
Bug 25035
Bug 28125
Bug 28949

similar to these bugs.

I can build gcc-3.4.6, but can't build GCC-4.1.2.


-- 

cnstar9988 at gmail dot com changed:

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


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


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

* [Bug target/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (4 preceding siblings ...)
  2007-07-17  3:29 ` cnstar9988 at gmail dot com
@ 2007-07-17  4:11 ` pinskia at gcc dot gnu dot org
  2007-07-17  4:55 ` cnstar9988 at gmail dot com
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-17  4:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2007-07-17 04:11 -------
> checking for sin in -lm... configure: error: Link tests are not allowed after
> GCC_NO_EXECUTABLES.

This should not happen with native builds.

How are you invoking make?
Also what happens when you remove the build/host/target options?


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug target/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (5 preceding siblings ...)
  2007-07-17  4:11 ` pinskia at gcc dot gnu dot org
@ 2007-07-17  4:55 ` cnstar9988 at gmail dot com
  2007-07-17  4:57 ` cnstar9988 at gmail dot com
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17  4:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from cnstar9988 at gmail dot com  2007-07-17 04:55 -------
$ /home/beans/gcc-build/build/./gcc/xgcc -v
Using built-in specs.
Target: hppa2.0w-hp-hpux11.11
Configured with: ../gcc-4_1-branch/configure --prefix=/opt/gcc-4.1.2/lp64
--with-as=/opt/gcc-4.1.2/lp64/bin/as --with-gnu-as --with-ld=/usr/ccs/bin/ld
--without-gnu-ld --enable-threads=posix --enable-languages=c
Thread model: posix
gcc version 4.1.3 20070716 (prerelease)

/var/tmp//ccZWFTkL.s: Assembler messages:
/var/tmp//ccZWFTkL.s:3: Error: unknown pseudo-op: `.subspa'
/var/tmp//ccZWFTkL.s:4: Error: unknown pseudo-op: `.subspa'
/var/tmp//ccZWFTkL.s:6: Error: unknown pseudo-op: `.subspa'
/var/tmp//ccZWFTkL.s:7: Error: unknown pseudo-op: `.subspa'
/var/tmp//ccZWFTkL.s:14: Error: unknown pseudo-op: `.nsubspa'
/var/tmp//ccZWFTkL.s:267: Error: unknown pseudo-op: `.nsubspa'
/var/tmp//ccZWFTkL.s:359: Error: unknown pseudo-op: `.nsubspa'
/var/tmp//ccZWFTkL.s:362: Error: unknown pseudo-op: `.nsubspa'
make[3]: *** [libgcc/./_muldi3.o] Error 1


I want to build "hppa64-hp-hpux11.11"

the following build option works ok on GCC 3.4.6
$ 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++ --enable-bootstrap
Thread model: posix
gcc version 3.4.6

What's between with 3.4.6/4.1.2's configure?
I can build gcc4.1.2 on AIX/Solaris/Linux/hppa32, except HPPA64.


-- 


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


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

* [Bug target/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (6 preceding siblings ...)
  2007-07-17  4:55 ` cnstar9988 at gmail dot com
@ 2007-07-17  4:57 ` cnstar9988 at gmail dot com
  2007-07-17  5:09 ` cnstar9988 at gmail dot com
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17  4:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from cnstar9988 at gmail dot com  2007-07-17 04:57 -------
$ /opt/gcc-3.4.6/lp64/bin/as -v
GNU assembler version 2.17 (hppa64-hp-hpux11.11) using BFD version 2.17

$ /opt/gcc-4.1.2/lp64/bin/as -v
GNU assembler version 2.17 (hppa64-hp-hpux11.11) using BFD version 2.17


-- 


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


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

* [Bug target/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (7 preceding siblings ...)
  2007-07-17  4:57 ` cnstar9988 at gmail dot com
@ 2007-07-17  5:09 ` cnstar9988 at gmail dot com
  2007-07-17  6:06 ` cnstar9988 at gmail dot com
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17  5:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from cnstar9988 at gmail dot com  2007-07-17 05:09 -------
>>How are you invoking make?
use "make", no any option.


-- 


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


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

* [Bug target/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (8 preceding siblings ...)
  2007-07-17  5:09 ` cnstar9988 at gmail dot com
@ 2007-07-17  6:06 ` cnstar9988 at gmail dot com
  2007-07-17  6:36 ` [Bug bootstrap/32785] " pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17  6:06 UTC (permalink / raw)
  To: gcc-bugs



-- 

cnstar9988 at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cnstar9988 at gmail dot com
           Severity|normal                      |critical


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


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

* [Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (9 preceding siblings ...)
  2007-07-17  6:06 ` cnstar9988 at gmail dot com
@ 2007-07-17  6:36 ` pinskia at gcc dot gnu dot org
  2007-07-17  6:43 ` cnstar9988 at gmail dot com
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-17  6:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from pinskia at gcc dot gnu dot org  2007-07-17 06:36 -------
Can you please stop changing the Severity?


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (10 preceding siblings ...)
  2007-07-17  6:36 ` [Bug bootstrap/32785] " pinskia at gcc dot gnu dot org
@ 2007-07-17  6:43 ` cnstar9988 at gmail dot com
  2007-07-17  9:53 ` rask at sygehus dot dk
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17  6:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from cnstar9988 at gmail dot com  2007-07-17 06:43 -------
(In reply to comment #11)
> Can you please stop changing the Severity?
I can't change "Priority", so I change "Severity" for testing only, :)

I have download the latest gcc-4.1, but failed to build on hppa64.
ftp://gcc.gnu.org/pub/gcc/snapshots/4.1-20070716/gcc-4.1-20070716.tar.bz2


-- 


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


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

* [Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (11 preceding siblings ...)
  2007-07-17  6:43 ` cnstar9988 at gmail dot com
@ 2007-07-17  9:53 ` rask at sygehus dot dk
  2007-07-17  9:56 ` cnstar9988 at gmail dot com
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rask at sygehus dot dk @ 2007-07-17  9:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from rask at sygehus dot dk  2007-07-17 09:53 -------
Read config.log. Look for messages about collect2.


-- 


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


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

* [Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (12 preceding siblings ...)
  2007-07-17  9:53 ` rask at sygehus dot dk
@ 2007-07-17  9:56 ` cnstar9988 at gmail dot com
  2007-07-17 10:04 ` cnstar9988 at gmail dot com
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17  9:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from cnstar9988 at gmail dot com  2007-07-17 09:56 -------
I havee set --build/--host/--target with the same value, so I think I build
native gcc.
why not GCC_NO_EXECUTABLES.
--build=hppa64-hp-hpux11.11
--host=hppa64-hp-hpux11.11 --target=hppa64-hp-hpux11.11


-- 


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


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

* [Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (13 preceding siblings ...)
  2007-07-17  9:56 ` cnstar9988 at gmail dot com
@ 2007-07-17 10:04 ` cnstar9988 at gmail dot com
  2007-07-17 10:30 ` cnstar9988 at gmail dot com
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17 10:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from cnstar9988 at gmail dot com  2007-07-17 10:04 -------
yes, I seee.
ld: Unsatisfied symbol "pthread_mutex_unlock" in file
/home/beans/gcc-build/build/./gcc/libgcc_eh.a[unwind-dw2-fde.o]
ld: Unsatisfied symbol "pthread_mutex_lock" in file
/home/beans/gcc-build/build/./gcc/libgcc_eh.a[unwind-dw2-fde.o]

I also export the following var, failed...

LDFLAGS="-lpthread
LDFLAGS_FOR_BUILD="-lpthread"
LDFLAGS_FOR_TARGET="-lpthread"


-- 


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


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

* [Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (14 preceding siblings ...)
  2007-07-17 10:04 ` cnstar9988 at gmail dot com
@ 2007-07-17 10:30 ` cnstar9988 at gmail dot com
  2007-07-18  2:26 ` cnstar9988 at gmail dot com
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-17 10:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from cnstar9988 at gmail dot com  2007-07-17 10:30 -------
Created an attachment (id=13931)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13931&action=view)
config.log

config.log


-- 


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


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

* [Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (15 preceding siblings ...)
  2007-07-17 10:30 ` cnstar9988 at gmail dot com
@ 2007-07-18  2:26 ` cnstar9988 at gmail dot com
  2007-07-18  6:49 ` cnstar9988 at gmail dot com
  2007-07-19  7:17 ` cnstar9988 at gmail dot com
  18 siblings, 0 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-18  2:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from cnstar9988 at gmail dot com  2007-07-18 02:26 -------
LDFLAGS.

http://gcc.gnu.org/ml/gcc-patches/2004-04/msg00953.html

We sometimes get configure errors claiming that LDFLAGS value has
changed since the last configure.  This patch fixes that problem, thanks
to a hint from Andreas Schwab.  This adds LDFLAGS to the set of
variables set and exported by the configure rules in the toplevel
Makefile, so that the environment for subconfigures matches the
environment for submakes.


-- 


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


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

* [Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (16 preceding siblings ...)
  2007-07-18  2:26 ` cnstar9988 at gmail dot com
@ 2007-07-18  6:49 ` cnstar9988 at gmail dot com
  2007-07-19  7:17 ` cnstar9988 at gmail dot com
  18 siblings, 0 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-18  6:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from cnstar9988 at gmail dot com  2007-07-18 06:49 -------
(In reply to comment #13)
> Read config.log. Look for messages about collect2.

I think the GCC build configure, may add -lpthread, or pass some option across
Makefile.
LDFLAGS_FOR_BUILD="-lpthread"
LDFLAGS_FOR_TARGET="-lpthread"


-- 


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


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

* [Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.
  2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
                   ` (17 preceding siblings ...)
  2007-07-18  6:49 ` cnstar9988 at gmail dot com
@ 2007-07-19  7:17 ` cnstar9988 at gmail dot com
  18 siblings, 0 replies; 20+ messages in thread
From: cnstar9988 at gmail dot com @ 2007-07-19  7:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from cnstar9988 at gmail dot com  2007-07-19 07:17 -------
I have Modify $(GCC)/Makefile.in
  LDFLAGS=-lpthread
  BOOT_LDFLAGS=-lpthread

So build ok.


-- 

cnstar9988 at gmail dot com changed:

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


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


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

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

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-17  2:18 [Bug target/32785] New: link test not allowed GCC_NO_EXECUTABLES cnstar9988 at gmail dot com
2007-07-17  2:35 ` [Bug target/32785] " cnstar9988 at gmail dot com
2007-07-17  3:12 ` [Bug target/32785] (hpux11.11)link " cnstar9988 at gmail dot com
2007-07-17  3:19 ` pinskia at gcc dot gnu dot org
2007-07-17  3:26 ` cnstar9988 at gmail dot com
2007-07-17  3:29 ` cnstar9988 at gmail dot com
2007-07-17  4:11 ` pinskia at gcc dot gnu dot org
2007-07-17  4:55 ` cnstar9988 at gmail dot com
2007-07-17  4:57 ` cnstar9988 at gmail dot com
2007-07-17  5:09 ` cnstar9988 at gmail dot com
2007-07-17  6:06 ` cnstar9988 at gmail dot com
2007-07-17  6:36 ` [Bug bootstrap/32785] " pinskia at gcc dot gnu dot org
2007-07-17  6:43 ` cnstar9988 at gmail dot com
2007-07-17  9:53 ` rask at sygehus dot dk
2007-07-17  9:56 ` cnstar9988 at gmail dot com
2007-07-17 10:04 ` cnstar9988 at gmail dot com
2007-07-17 10:30 ` cnstar9988 at gmail dot com
2007-07-18  2:26 ` cnstar9988 at gmail dot com
2007-07-18  6:49 ` cnstar9988 at gmail dot com
2007-07-19  7:17 ` cnstar9988 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).