OOF: Finite Element Analysis of Microstructures

OOF1 Installation Tips

Linux

For systems with gcc 4.1.x, you will need to provide the -DNEED_FDSTREAM, -DDONT_HAVE_STRSTREAM_H and -ffriend-injection flags to the compiler, like this:

configure --with-cxx-flags='-DDONT_HAVE_STRSTREAM_H -DNEED_FDSTREAM -ffriend-injection'

Macintosh OS X 10.4

If you're using fink to get the required external libraries, configure oof1 like this:

configure --with-blas='-faltivec -framework vecLib' --with-libdirs=-L/sw/lib --with-cxxflags='-no-cpp-precomp -DDONT_HAVE_STRSTREAM_H -DNEED_FDSTREAM'

If you're not using fink, omit --with-libdirs=-L/sw/lib part, or replace it with the appropriate library directory(s).