[CIG-LONG] compiling gale from repository on mac 10.6.8

Walter Landry walter at geodynamics.org
Sun Mar 25 10:23:32 PDT 2012


Robert Gray <graywacke at gmail.com> wrote:
> Here's the associated config.log file.

Petsc was built with X11, and the configure script is not linking with
the X11 libraries.  The simplest way to fix that is to add them to
linkflags.  It should work to invoke configure as

  ./configure --petsc-dir=/opt/local/lib/petsc --hdf5-dir=/opt/local --linkflags="-L/usr/X11/lib -lX11"

I presume that the Underworld configure worked because they always
link in X11 in order to build gLucifer.

Cheers,
Walter Landry


More information about the CIG-LONG mailing list