Subject: Re: Compiling X on 1.2pmax
To: None <billh@airmail.net>
From: Susumu Miki <miki@soum.co.jp>
List: port-pmax
Date: 12/10/1996 10:54:24
>>>>> On Mon, 09 Dec 1996 15:14:48 -0600
>>>>> Bill Harris <billh@airmail.net> said:

Bill> My guess is I'm missing a crypt library, or it's specified by default
Bill> and I need to de-select it.  

Bill> Any ideas?

    How about modifying xc/programs/xdm/Imakefile as follows:

--
     Susumu Miki	<miki@soum.co.jp>
     Development Sect.  SOUM Corporation   VOICE: +81-3-5453-1251

*** Imakefile.ORG   Tue Jan 31 08:42:09 1995
--- Imakefile      Tue Dec 10 10:49:50 1996
***************
*** 59,65 ****
  SYS_LIBRARIES = -ls
  #endif
  
! #if defined(XFree86Version) && HasLibCrypt
  SYS_LIBRARIES = -lcrypt
  #endif
  
--- 59,65 ----
  SYS_LIBRARIES = -ls
  #endif
  
! #if (defined(XFree86Version) && HasLibCrypt) || defined(NetBSDArchitecture)
  SYS_LIBRARIES = -lcrypt
  #endif