Is this compile warning normal?

Rui Luís Pires rlpires@telin.rug.ac.be
Thu, 27 Mar 2003 17:33:47 +0100 (CET)


On 27 Mar, laurent.duperval@microcell.ca wrote:
> On 27 Mar, Rui Luís Pires wrote:
>> 
>> Have you changed something in particular in your system
>> configuration?
> 
> Not that I know of. What are the rules used to determine wheter
> I have a slx or a lnx system? I thought it was the SSL portion
> but it isn't.

You were right, in the main Makefile you see the the variable
OSTYPE is only used in imap/.

In my case (once I run ./configure) this variable holds the value
'lnp'; it will be the same build as with 'slx'.

In your case, you said, you got 'lnx'.
Well, I had a quick look at the configure script and it looks as
though you don't have libcrypt... (see configure, ll.
3839--3943.)

Which version of glibc are you using?!

On my system:
$ rpm -q -f /usr/lib/libcrypt.a
glibc-static-devel-2.2.5-16mdk
$

I hope this is of any help.
Rui