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]
# 1
IIRC there was some chatter after Solaris 10 FCS that static libraries would not work. Try it again as a shared library.alan
alan.paea at 2007-7-10 2:34:44 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 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

Darren_Dunhama at 2007-7-10 2:34:44 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 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

alan.paea at 2007-7-10 2:34:44 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 4
Do you have patch 123648-01? By default Solaris 10 was shipped with an empty (zero length) libstdc++.la, this patch cures this and should fix this error.. .7/M.
mAbrantea at 2007-7-10 2:34:44 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 5
i'm not have acces to this patch.... so... i must to try others ways :(Salu2 :)
maximatta at 2007-7-10 2:34:44 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 6
thanks i can resolve with suggested http://forum.java.sun.com/thread.jspa?threadID=5073150Salu2
maximatta at 2007-7-10 2:34:44 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...