solaris 10 and maildrop
hi, (i post this problem under maildrop maillist too)
im 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 <URL:http://libmaildir.la>libmaildir.la
libtool: link:
`/usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/../../..//libstdc++.la' is not
a valid libtool archive
縣ow i could resolve this?
Salu2
[775 byte] By [
maximatta] at [2007-11-26 21:02:37]

# 2
libstdc++.la is not a static library (that would be a .a file). It's a libtool library file (at least it's supposed to be).
You might run a pkgchk on the package that owns the file and see if it has changed. On my machine (with an older version) the package is SUNWgccruntime.
If that doesn't help, then I've got no idea...
--
Darren
# 3
http://www.gnu.org/software/libtool/manual.html
This file documents GNU Libtool, a script that allows package developers to provide generic shared library support.
http://www.gnu.org/software/libtool/manual.html#Static-libraries
===
The Fix
http://forum.java.sun.com/thread.jspa?threadID=5073150
# The name of the static archive.
old_library='libstdc++.a'
alan