|
[Sponsors] |
OpenFoam 2.1.x /2.2.0 compilation failed on Ubuntu 12.04/10 64bit |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 25, 2013, 19:10 |
OpenFoam 2.1.x /2.2.0 compilation failed on Ubuntu 12.04/10 64bit
|
#1 | |
Senior Member
David Long
Join Date: May 2012
Location: Germany
Posts: 104
Rep Power: 14 |
hi, Foamers,
I have been using OpenFOAM 2.1.1 for a while, now I wanna install OpenFOAM on a thinkpad x200 laptop. So far I tried: 1) Fresh installed Ubuntu 12.10 64bit Both OF 2.1.1 and OF 2.2.0 compilation failed according to the following installation guide: http://openfoamwiki.net/index.php/In...M-2.1.1/Ubuntu and http://www.openfoam.org/download/source.php 2) So I removed the latest Ubuntu 12.10 system and replaced it with the Ubuntu 12.04.2 LTS (x64), which is same as the OS of my Desktop PC in which OF 2.1.1 is already installed from source pack here is the first error for OF 2.2.0 compilation: Quote:
Any hints or recommendation will be appreciated. Greetings! |
||
March 26, 2013, 09:31 |
|
#2 |
Senior Member
Adhiraj
Join Date: Sep 2010
Location: Karnataka, India
Posts: 187
Rep Power: 16 |
Are you using gcc 4.7?
I had to add the flag "-fpermissive" to the file wmake/rules/linux64Gcc/c++. Code:
c++FLAGS = $(GFLAGS) $(c++WARN) $(c++OPT) $(c++DBUG) $(ptFLAGS) $(LIB_HEADER_DIRS) -fPIC -fpermissive This was in Ubuntu 12.10 64 bit. Last edited by adhiraj; March 26, 2013 at 09:36. Reason: Added OS info. |
|
March 26, 2013, 10:43 |
|
#3 | |
Senior Member
David Long
Join Date: May 2012
Location: Germany
Posts: 104
Rep Power: 14 |
Quote:
but this time I just update the system and then Install OF without installing any other software. Hoping it works. PS: the gcc version is 4.6.3. |
||
Tags |
compilation error, source code, ubuntu 12.04 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Transient boundary conditions | Jarrod Sinclair (Sinclair) | OpenFOAM Running, Solving & CFD | 133 | May 6, 2015 07:21 |
OpenFoam 1.7.1 in Ubuntu 10.04 won't start working | Leech | OpenFOAM Installation | 8 | August 10, 2014 21:42 |
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found | piprus | OpenFOAM Installation | 22 | February 25, 2010 14:43 |
user subroutine error | CFDUSER | CFX | 2 | December 9, 2006 07:31 |
user defined function | cfduser | CFX | 0 | April 29, 2006 11:58 |