On Fri, Oct 9, 2009 at 11:02 AM, lazer1 <lazer1 at blueyonder.co.uk> wrote: > I eventually got around the Fortran 77 stuff by hiding g77 and g++ > > mv /bin/g77 /bin/g77_hidden > mv /bin/g++ /bin/g++_hidden > > that makes the configure evade the irrelevant fortran and other stuff Glad you found a work-around. -r