CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

OpenFOAM installation problem on Linux 32bit

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 27, 2007, 05:41
Default Iam trying to install OpenFOAM
  #1
Senior Member
 
Suresh kumar Kannan
Join Date: Mar 2009
Location: Luxembourg, Luxembourg, Luxembourg
Posts: 129
Rep Power: 17
kumar is on a distinguished road
Iam trying to install OpenFOAM-1.4 on my linux machine. The OS is redHat linux 4. I have installed the files as given in README file. I have installed gcc-4.1.2, ParaView and JAVA files also from the OpenFoam side. After installing the SW executed the command "Allwmake" command. This give me the following errors and the installation is incomplete. What Iam doing wrong? The error I get during the installation :
*** SSI boot tm-specific setup
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking tm.h usability... no
checking tm.h presence... no
checking for tm.h... no
configure: error: *** Cannot find working tm.h.

-------------------------------------------------

*** SSI rpi ib-schecking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for VAPI_open_hca in -lvapi... no
configure: error: *** Cannot find working libvapi.

configure: /bin/sh './configure' *failed* for share/ssi/rpi/ib
configure: --- SSI module rpi:ib compile: no
-------------------------------------------------------------------------

*** SSI crlam blcr-specific setup
checking if C compiler and POSIX threads work as is... yes
checking for working POSIX threads package... yes
checking if C compiler and Solaris threads work... no
checking for working Solaris threads package... no
checking for type of thread support... posix
checking if threads have different pids (pthreads on linux)... no
checking for cr_register_callback in -lcr... no
checking if want LBNL checkpoint support... no
configure: error: cannot continue

configure: /bin/sh './configure' *failed* for share/ssi/crlam/blcr
configure: --- SSI module crlam:blcr compile: no
-----------------------------------------------------------------------

*** SSI crmpi blcr-specific setup
checking if C compiler and POSIX threads work as is... yes
checking for working POSIX threads package... yes
checking if C compiler and Solaris threads work... no
checking for working Solaris threads package... no
checking for type of thread support... posix
checking if threads have different pids (pthreads on linux)... no
checking for cr_register_callback in -lcr... no
checking if want LBNL checkpoint support... no
configure: error: cannot continue

configure: /bin/sh './configure' *failed* for share/ssi/crmpi/blcr
configure: --- SSI module crmpi:blcr compile: no
----------------------------------------------------------
*** SSI rpi gm-specific setup
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for main in -lgm... no
configure: error: *** Cannot find working libgm.

configure: /bin/sh './configure' *failed* for share/ssi/rpi/gm
configure: --- SSI module rpi:gm compile: no
-------------------------------------------------------

*** SSI rpi ib-specific setup
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for VAPI_open_hca in -lvapi... no
configure: error: *** Cannot find working libvapi.

configure: /bin/sh './configure' *failed* for share/ssi/rpi/ib
configure: --- SSI module rpi:ib compile: no
------------------------------------------------------

fvMeshDistribute/fvMeshDistributeTemplates.C:311: error: expected primary-expression before '>' token
make: *** [Make/linuxGcc4DPOpt/fvMeshDistribute.o] Error 1
+ wmake libso dynamicFvMesh
-----------------------------------------------------------------------

/usr/bin/ld: cannot find -ldynamicMesh
collect2: ld returned 1 exit status
make: *** [/home/l_kumar/OpenFOAM/OpenFOAM-1.4/lib/linuxGcc4DPOpt/libdynamicFvMesh.so] Error 1
-----------------------------------------------------------------------------

/usr/bin/ld: cannot find -ldynamicFvMesh
collect2: ld returned 1 exit status
make: *** [/home/l_kumar/OpenFOAM/OpenFOAM-1.4/lib/linuxGcc4DPOpt/libtopoChangerFvMesh.so] Error 1
+ wmake libso fvMotionSolver
--------------------------------------------------------------------------------

