This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/24991] [4.1/4.2 Regression] gfortran build fails with - error:gthr-default.h: No such file or directory



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]