I installed PostgreSQL 8.4.0 and compiled in PostGIS 1.4.0 (GEOS 3.1.1 and PROJ.4.6.1) for Solaris sparc machine, 32-bit binaries.<br /><br />PostGIS didn't like being compiled partly by Sun's C compiler, cc.  This setting is stored within the PostgreSQL global makefile configuration.<br />I kept getting errors about unknown switches, etc...  I edited the global settings makefile with the GNU equivalent and everything compiled now.<br /><br />I was just able to get the tests to run using the "make check" command and only two tests failed, sql-mm-compoundcurve and sql-mm-curvepoly.<br /><br />Rather than dumping the results immediately, here's the rundown:<br />I differ on lines 93-97 of sql-mm-compoundcurve where it's comparing five different polygons.<br />On sql-mm-curvepoly, on lines 134-138, and lines 164 and 167 where more polygons are being compared.<br /><br />I tried googling for phrases here and there but I keep getting the commit messages,commit diffs,etc...<br /><br />Is there something I did incorrectly when I built PostGIS?<br /><br />Thanks,<br />Nate