Changes between Initial Version and Version 1 of SolarisNotes


Ignore:
Timestamp:
Sep 12, 2007, 11:07:01 AM (17 years ago)
Author:
Mateusz Łoskot
Comment:

Created SolarisNotes page and added Christian's notes

Legend:

Unmodified
Added
Removed
Modified
  • SolarisNotes

    v1 v1  
     1''(under construction)''
     2
     3Christian Schaffer provided us with details about [http://en.wikipedia.org/wiki/Solaris_(operating_system) Solaris] installations he uses to build and use GDAL. Check the [wiki:SupportedCompilers#TestedEnvironments Tested Environments] table for more information.
     4
     5Below, I pasted some helpful tips from Christian:
     6
     7General note:
     8 * we use binary packages of gcc from www.blastwave.org
     9
     10Settings to apply on SPARC only:
     11 * use gld from www.blastwave.org [=/opt/csw/bin/gld]
     12 * if using OCI: set LDFLAGS=-L/opt/oracle/product/10.1.0/db_1/lib32 before configure
     13 * if using OCI: edit GDALmake.opt like this before make
     14{{{
     15C_PROFFLAGS = -g3 -pg -DDEBUG
     16LIBS = -lclntsh -L/opt/oracle/product/10.1.0/db_1/lib32  -lm -lrt -ldl
     17}}}