Re: [votca] Error compiling on CentOS 6.7

2017-11-28 Thread Christoph Junghans
On Tue, Nov 28, 2017 at 9:22 AM, Dave Giesen wrote: > I'm attaching the full compilation log. I've had to convert it to PDF as > Google Groups kept blocking me from posting it as a text file. Can you add "--verbose" and post the output again? Also there is something fishy

Re: [votca] Error compiling on CentOS 6.7

2017-11-28 Thread Dave Giesen
I'm attaching the full compilation log. I've had to convert it to PDF as Google Groups kept blocking me from posting it as a text file. -- You received this message because you are subscribed to the Google Groups "votca" group. To unsubscribe from this group and stop receiving emails from it,

Re: [votca] Error compiling on CentOS 6.7

2017-11-28 Thread Dave Giesen
I'm not sure how to answer that question exactly. The contents of the BOOST_ROOT directory are: include lib The include directory has a bunch of .so files (and .a and .so.1.620 files) The lib directory has a bunch of subdirectories and and .hpp files. I installed gsl via "yum install". --

Re: [votca] Error compiling on CentOS 6.7

2017-11-28 Thread Christoph Junghans
On Tue, Nov 28, 2017 at 8:44 AM, Dave Giesen wrote: > > Hi - > > I'm trying to compile votca on a Centos 6.7 system and am running into an > error. I've attached the compilation log. I used the following steps: > > mkdir votca votca/src > cd votca/src > wget

[votca] Error compiling on CentOS 6.7

2017-11-28 Thread Dave Giesen
Hi - I'm trying to compile votca on a Centos 6.7 system and am running into an error. I've attached the compilation log. I used the following steps: mkdir votca votca/src cd votca/src wget https://raw.githubusercontent.com/votca/buildutil/master/build.sh chmod u+x build.sh export