CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Installation (https://www.cfd-online.com/Forums/openfoam-installation/)
-   -   Gmake install Error 127 ignored (https://www.cfd-online.com/Forums/openfoam-installation/57631-gmake-install-error-127-ignored.html)

msrinath80 July 25, 2006 12:44

I find only the above error me
 
I find only the above error message when I compile OpenFOAM. Can someone kindly point out what could be wrong?

g++ -DlinuxPPC64 -DDP -Wall -W -Wno-unused-parameter -Wold-style-cast -mcpu=power4 -DNoRepository -ftemplate-depth-30
-I/home/madhavan/OpenFOAM/OpenFOAM-1.3/src/finiteVolume/lnInclude -I/home/madhavan/OpenFOAM/OpenFOAM-1.3/src/meshTools/lnInclude -I/home/madhavan/OpenFOAM/OpenFOAM-1.3/src/dynamicMesh/lnInclude -I/home/madhavan/OpenFOAM/OpenFOAM-1.3/src/OpenFOAM/lnInclude -IlnInclude -I. -fPIC -pthread -shared evaluateError.o -L/home/madhavan/OpenFOAM/OpenFOAM-1.3/lib/linuxPPC64Gcc4DPOpt -lfiniteVolume -lmeshTools -ldynamicMesh -o /home/madhavan/OpenFOAM/OpenFOAM-1.3/lib/linuxPPC64Gcc4DPOpt/liberrorEstimation. so
gmake: [install] Error 127 (ignored)
+ wmake estimateScalarError
Making dependency list for source file estimateScalarError.C
SOURCE=estimateScalarError.C ; g++ -DlinuxPPC64 -DDP -Wall -W -Wno-unused-parameter -Wold-style-cast -mcpu=power4 -DNoRepository -ftemplate-depth-30 -I/home/madhavan/OpenFOAM/OpenFOAM-1.3/src/finiteVolume/lnInclude -I/home/madhavan/OpenFOAM/OpenFOAM-1.3/src/errorEstimation/lnInclude -I/home/madhavan/OpenFOAM/OpenFOAM-1.3/src/OpenFOAM/lnInclude -IlnInclude -I. -fPIC -pthread -c $SOURCE -o Make/linuxPPC64Gcc4DPOpt/estimateScalarError.o
/home/madhavan/OpenFOAM/OpenFOAM-1.3/wmake/bashScripts/mkObjectDir /home/madhavan/OpenFOAM/OpenFOAM-1.3/applications/bin/linuxPPC64Gcc4DPOpt/estima teScalarError

hjasak July 25, 2006 12:56

Looks strange - it's like gmak
 
Looks strange - it's like gmake failed. Did you get any more messages? Could you go into OpenFOAM-1.3/src/errorEstimation and type wmake libso

Never seen this one before...

Hrv

msrinath80 July 25, 2006 13:03

This is what I see: madhava
 
This is what I see:

madhavan@varese:~/OpenFOAM/OpenFOAM-1.3/src/errorEstimation> wmake libso
make: Nothing to be done for `allFiles'.
make: `lnInclude/uptodate' is up to date.
make: `Make/linuxPPC64Gcc4DPOpt/dependencies' is up to date.
libso
`/home/madhavan/OpenFOAM/OpenFOAM-1.3/lib/linuxPPC64Gcc4DPOpt/liberrorEstimation .so' is up to date.
madhavan@varese:~/OpenFOAM/OpenFOAM-1.3/src/errorEstimation>

msrinath80 July 25, 2006 13:05

Oh, and no more messages. Afte
 
Oh, and no more messages. After about 6 odd hours, all binaries seem to be in place. I even tried running the cavity case using icoFoam. Works fine. Is the error critical?

msrinath80 July 25, 2006 13:07

Now, I've tried this: madha
 
Now, I've tried this:

madhavan@varese:~/OpenFOAM/OpenFOAM-1.3/src/errorEstimation> wclean && wmake libso
make: `lnInclude/uptodate' is up to date.
Making dependency list for source file evaluateError/evaluateError.C
libso
SOURCE_DIR=evaluateError
SOURCE=evaluateError/evaluateError.C ; g++ -DlinuxPPC64 -DDP -Wall -W -Wno-unused-parameter -Wold-style-cast -mcpu=power4 -DNoRepository -ftemplate-depth-30 -I/home/madhavan/OpenFOAM/OpenFOAM-1.3/src/finiteVolume/lnInclude -I/home/madhavan/OpenFOAM/OpenFOAM-1.3/src/meshTools/lnInclude -I/home/madhavan/OpenFOAM/OpenFOAM-1.3/src/dynamicMesh/lnInclude -I/home/madhavan/OpenFOAM/OpenFOAM-1.3/src/OpenFOAM/lnInclude -IlnInclude -I. -fPIC -pthread -c $SOURCE -o Make/linuxPPC64Gcc4DPOpt/evaluateError.o
/home/madhavan/OpenFOAM/OpenFOAM-1.3/wmake/bashScripts/mkObjectDir /home/madhavan/OpenFOAM/OpenFOAM-1.3/lib/linuxPPC64Gcc4DPOpt/liberrorEstimation
rm -f so_locations
cd Make/linuxPPC64Gcc4DPOpt ; \
g++ -DlinuxPPC64 -DDP -Wall -W -Wno-unused-parameter -Wold-style-cast -mcpu=power4 -DNoRepository -ftemplate-depth-30 -I/home/madhavan/OpenFOAM/OpenFOAM-1.3/src/finiteVolume/lnInclude -I/home/madhavan/OpenFOAM/OpenFOAM-1.3/src/meshTools/lnInclude -I/home/madhavan/OpenFOAM/OpenFOAM-1.3/src/dynamicMesh/lnInclude -I/home/madhavan/OpenFOAM/OpenFOAM-1.3/src/OpenFOAM/lnInclude -IlnInclude -I. -fPIC -pthread -shared evaluateError.o -L/home/madhavan/OpenFOAM/OpenFOAM-1.3/lib/linuxPPC64Gcc4DPOpt -lfiniteVolume -lmeshTools -ldynamicMesh -o /home/madhavan/OpenFOAM/OpenFOAM-1.3/lib/linuxPPC64Gcc4DPOpt/liberrorEstimation. so
`/home/madhavan/OpenFOAM/OpenFOAM-1.3/lib/linuxPPC64Gcc4DPOpt/liberrorEstimation .so' is up to date.
madhavan@varese:~/OpenFOAM/OpenFOAM-1.3/src/errorEstimation>

Any suggestions?

hjasak July 25, 2006 13:11

That looks OK - did it report
 
That looks OK - did it report any errors? BTW, do you really have a space between liberrorEstimation and .so? That looks wrong to me. Have a look at Make/files to see if there's any garbage.

Hrv

msrinath80 July 25, 2006 13:17

Oh, no spaces in the actual ou
 
Oh, no spaces in the actual output. I think it's the forum software again. No errors other than the gmake one. I'm attaching the complete compile log here[1].

Thanks for your help!

[1] http://www.ualberta.ca/~madhavan/compile_log.txt

msrinath80 July 25, 2006 13:18

Oh, and I did not bother about
 
Oh, and I did not bother about ParaView or FoamX. I just need the solvers/utilities on this machine.


All times are GMT -4. The time now is 19:55.