[Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.

2007-07-16 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.

2007-07-16 Thread cnstar9988 at gmail dot com
--- 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://gc

[Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.

2007-07-17 Thread rask at sygehus dot dk
--- 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

[Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.

2007-07-17 Thread cnstar9988 at gmail dot com
--- 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

[Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.

2007-07-17 Thread cnstar9988 at gmail dot com
--- 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/l

[Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.

2007-07-17 Thread cnstar9988 at gmail dot com
--- 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

[Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.

2007-07-17 Thread cnstar9988 at gmail dot com
--- 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 fr

[Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.

2007-07-17 Thread cnstar9988 at gmail dot com
--- 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=

[Bug bootstrap/32785] (hpux11.11)link test not allowed GCC_NO_EXECUTABLES.

2007-07-19 Thread cnstar9988 at gmail dot com
--- 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 --