Complete.Org: Mailing Lists: Archives: discussion: April 1999:
Re: [aclug-L] C compiler for Linux - building pine
Home

Re: [aclug-L] C compiler for Linux - building pine

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] C compiler for Linux - building pine
From: Carl D Cravens <raven@xxxxxxxxxxx>
Date: Sat, 3 Apr 1999 19:51:39 -0600 (EST)
Reply-to: aclug-L@xxxxxxxxxxxx

On Fri, 2 Apr 1999, Greg House wrote:
> Another thing that might be is that a lot of utilities include a
> configuration utility that will set up the makefiles and stuff for you.
> It's usually called config or configure, or maybe done with make ("make
> config").  That has to be run first so that it selects the right compiler
> options and such.  Check the pine installation instructions and see if
> you're supposed to run something like that first.

You don't build Pine by calling make directly at all.  You run
"./build lnx" (for Linux) and it does all configuration and makes for you.
(Different targets are available for determining how to get crypt().) 

Under BSD/OS, I didn't have to tweak a thing... Pine built on the first
try.  Under Debian Linux, I had a bit of trouble, but I don't recall what
it was.  Hum... I just tried it again and got an error about undefined
references to crypt.  

If that's what you're getting, use "./build slx" to get the normal crypt
function or "./build sl5" to get the shadow crypt function if you're using
shadowed passwords.  (If you have an /etc/shadow file, you're probably
using shadowed passwords.) 

--
Carl (raven@xxxxxxxxxxx)



[Prev in Thread] Current Thread [Next in Thread]