[csw-users] gfortran

George Wyche gwyche at io.com
Sat Sep 5 17:48:03 CEST 2009


> I've done a test on Solaris 8 and 10, Sparc and i386.  All 4 succeeded.
>
> $ cat test.f
>       WRITE (6,*) 'Hello'
>       END
> $ /opt/csw/gcc4/bin/gfortran -R/opt/csw/gcc4/lib test.f
> $ ./a.out
>  Hello
>
>
> Do a check of the installed gcc packages, start with:
>
> $ pkginfo | nawk '/CSWgcc4/{print $2}' | while read package
> do
> 	pkgparam ${package} PKGINST VERSION
> done
>
> CSWgcc4core
> 4.3.3,REV=2009.05.07
> CSWgcc4corert
> 4.3.3,REV=2009.05.07
> CSWgcc4g++rt
> 4.3.3,REV=2009.05.07
> CSWgcc4gfortran
> 4.3.3,REV=2009.05.07
> CSWgcc4gfortranrt
> 4.3.3,REV=2009.05.07
>
> James.
@James
Do you think   "pkg-get -i CSWgcc4gfortran"   would help?
Ha! ha!. God. Not having truly identical setups at work and home can bring
some surprises. I blame furlough days; prohibiting one's presence on
premises, tempting one to work from home.

Thank you for a easy path to a solution to my faux pas.

George Wyche




More information about the users mailing list