CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Installation (https://www.cfd-online.com/Forums/openfoam-installation/)
-   -   OpenFOAM installation problem on Linux 32bit (https://www.cfd-online.com/Forums/openfoam-installation/57553-openfoam-installation-problem-linux-32bit.html)

kumar April 27, 2007 05:41

Iam trying to install OpenFOAM
 
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


All times are GMT -4. The time now is 02:48.