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

Linker errors when building ThirdParty-1.6

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 17, 2009, 15:37
Default Linker errors when building ThirdParty-1.6
  #1
Member
 
Niklas Winkler
Join Date: Mar 2009
Location: Stockholm, Stockholm, Sweden
Posts: 73
Rep Power: 17
nikwin is on a distinguished road
./Allwmake gives this error when trying to build hoard in Thirdparty

+ wmake libso hoard
/scratch/nwinkler/ProgramFiles/OF-1.6/ThirdParty-1.6/gcc-4.3.3/platforms/linux64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.3.3/../../../../lib64/libstdc++.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make: *** [/scratch/nwinkler/ProgramFiles/OF-1.6/OpenFOAM-1.6/lib/linux64GccDPOpt/libhoard.so] Error 1

several other targets fail with the same error, i.e. libstdc++.so is not recognized.

it is a symlink to libstdc++.so.6.0.10 , which is 64 bit
>file gcc-4.3.3/platforms/linux64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.3.3/../../../../lib64/libstdc++.so.6.0.10
gcc-4.3.3/platforms/linux64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.3.3/../../../../lib64/libstdc++.so.6.0.10: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped

and so is the machine
>uname -a
Linux tour 2.6.18-6-amd64 #1 SMP Tue May 5 08:01:28 UTC 2009 x86_64 GNU/Linux

And I try to build the 64 bit version:
>echo $WM_ARCH_OPTION
64

Any suggestions how to make it build?

Regards
/NW
nikwin is offline   Reply With Quote

Old   August 18, 2009, 08:28
Default
  #2
Senior Member
 
Rishi .
Join Date: Mar 2009
Posts: 149
Rep Power: 17
hellorishi is on a distinguished road
Hello,

I had similar problem with libstdc++.
The problem was solved by first compiling gcc in thirdparty with path for gmp and mpfr, using my system compiler.

Then I could compile OF1.6 and did not have libstdc++ error.
It could be the same problem...
hellorishi is offline   Reply With Quote

Old   August 18, 2009, 12:05
Default
  #3
Member
 
Niklas Winkler
Join Date: Mar 2009
Location: Stockholm, Stockholm, Sweden
Posts: 73
Rep Power: 17
nikwin is on a distinguished road
Thanks Rishi,

I did as in the following thread and it works for Thirdparty!

http://www.linuxquestions.org/questions/linux-from-scratch-13/i-have-an-error-building-gcc-requires-gmp-4.1-and-mpfr-2.3.0.-690426/

But, when trying to compile src/ with ./Allwmake I get the following errors,

Note: ignore spurious warnings about missing mpicxx.h headers
+ WM_OPTIONS=linux64GccDPOptOPENMPI
+ wmake libso mpi
/scratch/nwinkler/ProgramFiles/OF-1.6/ThirdParty-1.6/openmpi-1.3.3/platforms/linux64GccDPOpt/lib/libmpi.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make: *** [/scratch/nwinkler/ProgramFiles/OF-1.6/OpenFOAM-1.6/lib/linux64GccDPOpt/openmpi-1.3.3/libPstream.so] Error 1

+ wmake libso parMetisDecomp
/usr/bin/ld: cannot find -lmetis-parmetis
collect2: ld returned 1 exit status
make: *** [/scratch/nwinkler/ProgramFiles/OF-1.6/OpenFOAM-1.6/lib/linux64GccDPOpt/openmpi-1.3.3/libparMetisDecompositionMethod.so] Error 1

When looking for libPstream.so it is located under ./OpenFOAM-1.6/lib/linux64GccDPOpt/dummy/libPstream.so
and not where it is looking for it and the file libparMetisDecompositionMethod.so does not exist.

Any suggestions?

Regards
/NW
nikwin is offline   Reply With Quote

Old   February 18, 2010, 11:18
Default
  #4
Member
 
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17
NickG is on a distinguished road
/usr/bin/ld: cannot find -lmetis-parmetis

I had this problem. If you have libmetis-parmetis.so in /home/****/OpenFOAM/OpenFOAM-*****/lib/linux64GccDPOpt/openmpi-1.3.3 then I found that copying all the files in there and pasting them up a level in /home/****/OpenFOAM/OpenFOAM-*****/lib/linux64GccDPOpt seemed to fix it

Hope it helps
NickG is offline   Reply With Quote

Old   February 18, 2010, 11:19
Default
  #5
Member
 
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17
NickG is on a distinguished road
...and then recompiling... !
NickG is offline   Reply With Quote

Reply


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
How to write k and epsilon before the abnormal end xiuying OpenFOAM Running, Solving & CFD 8 August 27, 2013 15:33
Compilation error OF1.5-dev on Suse10.3 darenyang OpenFOAM Installation 0 April 29, 2009 04:55
Convergence moving mesh lr103476 OpenFOAM Running, Solving & CFD 30 November 19, 2007 14:09
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58
Could anybody help me see this error and give help liugx212 OpenFOAM Running, Solving & CFD 3 January 4, 2006 18:07


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