Dear Sabina,
I had the same issue on SL7. It was solved by updating the binutils to a
version >= 2.26. If not installed already search for an update or
compile from source.
Note that compiling binutils properly required me to install
"texinfo" (makeinfo).
Get and compile latest binutils as follows:
# source:
https://www.gnu.org/software/binutils/
git clone git://sourceware.org/git/binutils-gdb.git
mkdir binutils
cd binutils-gdb
./configure --prefix=PATH2Binutils
make
make install
Once done add the correct binutils path to your .bashrc file:
export PATH=PATH2Binutils/bin:${PATH}
.
After this you should be able to compile everything.
Hope this help.
Timo
On 2017-09-25 17:44, Sabina Chiriotti Alvarez wrote:
> Dear fluka experts,
>
> I am trying to install the last fluka 2011.2c.6 on CENTOS 7 (64 bit)
>
> I am facing the same problem reported some months ago but no answer
> was given.
> http://www.fluka.org/web_archive/earchive/new-fluka-discuss/10521.html
> [1]
>
> after compiling I get the following problem:
>
> /usr/bin/ld: /home/user/fluka/libflukahp.a(dortno.o): unrecognized
> relocation (0x2a) in section `.text'Â
> /usr/bin/ld: final link failed: Bad valueÂ
> collect2: error: ld returned 1 exit statusÂ
>
> any help will be much appreciated.
>
> thank you in advance.
>
> Best regards,
>
> Sabina
>
>
>
> Links:
> ------
> [1]
> http://www.fluka.org/web_archive/earchive/new-fluka-discuss/10521.html
__________________________________________________________________________
You can manage unsubscription from this mailing list at
https://www.fluka.org/fluka.php?id¬c_info
Received on Mon Sep 25 2017 - 19:41:44 CEST