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

Compiling OpenFoam from git : problem with ld

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 7, 2012, 05:17
Default Compiling OpenFoam from git : problem with ld
  #1
New Member
 
Matthieu Borgraeve
Join Date: Aug 2012
Posts: 17
Rep Power: 13
mborgraeve is on a distinguished road
Hello !
This is my first post on this forum, so do not hesitate to correct me if i do something wrong ;-)
Here is my problem :
When compiling OpenFoam (Allwmake) on Kubuntu 12.04 64bit, on 6 cores, i get the following error (this is only the first one, as there is a lot of them after which seem linked with this one) :
Code:
Note: ignore spurious warnings about missing mpicxx.h headers

wmake libso mpi
/usr/bin/ld: error: --add-needed is not supported but is required for libdl.so.2 in /home/matthieu/OpenFOAM/ThirdParty-2.1.x/platforms/linux64Gcc/openmpi-1.5.3/lib/libmpi.so
collect2: ld a retourné 1 code d'état d'exécution
The problem is that after this, a lot of similar errors occurs, and
Code:
/usr/bin/ld: error: cannot find -lfiniteVolume
and other "cannot find -lsomething" error, and the compiler starts to missing a lot of things.
I am following the tutorial from http://www.openfoam.org/download/git.php, and installed it in my $home/OpenFOAM/OpenFOAM-2.1.x.
I compiled ThirdParty-2.1.x without problems ($HOME/OpenFOAM/ThirdParty-2.1.x)

Is there somebody who had the same kind of errors, or who have any idea of how resolving these ?

Thank you
Best regards,
Matthieu Borgraeve
mborgraeve is offline   Reply With Quote

Old   August 7, 2012, 05:57
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings Matthieu and welcome to the forum!

Mmm... interesting error message. OK, let's try diagnosing this without having me reproduce the same installation in a virtual machine.
  1. Run Allwmake like this:
    Code:
    ./Allwmake > make.log 2>&1
  2. When it's done, open the log file "make.log" and search for the first occurrence of "Error ". That should be the first problem and the one that needs to be dealt with.
  3. If you're unable to figure it out, search-and-replace any sensitive data (user name, paths and so on) in that log file, packed it an attach it.
    You can pack it by running:
    Code:
    tar -czf make.log.tar.gz make.log
Now, a few more questions:
  • Did you install any specific GCC version or any other building utilities? Intel compilers, LLVM or something like that?
  • How are you taking advantage of the 6 cores for building OpenFOAM? Did you run, before Allwmake, this command :
    Code:
    export WM_NCOMPPROCS=6
  • Do you have any other OpenFOAM installations in your machine? If so, what steps have you taken for keeping them separate?
Best regards,
Bruno
__________________

Last edited by wyldckat; August 7, 2012 at 06:30. Reason: yep, "export" not "echo"
wyldckat is offline   Reply With Quote

Old   August 7, 2012, 06:27
Default More informaiton
  #3
New Member
 
Matthieu Borgraeve
Join Date: Aug 2012
Posts: 17
Rep Power: 13
mborgraeve is on a distinguished road
Hi,
Thank you for this short reply !!
Here is more informaiton :

  1. done
  2. The first error is the one i gave in my first message, here is a copy of the make.log file part where it appears :
    Code:
    Note: ignore spurious  warnings about missing mpicxx.h headers
    wmake libso mpi
    /usr/bin/ld: error: --add-needed is not supported but is required for  libdl.so.2 in  /home/matthieu/OpenFOAM/ThirdParty-2.1.x/platforms/linux64Gcc/openmpi-1.5.3/lib/libmpi.so
    collect2: ld a retourné 1 code d'état d'exécution
    make: ***
  3. The beggining and end of the make.log file is attached (full targzipped is 490KB...)
