[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory
howarth at nitro dot med dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Fri Nov 25 19:22:00 GMT 2005
------- Comment #22 from howarth at nitro dot med dot uc dot edu 2005-11-25 19:21 -------
One other note. I tried a build of gcc 4.1 branch with MACOSX_DEPLOYMENT_TARGET
set to 10.4 as well since that causes libtool to use '-undefined
dynamic_lookup' instead of '-undefined suppress' when linking shared libraries.
That change didn't help at all. The libgfortran still shows...
nm libgfortran.1.0.0.dylib | grep gthrw_pthread_mutex
U ___gthrw_pthread_mutex_lock
U ___gthrw_pthread_mutex_trylock
U ___gthrw_pthread_mutex_unlock
which are unresolved at link time.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24991
More information about the Gcc-bugs
mailing list