Hi Phil

Quick follow up. I was setting up a fresh installation of Ubuntu 16.04 LTS 
and had zero issues building/running.
I updated instructions on how to get *gfortran* on ubuntu and that you 
would need *curl*.
See https://github.com/dealii/dealii/wiki/deal.II-in-Spack
Make sure you do `*git pull*` in Spack before trying again, just so that we 
are on the same current version.
Then 
1. wipe your *~/.spack* (it has compiler and package settings) and contents 
of *spack/opt/spack/ *(installed packages).
2. *spack reindex*   (will re-build the database of packages, namely that 
you have none installed).
3. *spack install dealii@develop*

p.s. it's a personal preference, but *I don't think that Candi is any 
easier than Spack*
when you follow the very basic installation outlined on the WiKi.
One of the advantages is that it gives you access to other 1243 packages 
(as of today).

Cheers,
Denis.


On Thursday, March 9, 2017 at 4:49:19 PM UTC+1, Phil Bra wrote:
>
>
>
> Hi all,
>
> I am rather new to Linux, dealii and spack so sorry if this is trivial, 
> but i am trying to use dealii through spack on a intel computer with ubuntu 
> 16.04 LTS. I downloaded and installed  spack according to the tutorial. If 
> i try to run, for example one of the dealii tutorial steps, i get the 
> following error message during the "make" phase. (Cmake runs without 
> errors.)
>
> phi@phi-desktop:~/Documents/step-9$ make
> [ 50%] Linking CXX executable step-9
> /home/phi/spack/opt/spack/linux-ubuntu16-x86_64/gcc-5.4.0/binutils-2.27-d2rksiwp75nc4qxd6ejc5y76ywpx6x5h/bin/ld.gold:
>  
> -plugin: unknown option
> /home/phi/spack/opt/spack/linux-ubuntu16-x86_64/gcc-5.4.0/binutils-2.27-d2rksiwp75nc4qxd6ejc5y76ywpx6x5h/bin/ld.gold:
>  
> use the --help option for usage information
> collect2: error: ld returned 1 exit status
> CMakeFiles/step-9.dir/build.make:255: recipe for target 'step-9' failed
> make[2]: *** [step-9] Error 1
> CMakeFiles/Makefile2:195: recipe for target 'CMakeFiles/step-9.dir/all' 
> failed
> make[1]: *** [CMakeFiles/step-9.dir/all] Error 2
> Makefile:83: recipe for target 'all' failed
> make: *** [all] Error 2
>
> I already tried to update binutils with the command: spack install 
> gcc@5.4.0~binutils
> but that didn't help.
>
> Thanks alot in advance for your time and help.
>
> Kind regards Philipp
>
>
>
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to