Subject Re: Software Recommendations
Author Roman Rokytskyy
> I suspect it isn't too hard to compile interserver on Solaris x86
if you
> are familiar with their libraries and compiler stuff -- someone got
pretty
> far a couple of months ago without knowing much of anything about
c++. I'd
> use the ant script I wrote for linux, but if you are a makefile
expert you
> might be able to use the Borland makefiles. In the ant script I
think the
> main problems are figuring out the gcc command line options.

One tip: check your gcc, in some configurations gcc does not include
c++ libs by default. If I'm right, that person solved the problem
with g++.

Roman