|
From: Benjamin G. <ben...@bt...> - 2001-05-24 11:10:37
|
On Wed, May 23, 2001 at 04:58:39AM -0000, Karl Sumpter wrote: > Hi, > > I have been attempting to compile nb++0.5.3 on a Solaris 2.6 (GCC 2.95.1) > box with not too much success. Following is the error i get. nb++ has not been ported to Solaris. This would probably not be much work, but it would require some knowledge of GNU autoconf and automake. There are a few differences between the C library functions available on Linux and on Solaris; you'd have to identify the differences, add tests for them in configure.in, and use the results of those tests (in include/nb++_config.h) to adjust the wrapper code in src/osdep.cpp and src/osdep.hpp. If you'd like to take on this task and make a patch, I'd be delighted to include the results in nb++. Cheers, Benjamin |