Compiling Cyrus-SASL GIT master on Solaris 11.3
Stefan Rapp
stefan.rapp at tu-dortmund.de
Mon Mar 20 05:45:21 EDT 2017
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.rapp at tu-dortmund.de
Phone: +49 231 755 4668
Fax: +49 231 755 2731
Web: http://www.itmc.tu-dortmund.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5182 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.andrew.cmu.edu/pipermail/cyrus-sasl/attachments/20170320/22177c90/attachment.p7s>
More information about the Cyrus-sasl
mailing list