|
[Sponsors] |
[foam-extend.org] cannot compile setSet with OpenFoam-1.6-ext |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 4, 2015, 08:23 |
cannot compile setSet with OpenFoam-1.6-ext
|
#1 |
New Member
zech
Join Date: Oct 2014
Location: Cambridge,England
Posts: 22
Rep Power: 12 |
Hi Foamers,
I tried to install OpenFoam-1.6-ext following the instructions here. And the setSet utility could not be complied. The error is mainly Code:
Found readline/readline.h -- enabling readline support. make[2]: `/home/zech/OpenFOAM/OpenFOAM-1.6-ext/applications/bin/linuxGcc46DPOpt/surfaceFind' is up to date. make[2]: `/home/zech/OpenFOAM/OpenFOAM-1.6-ext/applications/bin/linuxGcc46DPOpt/surfaceMeshConvert' is up to date. make[3]: `/home/zech/OpenFOAM/OpenFOAM-1.6-ext/applications/bin/linuxGcc46DPOpt/execFlowFunctionObjects' is up to date. g++ -m32 -Dlinux -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -O3 -DNoRepository -ftemplate-depth-40 -DREADLINE=1 -I/home/zech/OpenFOAM/OpenFOAM-1.6-ext/src/meshTools/lnInclude -IlnInclude -I. -I/home/zech/OpenFOAM/OpenFOAM-1.6-ext/src/OpenFOAM/lnInclude -I/home/zech/OpenFOAM/OpenFOAM-1.6-ext/src/OSspecific/POSIX/lnInclude -fPIC -Xlinker --add-needed -Xlinker --no-as-needed Make/linuxGcc46DPOpt/writePointSet.o Make/linuxGcc46DPOpt/writeFuns.o Make/linuxGcc46DPOpt/writePatch.o Make/linuxGcc46DPOpt/setSet.o -L/home/zech/OpenFOAM/OpenFOAM-1.6-ext/lib/linuxGcc46DPOpt \ -lmeshTools -lreadline -lncurses -lOpenFOAM -ldl -lm -o /home/zech/OpenFOAM/OpenFOAM-1.6-ext/applications/bin/linuxGcc46DPOpt/setSet make[2]: `/home/zech/OpenFOAM/OpenFOAM-1.6-ext/applications/bin/linuxGcc46DPOpt/surfaceMeshConvertTesting' is up to date. /usr/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status make[3]: *** [/home/zech/OpenFOAM/OpenFOAM-1.6-ext/applications/bin/linuxGcc46DPOpt/setSet] Error 1 make[2]: *** [setSet] Error 2 Thanks and wishe Zech |
|
February 4, 2015, 15:53 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Zech,
When in doubt, take a look at the latest installation instructions for the foam-extend project For example, here: http://openfoamwiki.net/index.php/In...u#Ubuntu_12.04 - you'll find out that you need to install the package "libncurses5-dev": Code:
sudo apt-get install libncurses5-dev Bruno
__________________
|
|
February 4, 2015, 18:09 |
|
#3 |
New Member
zech
Join Date: Oct 2014
Location: Cambridge,England
Posts: 22
Rep Power: 12 |
That solves the problem. Thanks!
|
|
Tags |
openfoam-1.6-ext, setset |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM 1.6 ext | fportela | OpenFOAM Installation | 11 | December 26, 2013 19:55 |
Error executing OpenFOAM 1.6 ext | RTom | OpenFOAM Installation | 3 | October 6, 2013 08:52 |
install OpenFoam 1.6 by building source: how? | niudie | OpenFOAM Installation | 13 | April 26, 2011 01:48 |
kOmegaSST in openfoam 1.6 | Gearb0x | OpenFOAM | 2 | March 3, 2010 07:02 |
Cross-compiling OpenFOAM 1.6 on Linux for Windows 32 and 64bits with Mingw-w64 | wyldckat | OpenFOAM Announcements from Other Sources | 7 | January 19, 2010 16:39 |