Re: [Exim] Help on OS variations, please

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Peter Burgess
Fecha:  
A: Philip Hazel
Cc: exim-users
Asunto: Re: [Exim] Help on OS variations, please
Philip Hazel wrote:
>
> The new code supporting AUTH in Exim includes a call to the crypt()
> function. It appears that different OS handle this differently. I have
> been able to check the following operating systems:


RH6.0 Linux-2.2.12-pre with gcc-2.95
====================================

> gcc -Wall -DI_CRYPT testprog.c -lcrypt


is the only one to compile without warnings (rh6 gcc-2.95)

Adrian Bool's addition also compiles without warnings with:
       gcc -Wall prog.c -lcrypt


Peter