Re: [Exim] Help on OS variations, please

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Peter Burgess
日付:  
To: Philip Hazel
CC: exim-users
題目: 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