3 messages in net.sourceforge.lists.courier-maildrop[maildropl] probem (2) to compile mai...
FromSent OnAttachments
aza zelMar 8, 2007 6:44 am 
Sam VarshavchikMar 8, 2007 3:39 pm 
Steve AnnessaMar 8, 2007 3:54 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] probem (2) to compile maildrop under solaris 10Actions...
From:aza zel (aza@gmail.com)
Date:Mar 8, 2007 6:44:22 am
List:net.sourceforge.lists.courier-maildrop

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?