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