Hello Peter,
Peter Skensved <peter_at_jay.phy.queensu.ca> writes:
>>
>> How do I enable gfortran?
>>
> 47,53c47,56
> < F77 = g77
> < F77FLAGS = -fPIC
> < ifneq ($(shell $(F77) -print-file-name=libg2c.so),libg2c.so)
> < F77LIBS := $(shell $(F77) -print-file-name=libg2c.so) -lnsl
> < else
> < F77LIBS := $(shell $(F77) -print-file-name=libg2c.a) -lnsl
> < endif
> ---
>> F77 = gfortran
>> F77FLAGS = -fPIC -std=legacy
>> F77LIBS = -lnsl
>> F77LD = gfortran
>>
>> #ifneq ($(shell $(F77) -print-file-name=libg2c.so),libg2c.so)
>> #F77LIBS := $(shell $(F77) -print-file-name=libg2c.so) -lnsl
>> #else
>> #F77LIBS := $(shell $(F77) -print-file-name=libg2c.a) -lnsl
>> #endif
>
Yes, that seems to have worked, at least the configure step did not complain. I seem to have a problem with one of the demo programs crashing root, but I'll start another thread on that.
Thanks for your help,
Roger Received on Tue Jan 16 2007 - 23:45:56 CET
This archive was generated by hypermail 2.2.0 : Wed Jan 17 2007 - 23:50:00 CET