*Hi,*

*I can easily install votca using this script:*

prefix=/Users/mydir/Installers/VOTCA
mkdir -p ${prefix}/src
cd ${prefix}/src
wget http://votca.googlecode.com/hg/build.sh
chmod +x build.sh
./build.sh --prefix ${prefix}  --minimal -DWITH_FFTW=ON -DWITH_GSL=ON 
 tools csg

*However, If I add the --dev option such that *
*./build.sh --prefix ${prefix} --dev  --minimal -DWITH_FFTW=ON 
-DWITH_GSL=ON  tools csg*
*I get the error:*

Linking CXX shared library libvotca_tools.dylib
Undefined symbols for architecture x86_64:
  "boost::system::system_category()", referenced from:
      __GLOBAL__I_a in application.cc.o
  "boost::system::generic_category()", referenced from:
      __GLOBAL__I_a in application.cc.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see 
invocation)
make[2]: *** [src/libtools/libvotca_tools.3.dylib] Error 1
make[1]: *** [src/libtools/CMakeFiles/votca_tools.dir/all] Error 2
make: *** [all] Error 2

*My goal is to use votca with LAMMPS.*

*Thanks,*

*Jan-Michael*


-- 
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, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/votca.
For more options, visit https://groups.google.com/d/optout.

Reply via email to