Hi Matthias,

> There is indeed only a libobj.la, but no libobj.a. The same behavior can be 
> observed on a Solaris 11.3 sparc.

the Solaris ar doesn't create empty archives. As a workaround you can
create an archive with one element and delete it afterwards ;-)

   cd .../cyrus-sasl-.../lib/.libs/
   ar cru libobj.a server.o
   ar d libobj.a server.o
   ranlib libobj.a

Then you have an emtpy libobj.a and you can resume the sasl build.

Kind regards,

   Stefan

-- 
Stefan Rapp
TU Dortmund
IT & Medien Centrum
D-44221 Dortmund

Mail: stefan.r...@tu-dortmund.de
Phone: +49 231 755 4668
Fax: +49 231 755 2731
Web: http://www.itmc.tu-dortmund.de/

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to