[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: trouble with compiling source
Hello, Serge!
----- Original Message -----
From: "Volkov Serge" <vserge@menatepspb.msk.ru>
To: <openldap-software@OpenLDAP.org>
Sent: Thursday, July 26, 2001 8:25 PM
Subject: trouble with compiling source
>
> configure return with error
>
> creating include/portable.h
> include/portable.h is unchanged
> creating include/ldap_features.h
> include/ldap_features.h is unchanged
> creating include/lber_types.h
> include/lber_types.h is unchanged
> Please "make depend" to build dependencies
I haven't built OpenLDAP for quite a while, but for what I remember - it is
just not a error, it is a successfull configure.
the build sequence is:
configure
make depend
make
sudo make install
>
> after the make depend the story repeat
>
> What I do not right?
do not run configure again after make depend, just try to run make
WBW, Dmitry