|
[Sponsors] |
February 4, 2009, 08:11 |
When I try to set up 1.5-dev i
|
#1 |
New Member
xinguang cui
Join Date: Mar 2009
Location: Heidelberg, Germany
Posts: 9
Rep Power: 17 |
When I try to set up 1.5-dev in the suse 10.3 system.
After complied, try to execute the foamInstallationTest. But there is the error information. Please help me, I feel crazy now. Third party software ------------------------------------------------------------------------------- Software Version Location ------------------------------------------------------------------------------- gcc 4.3.1 ...penFOAM/ThirdParty/gcc-4.3.1/platforms/linux64/bin/gcc gzip 1.3.12 /usr/bin/gzip tar 1.17 /bin/tar icoFoam WARNING: Conflicting installations: OpenFOAM settings : /home/cui/OpenFOAM/OpenFOAM-1.5-dev/applications/bin/linux64GccDPOpt/icoFoam current path : CRITICAL ERROR ------------------------------------------------------------------------------- |
|
February 4, 2009, 09:28 |
It says that you miss icoFoam,
|
#2 |
Senior Member
Dragos
Join Date: Mar 2009
Posts: 648
Rep Power: 20 |
It says that you miss icoFoam, so probably the compilation did not go through as it should.
Try this:
After this, try again foamInstallationTest. Dragos |
|
February 4, 2009, 09:49 |
Thanks for your reply. I have
|
#3 |
New Member
xinguang cui
Join Date: Mar 2009
Location: Heidelberg, Germany
Posts: 9
Rep Power: 17 |
Thanks for your reply. I have tried as you advise. and now .
++ -m64 -Dlinux64 -DDP -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wold-style-cast -march=opteron -O3 -DNoRepository -ftemplate-depth-40 -I/home /cui/OpenFOAM/OpenFOAM-1.5-dev/src/finiteVolume/lnInclude -IlnInclude -I. -I/hom e/cui/OpenFOAM/OpenFOAM-1.5-dev/src/OpenFOAM/lnInclude -I/home/cui/OpenFOAM/Open FOAM-1.5-dev/src/OSspecific/Unix/lnInclude -fPIC Make/linux64GccDPOpt/icoFoam. o -L/home/cui/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt \ -lfiniteVolume -llduSolvers -lOpenFOAM -liberty -ldl -lm -o /home /cui/OpenFOAM/OpenFOAM-1.5-dev/applications/bin/linux64GccDPOpt/icoFoam /usr/bin/ld: cannot find -lfiniteVolume collect2: ld returned 1 exit status make: *** [/home/cui/OpenFOAM/OpenFOAM-1.5-dev/applications/bin/linux64GccDPOpt/ icoFoam] Error 1 cui@mfc-falter:~/OpenFOAM/OpenFOAM-1.5-dev/applications/solvers/incompressible> |
|
February 4, 2009, 10:13 |
Hello,
your linker cannot f
|
#4 |
Member
Etienne Lorriaux
Join Date: Mar 2009
Location: Compiegne, France
Posts: 45
Rep Power: 17 |
Hello,
your linker cannot find the finiteVolume library, it means it has not been compiled, or that your environment variables are not set correctly (check LD_LIBRARY_PATH and PATH) Relaunch the entire compilation and CHECK that the compilation runs fine from the beginning. Resolve your problems from the beginning (first errors received during the compilation). Good luck ;) |
|
February 4, 2009, 10:24 |
Another hint is that the Flex
|
#5 |
Member
Dennis Kingsley
Join Date: Mar 2009
Location: USA
Posts: 45
Rep Power: 17 |
Another hint is that the Flex option '--c++' causes the version of Flex on my machine to fail, I replaced it with '-+' until I have the time to install a newer version Flex.
Flex failing to parse files caused the finiteVolume library to not compile correctly, when I rebuilt OF1.5.x from the GIT repository this week. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Installation of OpenFOAM15dev | antonio_ing | OpenFOAM Installation | 34 | December 18, 2009 11:06 |
fluent installation error | Ramesh.K | FLUENT | 2 | September 25, 2008 21:58 |
Installation error | sukratu | OpenFOAM Installation | 6 | September 16, 2007 23:46 |
Error after installation.. | Nari | Siemens | 5 | June 28, 2007 15:02 |
Installation Error | rafal | OpenFOAM Installation | 3 | February 2, 2006 12:43 |