huge number of gfortran testsuite failures

Jerry DeLisle jvdelisle@verizon.net
Thu Nov 24 06:55:00 GMT 2005


Jack Howarth wrote:
>    Is anyone else having problems with gcc 4.1 branch on MacOS X 10.4?
> I find that there are a huge number (> 3000) failures in the gfortran
> testsuite. Also when I try to build the fcvs21_f95 NIST tests I get
> errors of the form...
> 
> ./driver_run: line 73: ./a.out: No such file or directory
> Process FM019
> /usr/bin/ld: Undefined symbols:
> ___gthrw_pthread_mutex_lock
> ___gthrw_pthread_mutex_trylock
> ___gthrw_pthread_mutex_unlock
> collect2: ld returned 1 exit status
> 
> This was from a svn checkout of tonight's 4.1 branch.
>                Jack
> 
Jack,

This looks like you are picking up the wrong library at link.  Are you using 
LD_LIBRARY_PATH= in your environment?

Jakub recently committed the thread safe version of the library.  Thats where 
the mutex_lock stuff is coming from.

If library path is not it then I can't help here. Jacub will be on top of it I 
am sure.

Jerry

Jerry



More information about the Fortran mailing list