Subject | Re: Software Recommendations |
---|---|
Author | Roman Rokytskyy |
Post date | 2001-12-01T10:34:03Z |
> I suspect it isn't too hard to compile interserver on Solaris x86if you
> are familiar with their libraries and compiler stuff -- someone gotpretty
> far a couple of months ago without knowing much of anything aboutc++. I'd
> use the ant script I wrote for linux, but if you are a makefileexpert you
> might be able to use the Borland makefiles. In the ant script Ithink 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