Hello Peter,
Peter Skensved <peter_at_jay.phy.queensu.ca> writes:
> Look at the following hack to config/Makefile.linux . I'm using it
> to compile ROOT under Fedora Core 6 .
>
>
>
> 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
I applied your patch and I'm building now. I'll report back later.
Cheers,
Roger
Received on Tue Jan 16 2007 - 18:54:14 CET
This archive was generated by hypermail 2.2.0 : Tue Jan 16 2007 - 23:50:01 CET