GRASS-GIS開発版をUbuntu 12.04 AMD64でコンパイル

CFLAGS="-g" ./configure --enable-debug --enable-64bit --with-libs=/usr/lib --with-cxx --with-readline --with-freetype=yes --with-freetype-includes="/usr/include/freetype2/" --enable-largefile=yes --with-proj-share=/usr/share/proj/ --with-geos --with-cairo --with-tcltk-includes=/usr/include/tcl8.4/ --with-tcltk-libs=/usr/lib/ --with-wxwidgets --with-postgres=no --with-sqlite=yes --with-python=/usr/bin/python2.7-config --with-opengl-libs=/usr/include/GL --with-ffmpeg=yes --with-ffmpeg-includes="/usr/include/libavcodec /usr/include/libavformat /usr/include/libswscale" --with-openmp=yes

の結果が、

GRASS is now configured for:  x86_64-unknown-linux-gnu

  Source directory:            /home/seino/grass7/grass_trunk
  Build directory:             /home/seino/grass7/grass_trunk
  Installation directory:      ${prefix}/grass-7.0.svn
  Startup script in directory: ${exec_prefix}/bin
  C compiler:                  gcc -g 
  C++ compiler:                c++ -g -O2
  Building shared libraries:   yes
  OpenGL platform:             X11

  MacOSX application:         no
  MacOSX architectures:       
  MacOSX SDK:                 

  Tcl/Tk NVIZ:                yes

  BLAS support:               no
  C++ support:                yes
  Cairo support:              yes
  DWG support:                no
  FFMPEG support:             yes
  FFTW support:               yes
  FreeType support:           yes
  GDAL support:               yes
  NETCDF support:             no
  GEOS support:               yes
  LAPACK support:             no
  Large File support (LFS):   yes
  libLAS support:             no
  MySQL support:              no
  NLS support:                no
  ODBC support:               no
  OGR support:                yes
  OpenGL support:             yes
  OpenMP support:             yes
  PNG support:                yes
  POSIX thread support:       no
  PostgreSQL support:         no
  Readline support:           yes
  Regex support:              yes
  SQLite support:             yes
  TIFF support:               yes
  Tcl/Tk support:             yes
  wxWidgets support:          yes
  X11 support:                yes