after installation of compiler am getting these errors
ssg1cm01:# /opt/SUNWspro/bin/CC test.C
License Error : Licensing product (Sun WorkShop Compiler C++ SPARC).
License File: 7588@ssg1cm01
License server does not support this feature
Feature:workshop.cc.sparc
Server name
FLEXlm error:-18,147.
ssg1cm01:# cd /tmp
ssg1cm01:# cat >test.f
PROGRAM TEST
WRITE(*,*) "Fortran compilet"
END
ssg1cm01:#
ssg1cm01:# /opt/SUNWspro/bin/f77 test.f
License Error : Licensing product (Sun WorkShop Compiler FORTRAN 77 SPARC).
License File: 7588@ssg1cm01
License server does not support this feature
Feature:workshop.f77.sparc
Server name
FLEXlm error:-18,147.
ssg1cm01:# /opt/SUNWspro/bin/f90 test.f
License Error : Licensing product (Sun WorkShop Compiler Fortran 95 SPARC).
License File: 7588@ssg1cm01
License server does not support this feature
Feature:workshop.f90.sparc
Server name
FLEXlm error:-18,147.