/usr/bin/ld: cannot find -ldynamicMesh
collect2: ld returned 1 exit status
make: *** [/home/l_kumar/OpenFOAM/OpenFOAM-1.4/lib/linuxGcc4DPOpt/libfvMotionSolvers.so] Error 1
+ wmake libso engine
-----------------------------------------------------------------------------

/usr/bin/ld: cannot find -ldynamicMesh
collect2: ld returned 1 exit status
make: *** [/home/l_kumar/OpenFOAM/OpenFOAM-1.4/lib/linuxGcc4DPOpt/libengine.so] Error 1
+ wmake libso ODE
-----------------------------------------------------------------------------

Opt/financialFoam
/usr/bin/ld: cannot find -lOpenFOAM
collect2: ld returned 1 exit status
make[2]: *** [/home/l_kumar/OpenFOAM/OpenFOAM-1.4/applications/bin/linuxGcc4DPOpt/financialFo am] Error 1
make[2]: Leaving directory `/home/l_kumar/OpenFOAM/OpenFOAM-1.4/applications/solvers/financial/financialFo
am'
make[1]: *** [financialFoam] Error 2
make[1]: Leaving directory `/home/l_kumar/OpenFOAM/OpenFOAM-1.4/applications/solvers/financial'
make: *** [financial] Error 2
----------------------------------------------------------------------------

SOURCE=netgenNeutralToFoam.C ; g++ -m32 -Dlinux -DDP -Wall -Wno-strict-aliasing -Wextra -Wno-unused-param
eter -Wold-style-cas
t -O3 -DNoRepository -ftemplate-depth-40 -IlnInclude -I. -I/home/l_kumar/OpenFOAM/OpenFOAM-1.4/src/OpenF
OAM/lnInclude -fPI
C -pthread -c $SOURCE -o Make/linuxGcc4DPOpt/netgenNeutralToFoam.o
g++ -m32 -Dlinux -DDP -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wold-style-cast -O3 -DNoR
epository -ftemplate
-depth-40 -IlnInclude -I. -I/home/l_kumar/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude -fPIC -pthread M
ake/linuxGcc4DPOpt/n
etgenNeutralToFoam.o -L/home/l_kumar/OpenFOAM/OpenFOAM-1.4/lib/linuxGcc4DPOpt \
-lOpenFOAM -liberty -ldl -lm -o /home/l_kumar/OpenFOAM/OpenFOAM-1.4/applications/bin/linuxGcc4DPOp
t/netgenNeutralToFoa
m
/usr/bin/ld: cannot find -lOpenFOAM
collect2: ld returned 1 exit status
make[3]: *** [/home/l_kumar/OpenFOAM/OpenFOAM-1.4/applications/bin/linuxGcc4DPOpt/netgenNeutr alToFoam] Err
or 1
make[3]: Leaving directory `/home/l_kumar/OpenFOAM/OpenFOAM-1.4/applications/utilities/mesh/conversion/net
genNeutralToFoam'
make[2]: *** [netgenNeutralToFoam] Error 2
make[2]: Leaving directory `/home/l_kumar/OpenFOAM/OpenFOAM-1.4/applications/utilities/mesh/conversion'
make[1]: *** [conversion] Error 2
make[1]: Leaving directory `/home/l_kumar/OpenFOAM/OpenFOAM-1.4/applications/utilities/mesh'
make: *** [mesh] Error 2
+ '[' 0 = 1 -a '' = doc ']'


I will appreciate very much your make. My INSTALLATION is incomplete.

Regards,
Kumar
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
kumar is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
My experiences about Installing OpenFOAM on OPENSUSE103 32bit coompressor OpenFOAM Installation 9 February 18, 2010 23:00
Can anybody help me to solve the list errors while compiling Openfoam 15 on Opensuse 103 32bit coompressor OpenFOAM Installation 0 November 12, 2008 19:53
Problem in installation of OpenFOAM sachin OpenFOAM Installation 7 January 22, 2008 01:40
OpenFoam 14 installation problem gfcoppola OpenFOAM Installation 20 November 2, 2007 13:38
Help with new installation on AMD linux 64 bit mattijs OpenFOAM Installation 7 September 29, 2005 15:53


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