hi,
m tried to install maildrop undeo solaris 10, but i receive the following
error (first i run ./configure):
# make install
Making install in numlib
Making install in liblock
Making install in unicode
Making install in rfc822
make install-am
Making install in rfc2045
make install-am
Making install in gdbmobj
Making install in bdbobj
Making install in maildir
make install-am
Linking libmaildir.la
libtool: link:
`/usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/../../..//libstdc++.la'
is not a valid libtool archive
*** Error code 1
The following command caused the error:
echo Linking libmaildir.la; /bin/bash ./libtool --tag=CXX --quiet
--mode=link g++ -g -O2 -Wall -o libmaildir.la autoresponse.lo
maildiraclt.lo maildircache.lo maildircreate.lo maildirfilename.lo
maildirgetnew.lo maildirfilter.lo maildirfilter2.lo maildirflags.lo
maildirmkdir.lo maildirgetquota.lo maildirinfo.lo maildirkeywords.lo
maildirkeywords2.lo maildirkeywords3.lo maildirkeywords4.lo maildirlist.lo
maildirlock.lo maildirmake2.lo maildirnewshared.lo maildirnewshared2.lo
maildiropen.lo maildirparsequota.lo maildirpath.lo maildirpurgetmp.lo
maildirrename.lo maildirsearch.lo maildirsearchC.lo maildirshared.lo
maildirshared2.lo maildirdelfolder.lo maildirquota.lo maildirrequota.lo
maildirwatch.lo loginexec.lo
make: Fatal error: Command failed for target `libmaildir.la'
Current working directory /maxi/maildrop-2.0.3/maildir
*** Error code 1
make: Fatal error: Command failed for target `install'
Current working directory /maxi/maildrop-2.0.3/maildir
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
list='numlib liblock unicode rfc822 rfc2045 gdbmobj bdbobj maildir
maildrop'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `install-recursive'
this happend too with make and make install.strip
¿how could i resolve this problem?