CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Installation (https://www.cfd-online.com/Forums/openfoam-installation/)
-   -   Error compiling in 1.6-ext.. help me... (https://www.cfd-online.com/Forums/openfoam-installation/89758-error-compiling-1-6-ext-help-me.html)

S.W.Park June 21, 2011 19:20

Error compiling in 1.6-ext.. help me...
 
Hi. My name is Park

I had compiled OpenFOAM-1.6-ext in ubuntu 10.10 but it doesn't work.

I proceeded like below.



After git installed, I downloaded

git clone git://openfoam-extend.git.sourceforge.net/gitroot/openfoam-extend/OpenFOAM-1.6-ext


And from below thread, I installed other programs.

http://www.cfd-online.com/Forums/ope...tml#post286749

And, I added below scrip in $HOME/bashrc

--------------------------------------
alias ofext='source /home/ludin/OpenFOAM/OpenFOAM-1.6-ext/etc/bashrc'

export FOAM_INST_DIR=$HOME/OpenFOAM
foamDotFile=$FOAM_INST_DIR/OpenFOAM-1.6-ext/etc/bashrc
[ -f $foamDotFile ] && . $foamDotFile
--------------------------------------

The folder address is

/home/ludin/OpenFOAM/OpenFOAM-1.6-ext

This is same with $HOME/OpenFOAM/OpenFOAM-1.6-ext



After doing this, I compiled ThirdParty.(./AllMake)
ThirdParty is in the OpenFOAM-1.6-ext/ThirdParty

And compiled OpenFOAM-1.6-ext ( ./Allwmake )

But it doesn't work...

Why?.. Tell me please...

S.W.Park June 22, 2011 02:57

Error log is like below.. while compiling the OpenFOAM-1.6-ext

/usr/bin/ld: cannot find -linterfaceProperties
/usr/bin/ld: cannot find -lincompressibleTransportModels
/usr/bin/ld: cannot find -lincompressibleTurbulenceModel
/usr/bin/ld: cannot find -lincompressibleRASModels
/usr/bin/ld: cannot find -lincompressibleLESModels
/usr/bin/ld: cannot find -lfiniteVolume


All times are GMT -4. The time now is 08:18.