Laurence R. McGlashan | Last updated on 2021-04-08 18:59:28 +0000.
new! click here to follow me learning chinese . . .
OpenFOAM Fedora 13 Fork
Calendar Text   30 Aug 2010

I have forked "OpenFOAM":http://www.openfoam.org for Fedora 13. This is because Fedora 13 no longer allows implicit linkage (see "DSO Link Changes":http://fedoraproject.org/wiki/UnderstandingDSOLinkChange).

A fix is to change the relevant Make/options files from

EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude

EXE_LIBS = -lfiniteVolume

to

EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude

EXE_LIBS = -L$(FOAM_MPI_LIBBIN) \
           -lPstream \
           -lfiniteVolume



blog comments powered by Disqus

Fork me on GitHub