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

Gmake install Error 127 ignored

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 25, 2006, 13:44
Default I find only the above error me
  #1
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
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
msrinath80 is offline   Reply With Quote

Old   July 25, 2006, 13:56
Default Looks strange - it's like gmak
  #2
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,904
Rep Power: 33
hjasak will become famous soon enough
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
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   July 25, 2006, 14:03
Default This is what I see: madhava
  #3
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
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 is offline   Reply With Quote

Old   July 25, 2006, 14:05
Default Oh, and no more messages. Afte
  #4
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
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 is offline   Reply With Quote

Old   July 25, 2006, 14:07
Default Now, I've tried this: madha
  #5
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
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?
msrinath80 is offline   Reply With Quote

Old   July 25, 2006, 14:11
Default That looks OK - did it report
  #6
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,904
Rep Power: 33
hjasak will become famous soon enough
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
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   July 25, 2006, 14:17
Default Oh, no spaces in the actual ou
  #7
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
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 is offline   Reply With Quote

Old   July 25, 2006, 14:18
Default Oh, and I did not bother about
  #8
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
Oh, and I did not bother about ParaView or FoamX. I just need the solvers/utilities on this machine.
msrinath80 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
Gambit on Opensuse install error Thiago FLUENT 7 December 14, 2013 08:59
FoamX and paraFoam error after install OpenFoam qtian OpenFOAM Installation 0 February 6, 2008 12:24
Gmake install Error 1 ignored mamaly60 OpenFOAM Installation 0 October 18, 2007 18:16
Strange Install Error Will FLUENT 0 May 2, 2007 15:14
Help: Do I have to install the VC++ for UDF... KE FLUENT 2 August 21, 2003 22:32


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