[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in configure for Solaris 8/9 with AFS



When trying to configure heimdal 0.5 for Solaris8/9 then the OS version
(SunOS) gets set to 50 instead of 58. This is due to a typo in configure:

*** heimdal-0.5/configure       Tue Sep 10 23:56:39 2002
--- heimdal-0.5/configure.new   Wed Oct 16 14:48:04 2002
***************
*** 29181,29187 ****
  *-*-solaris2.7)
        sunos=57
        ;;
! *-*-solaris2.89)
        sunos=58
        ;;
  *-*-solaris2*)
--- 29181,29187 ----
  *-*-solaris2.7)
        sunos=57
        ;;
! *-*-solaris2.[89])
        sunos=58
        ;;
  *-*-solaris2*)

As a result K5 is unable to detect the presence of AFS (k_hasafs)

We got a working K5 with AFS using the Sun WorkShop compiler, with gcc we
observed some inconsistencies in the include files (maybe our fault?)

Best regards
Wolfgang Friebel