Dear Mr Kieran,

Thank you very much for your information but this don´t seem to work either.

Now the configure process crashes much more earlier:

loading cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc  -l/usr/local/lib) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.

I have initialized the LDFLAGS variable to -l/usr/local/lib and exported it.

LDFLAGS=-l/usr/local/lib

export LDFLAGS

Any other suggestions will be wellcome,

Thank you very much again for your help

Regards,
 

Kieran wrote:

On Fri, 7 Jun 2002, Angel Barrio Martínez wrote:

> Hello,
>
> I´ve got some problems during the execution of the "configure" script
> before the compilation of aide 0.9. The problem has something to do with
> the mhash library which the script does not find but, actually, I have
> installed it before trying to compile aide 0.9.
>
> The library was installed under the default path /usr/local/lib, and
> this path is listed in the environmment variable "PATH". The installed
> library is the latest version available from
> http://mhash.sourceforge.net/  0.8.16 and the installation of this
> library executed successfully without reporting any error.
>
> The reported error is the following:
>
> checking for mhash_get_block_size in -lmhash... no
> You must have libmhash properly installed.
>
> Could you possibly tell me what to do to fix the error? Is there
> something that I forgot to do?
>
> Thank you in advance for your help,
>
> Regards,
>
> Angel Barrio Martínez,
>
Try:

LDFLAGS=-l/usr/local/lib ./configure

Regards

Kieran

Reply via email to