[Date Prev][Date Next] [Chronological] [Thread] [Top]

complile problems solaris 10



trying to build a shared libldap library for samba on solaris 10 sparc.

configure and make depend complete fine.

CC=cc LDFLAGS="-L/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/lib
-R/usr/local/ssl/lib" CPPFLAGS="-I/usr/local/include
-I/usr/local/ssl/include" ./configure --without-cyrus-sasl --with-tls
--disable-slapd --disable-slurpd

but failing here during make.
what else do I need to include/exclude ?
thank you.

  Entering subdirectory liblunicode
rm -f version.c
../../build/mkversion -v "2.3.20" liblunicode.a > version.c
make: Fatal error: Don't know how to make target `*/ucgendat.c'
Current working directory
/export/home/sho/src/samba/openldap-2.3.20/libraries/liblunicode
*** Error code 1
The following command caused the error:
for i in liblutil  liblber  liblunicode  libldap libldap_r  librewrite ;
do             \
        echo "  Entering subdirectory $i";              \
        ( cd $i; make  all );           \
        if test $? != 0 ; then exit 1; fi ;     \
        echo " ";
     \
done
make: Fatal error: Command failed for target `all-common'