On Fri, Jul 23, 2010 at 11:29:28AM -0400, Alona Rossen wrote: > I receive the following error when I try to build static lib on Solaris9 with > Sun C++ 5.5 2003/03/12: > > libtool: link: false cru .libs/libssh2.a??
It looks like configure or libtool is using the program 'false' to create static archives instead of 'ar'. Clearly, there is an issue with its static library support. Do you have 'ar' installed? >>> Dan _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