Concerning the others questions :
  • the gcc version is 4.6.3 (given by gcc --version), but 4.4 .7is also installed as i am willing to test SpeedIT and ofgpu with openFoam (version given by gcc-4.4 --version
  • I ran
    Code:
    export WM_NCOMPPROCS=6
    (not echo, but i assume you mean export)
  • No, Idon't have other installation now, but i already tried a first time before, i then delete the OpenFoam folder, remove the source path/to/old/openfoam/etc/bashrc, redownload OpenFOAM from git and add the new source (/$HOME/OpenFOAM/OpenFOAM-2.1.x/etc/bashrc)




Thank you very much !


Best regards,
Matthieu Borgraeve
Attached Files
File Type: gz make.log.tar.gz (75.8 KB, 1 views)
mborgraeve is offline   Reply With Quote

Old   August 7, 2012, 06:36
Default
  #4
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Yep, it's "export" not "echo"

Mmm, Kubuntu in French... On second thought, I'm going to give it a try in a virtual machine, because it's the second time today I see problems with Kubuntu and OpenFOAM. The other one was here: http://www.cfd-online.com/Forums/ope...tml#post375597

And from the "make.log" file you got, it's not clear as to what the specific issue is, although Open-MPI is not built using the same ld commands as OpenFOAM...

Like I wrote, I'm going to test this in a virtual machine.
In the mean time, do you have any special environment flags for building software? Such as "CFLAGS", "CXXFLAGS" and "LDFLAGS"?
__________________
wyldckat is offline   Reply With Quote

Old   August 7, 2012, 06:46
Default
  #5
New Member
 
Matthieu Borgraeve
Join Date: Aug 2012
Posts: 17
Rep Power: 13
mborgraeve is on a distinguished road
Yes, i'm franch, so if you nedd me to translate some parts of the make.log, do not hesistate ;-)

I will have a look on this post, thank you !

I dont know what you mean by flags. I did not do anything approaching thant on purpose (i installed kubuntu yesterday on a new drive for testing OpenFoam and gpu computing without making a mess of the company drive disk with drivers, cuda installation and OpenFoam modifications), so unless it has been done automatically by installing NVIDIA drivers, Cuda drivers and developpment kit or installing OpenFoam and relatives, i would say no.
I may not be able to test furtermore this afternoon (the computer is needed by somebody else, with the real drive), but i will tomorrow morning at least.
Thank you for your help !
Regards,
Matthieu
mborgraeve is offline   Reply With Quote

Old   August 7, 2012, 14:43
Default
  #6
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Matthieu,

Well, I guess NVidia is the one to be blamed... I finished testing in Kubuntu 12.04 x86_64, fully up-to-date - in both English and French - and had no problems building OpenFOAM 2.1.x.

Attached is the environment I got from my virtual machine, without the OpenFOAM environment activated; you can see yours by running:
Code:
export
From there you can for example use:
Code:
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
You should also clean up "LD_LIBRARY_PATH":
Code:
unset LD_LIBRARY_PATH
Then activate OpenFOAM's environment:
Code:
                 source $HOME/OpenFOAM/OpenFOAM-2.1.x/etc/bashrc
But compare your shell environment with the one attached and look for any suspicious looking stuff...

Best regards,
Bruno
Attached Files
File Type: gz env.log.gz (1.2 KB, 5 views)
__________________
wyldckat is offline   Reply With Quote

Old   August 8, 2012, 09:13
Default
  #7
New Member
 
Matthieu Borgraeve
Join Date: Aug 2012
Posts: 17
Rep Power: 13
mborgraeve is on a distinguished road
Hello,
Here is some news :
whern compiling cuda applications from the Nvidia sdk examples, i get an error with mpicxx or something like that, but actually i do not manage to reproduce it (yet...), so it can confirm that Cuda & Nvidia stuff may interfer with OpenFOAM.


I compared our 'export' data, without Openfoam bashrc sourcing, and almost differences differences concern Cuda, installed on my computer, not on yours. The only other is the PWD variable, with points to my Download folder in my $HOME, as yours go to /home/myusername/OpenFOAM/OpenFOAM-2.1.x.
my log is attached if you want to see it.

I am trying to uninstall cuda and see if it changes something in compiling OpenFoam after cleaning.

After that, i will try to resintall Cuda and recompile to see if it changes something.

Another question concerning .bash_profile and .bashrc : i know rc is called while starting a bash window, and profile when starting the computer, but the openfoam's bashrc file is in the .bashrc, as the modifications for sourcing Cuda libs are in the .bash_profile. Can it change something ? (i reboot after each change of bash_profile).

Regards,
Matthieu
mborgraeve is offline   Reply With Quote

Old   August 8, 2012, 09:16
Default
  #8
New Member
 
Matthieu Borgraeve
Join Date: Aug 2012
Posts: 17
Rep Power: 13
mborgraeve is on a distinguished road
sorry for doubleposting, i forget the attached file...
Attached Files
File Type: gz logs.tar.gz (1.4 KB, 0 views)
mborgraeve is offline   Reply With Quote

Old   August 8, 2012, 09:18
Default
  #9
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Matthieu,

If you can see the changes, then you can isolate them using aliases! Here's an long explanation I wrote sometime ago: Advanced tips for working with the OpenFOAM shell environment

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   August 8, 2012, 10:03
Default
  #10
New Member
 
Matthieu Borgraeve
Join Date: Aug 2012
Posts: 17
Rep Power: 13
mborgraeve is on a distinguished road
Hi,
Currently compiling, the problem stays the same : I have two errors :
Code:
/usr/bin/ld: error: --add-needed is not supported but is  required for libpthread.so.0 in  /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/librt.so
 collect2: ld a retourné 1 code d'état d'exécution
make: *** [/home/matthieu/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPOpt/lib/libscotchDecomp.so] Erreur 1
+ [ -d /home/matthieu/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPOpt/lib/openmpi-1.5.3 ]
and
Code:
SOURCE=fvFieldDecomposer.C ;  g++ -m64 -Dlinux64 -DWM_DP  -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor  -O3  -DNoRepository -ftemplate-depth-100  -I/home/matthieu/OpenFOAM/OpenFOAM-2.1.x/src/finiteVolume/lnInclude  -I/home/matthieu/OpenFOAM/OpenFOAM-2.1.x/src/meshTools/lnInclude  -I/home/matthieu/OpenFOAM/OpenFOAM-2.1.x/src/lagrangian/basic/lnInclude  -IlnInclude -I.  -I/home/matthieu/OpenFOAM/OpenFOAM-2.1.x/src/OpenFOAM/lnInclude  -I/home/matthieu/OpenFOAM/OpenFOAM-2.1.x/src/OSspecific/POSIX/lnInclude    -fPIC -c $SOURCE -o Make/linux64GccDPOpt/fvFieldDecomposer.o
/usr/bin/ld: error: cannot find -lfiniteVolume
/usr/bin/ld: error: cannot find -lmeshTools
/usr/bin/ld: error: cannot find -llagrangian
collect2: ld a retourné 1 code d'état d'exécution
Tryning to run autogen.sh in ThirdParty/openmpi, it says that
Code:
matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/ThirdParty-2.1.x/openmpi-1.5.3$ ./autogen.sh 
[Checking] command line parameters
[Checking] prerequisites
Configuring projects: opal orte ompi
I could not find a recent enough copy of autom4te.
Need at least 2.59 but found  in autom4te.
I am gonna abort.  :-(

Please make sure you are using at least the following versions of the
GNU tools:

GNU Autoconf 2.59
GNU Automake 1.9.6
    NOTE: You may need Automake 1.8.5 (or higher) in order to run
    "make dist" successfully
GNU Libtool  1.5.22
Should i install it with apt-get install ?
mborgraeve is offline   Reply With Quote

Old   August 8, 2012, 10:32
Default
  #11
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Didn't you follow these instructions: http://www.openfoam.org/download/git.php ?

Check if the necessary packages are installed:
Code:
sudo apt-get install build-essential flex bison cmake zlib1g-dev qt4-dev-tools libqt4-dev gnuplot libreadline-dev libncurses-dev libxt-dev
__________________
wyldckat is offline   Reply With Quote

Old   August 8, 2012, 10:46
Default
  #12
New Member
 
Matthieu Borgraeve
Join Date: Aug 2012
Posts: 17
Rep Power: 13
mborgraeve is on a distinguished road
Yes i did, i just checked, and they are installed :
Code:
matthieu@INOPRO-HPPORT-KUBUNTU:~$ sudo apt-get install build-essential flex bison cmake zlib1g-dev qt4-dev-tools libqt4-dev gnuplot libreadline-dev libncurses-dev libxt-dev
[sudo] password for matthieu: 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Note : sélection de « libncurses5-dev » au lieu de « libncurses-dev »
bison est déjà la plus récente version disponible.
build-essential est déjà la plus récente version disponible.
cmake est déjà la plus récente version disponible.
flex est déjà la plus récente version disponible.
libncurses5-dev est déjà la plus récente version disponible.
libreadline-dev est déjà la plus récente version disponible.
libxt-dev est déjà la plus récente version disponible.
zlib1g-dev est déjà la plus récente version disponible.
gnuplot est déjà la plus récente version disponible.
libqt4-dev est déjà la plus récente version disponible.
qt4-dev-tools est déjà la plus récente version disponible.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
mborgraeve is offline   Reply With Quote

Old   August 8, 2012, 11:04
Default
  #13
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Mmm... OK, I guess it's best to go hardcore and install Ubuntu's own build of Open-MPI:
  1. Edit OpenFOAM's "etc/bashrc", and change "WM_MPLIB=OPENMPI" to "WM_MPLIB=SYSTEMOPENMPI".
  2. Code:
    sudo apt-get install mpi-default-bin mpi-default-dev
  3. Reboot the machine, just in case... although you can try simply starting a new terminal window/tab.
  4. Check if mpirun is operational:
    Code:
    sudo update-alternatives --config mpirun
  5. Check if the proper MPI option is chosen by OpenFOAM's "bashrc":
    Code:
    mpirun --version
    echo $FOAM_MPI
    echo $PINC
    echo $PLIBS
    echo $MPI_ARCH_PATH
__________________
wyldckat is offline   Reply With Quote

Old   August 8, 2012, 11:13
Default
  #14
New Member
 
Matthieu Borgraeve
Join Date: Aug 2012
Posts: 17
Rep Power: 13
mborgraeve is on a distinguished road
Hi,
Here are the results :
Code:
matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$ sudo update-alternatives --config mpirun
[sudo] password for matthieu: 
Sorry, try again.
[sudo] password for matthieu: 
Il n'existe qu'une « alternative » dans le groupe de liens mpirun : /usr/bin/mpirun.openmpi.
Rien à configurer.
matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$ mpirun --version
mpirun (Open MPI) 1.4.3

Report bugs to http://www.open-mpi.org/community/help/
matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$ echo $FOAM_MPI
openmpi-system
matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$ echo $PINC
-I/usr/lib/openmpi/include -I/usr/lib/openmpi/include/openmpi -pthread
matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$ echo $PLIBS
-pthread -L/usr/lib/openmpi/lib -lmpi -lopen-rte -lopen-pal -ldl -Wl,--export-dynamic -lnsl -lutil -lm -ldl
matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$ echo $MPI_ARCH_PATH
/usr/lib/openmpi
I restart Allwmake without cleaning, and it did some things more in ThirdParty, but i still get the same errors after :
Code:
+ wmake libso meshTools
/usr/bin/ld: error: --add-needed is not supported but is required for libfileFormats.so in /home/matthieu/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPOpt/lib/libtriSurface.so
collect2: ld a retourné 1 code d'état d'exécution
make: *** [/home/matthieu/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPOpt/lib/libmeshTools.so] Erreur 1
and then it doen't find -lmeshtool :
Code:
+ wmake libso edgeMesh
/usr/bin/ld: error: cannot find -lmeshTools
collect2: ld a retourné 1 code d'état d'exécution
make: *** [/home/matthieu/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPOpt/lib/libedgeMesh.so] Erreur 1

EDIT : after cleaning, ThirdParty compile without any error, I am compiling OpenFoam.

Last edited by mborgraeve; August 8, 2012 at 11:17. Reason: Precisions
mborgraeve is offline   Reply With Quote

Old   August 8, 2012, 11:25
Default
  #15
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Matthieu,

I hate to have to say this, but either you need to try and rebuild OpenFOAM from scratch, or you might even have to reinstall Kubuntu And then build OpenFOAM before installing anything else CUDA related...

I don't know what it is, but something messed up your Kubuntu installation, at least when compared to a clean installation. It might have been ld or something else, I don't know and unfortunately I'm unable to diagnose it fast enough...

One last attempt - what do these commands output:
Code:
gcc --version
g++ --version
ld --version
automake --version
flex --version
make --version
cpp --version
For me, on the clean installation I did with success:
Code:
$ gcc --version
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright © 2011 Free Software Foundation, Inc.
Ce logiciel est libre; voir les sources pour les conditions de copie.  Il n'y a PAS
GARANTIE; ni implicite pour le MARCHANDAGE ou pour un BUT PARTICULIER.

$ g++ --version
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright © 2011 Free Software Foundation, Inc.
Ce logiciel est libre; voir les sources pour les conditions de copie.  Il n'y a PAS
GARANTIE; ni implicite pour le MARCHANDAGE ou pour un BUT PARTICULIER.

$ ld --version
GNU ld (GNU Binutils for Ubuntu) 2.22
Copyright 2011 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
bmss@bmss-virtual-machine:~$ automake --version
Le programme 'automake' peut être trouvé dans les paquets suivants :
 * automake
 * automake1.10
 * automake1.4
 * automake1.9
 * automake1.7
Essayez : sudo apt-get install <paquet sélectionné>

$ flex --version
flex 2.5.35

$ make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
Ceci est un logiciel libre ; voir le source pour les conditions de copie.
Il n'y a PAS de garantie ; tant pour une utilisation COMMERCIALE que pour
RÉPONDRE À UN BESOIN PARTICULIER.

Ce logiciel est construit pour x86_64-pc-linux-gnu

$ cpp --version
cpp (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright © 2011 Free Software Foundation, Inc.
Ce logiciel est libre; voir les sources pour les conditions de copie.  Il n'y a PAS
GARANTIE; ni implicite pour le MARCHANDAGE ou pour un BUT PARTICULIER.
I didn't even had automake installed...

I haven't looked at the environment log you posted before... I'm going to look at it now... maybe something comes to mind...

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   August 8, 2012, 11:34
Default
  #16
New Member
 
Matthieu Borgraeve
Join Date: Aug 2012
Posts: 17
Rep Power: 13
mborgraeve is on a distinguished road
Hi,
I think i have all the same than you, except from the probleming ld :
Code:
matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$ ld --version
GNU gold (GNU Binutils for Ubuntu 2.22) 1.11
Copyright 2011 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
It might be that one, but i installed it copy-pasting the line on the tutorial..

Here are the others versions :

Code:
matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$ gcc --version
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright © 2011 Free Software Foundation, Inc.
Ce logiciel est libre; voir les sources pour les conditions de copie.  Il n'y a PAS
GARANTIE; ni implicite pour le MARCHANDAGE ou pour un BUT PARTICULIER.

matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$ g++ --version
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright © 2011 Free Software Foundation, Inc.
Ce logiciel est libre; voir les sources pour les conditions de copie.  Il n'y a PAS
GARANTIE; ni implicite pour le MARCHANDAGE ou pour un BUT PARTICULIER.

matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$ ld --version
GNU gold (GNU Binutils for Ubuntu 2.22) 1.11
Copyright 2011 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$ automake --version
automake (GNU automake) 1.11.3
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.
matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$ flex --version
flex 2.5.35
matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$ make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
Ceci est un logiciel libre ; voir le source pour les conditions de copie.
Il n'y a PAS de garantie ; tant pour une utilisation COMMERCIALE que pour
RÉPONDRE À UN BESOIN PARTICULIER.

Ce logiciel est construit pour x86_64-pc-linux-gnu
matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$ cpp --version
cpp (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright © 2011 Free Software Foundation, Inc.
Ce logiciel est libre; voir les sources pour les conditions de copie.  Il n'y a PAS
GARANTIE; ni implicite pour le MARCHANDAGE ou pour un BUT PARTICULIER.

matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$ 
matthieu@INOPRO-HPPORT-KUBUNTU:~/OpenFOAM/OpenFOAM-2.1.x$
EDIT : Could you give what answer ld --help (at least the --add-needed line) ? It igave me Not Supported, and OpenFoam compiling complains about that.

EDIT2 : it is still compiling, without errors (yet...). I will tell you the state tomorrow morning ;-), and if it still crashes, i will try to reinstall Kubuntu. I am currently doing it on another computer (with a fresh kubuntu installed) also, and it does the same (but i also installed CUDA & drivers before..) I'll keep you informed !
Thank you very much for your help

EDIT : just starting to do the same problem missing -lmeshTools or others -lsomething...

Last edited by mborgraeve; August 8, 2012 at 11:52. Reason: More question ?
mborgraeve is offline   Reply With Quote

Old   August 8, 2012, 12:47
Default
  #17
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Matthieu,

I didn't manage to answer you sooner... attached is the full help given by "ld --help".

As for more on the ld version:
Code:
$ dpkg-query -W binutils
binutils        2.22-6ubuntu1
Best regards,
Bruno
Attached Files
File Type: gz ld_help.log.gz (4.1 KB, 5 views)
__________________
wyldckat is offline   Reply With Quote

Old   August 9, 2012, 03:29
Default
  #18
New Member
 
Matthieu Borgraeve
Join Date: Aug 2012
Posts: 17
Rep Power: 13
mborgraeve is on a distinguished road
Hi,
in mine, there is a line missing in yours comparing to me, as we have (nearly) the same version :
Code:
matthieu@INOPRO-HPPORT-KUBUNTU:~/Téléchargements$ dpkg-query -W binutils
binutils        2.22-6ubuntu1
I really do not understand...

I will try to reinstall kubuntu, from a fresh downloaded ISO, with a new installation on my usbkey.
mborgraeve is offline   Reply With Quote

Old   August 9, 2012, 05:46
Default
  #19
New Member
 
Matthieu Borgraeve
Join Date: Aug 2012
Posts: 17
Rep Power: 13
mborgraeve is on a distinguished road
Hi,
After a clean reinstallation, the problem seems to disapear (without installing nvidia-current-updates, nor CUDA stuff).

Code:
matthieu@INOPRO-HPPort:~/OpenFOAM/ThirdParty-2.1.x$  dpkg-query -W binutils
binutils        2.22-6ubuntu1

matthieu@INOPRO-HPPort:~/OpenFOAM/ThirdParty-2.1.x$ ld --version
GNU ld (GNU Binutils for Ubuntu) 2.22
Copyright 2011 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
Attached is the ld--version log, i think it is the same as you, where my --add-needed problem line is absent.

I am compiling ThirdParty, and i will compile OpenFoam during lunch time, and keep you informed. I will then try to install first nvidia-current-updates, retest it, and then try cuda.
Attached Files
File Type: gz ld.log.tar.gz (4.2 KB, 0 views)
mborgraeve is offline   Reply With Quote

Old   August 9, 2012, 06:07
Default
  #20
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Matthieu,

Quote:
Originally Posted by mborgraeve View Post
I am compiling ThirdParty, and i will compile OpenFoam during lunch time, and keep you informed. I will then try to install first nvidia-current-updates, retest it, and then try cuda.
I'm looking forward to it

My guess is that the CUDA instructions need the older variant of ld, which does a more relaxed linking strategy, while the recent versions use a very strict linking method.
Here's a little reading material about this when it was discovered in OpenFOAM:
Wait... now that I think of it... aaaarrg... it should have been as easy as removing the string "-Xlinker --add-needed -Xlinker --no-as-needed" from the rule files
You'll find this string in the following files:
  • wmake/rules/linux64Gcc/c
  • wmake/rules/linux64Gcc/c++
But still, I don't know if this would have fixed the problem... it might simply bring up some other problems ...


Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Reply

Tags
--add-needed, /usr/bin/ld, openfoam 2.1.x

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
Compiling OpenFOAM on hpc-fe.gbar.dtu.dk kaergaard OpenFOAM Installation 1 June 16, 2011 01:33
OpenFOAM 1.7.x git problem olauer OpenFOAM Installation 18 July 29, 2010 06:36
Problem with mpirun with OpenFOAM jiejie OpenFOAM 3 July 7, 2010 19:30
Problem compiling OpenFOAM 1.6.x deji OpenFOAM Installation 1 October 7, 2009 23:00
LiftDrag compiling problem vdb OpenFOAM Pre-Processing 2 June 16, 2008 09:45


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