If somebody is interested in porting WSF/C++ to Solaris here is an excellent guilde for building C/C++ software for Solaris.
http://developers.sun.com/solaris/articles/build_sw_on_solaris.html
Also following solved one of my problems when porting a C++ application to Solaris.
http://whocares.de/solaris-10-fixup-for-libstdcla-is-not-a-valid-libtool-archive/
Currently I'm busy with some other stuff. If nobody is interested on porting WSF/C++ on Solaris I'll start after finishin my current stuff.
Sunday, August 16, 2009
Subscribe to:
Post Comments (Atom)
With little effort I could successfully build and run WSF/C++ on a Solaris x86 box. The changes include some include file ordering and a AC_CHECK_LIB macro for socket library in some configuration files. Also make sure to configure with the --with-openssl option with the correct path to my openssl library.
ReplyDeleteAlso I heard that Nandika also managed to run WSF/C++ on a Mac box with even little changes.
These changes are availabe with the latest svn copy of WSF/C++.