Hi Chandan,

I have installed VOTCA thrice during the last few days (since Friday),
and can ensure you that everything should go well with csg too.
Please, find below an example script I have used for re-installing csg part
on top of the pre-installed tools. Of course, if you would try using this
example, you have to adapt (or skip) the relevant options with the values
specific for your system. Note also that I am a developer of csg_dlptopol
and have been massively using it all this time. :-)

In the future it would make more sense to see not a corrupted memory dump
but the entire command you tried to use along with its direct output
(except the dump).

Hope it helps.

Andrey Brukhno

ps. the last command (starting with "CC=gcc") should be in one line (it
might appear split into several lines here)

$ cat vtc-bld-dev-dyn-csg.sh
#!/bin/bash
PREF="$1"

CC=gcc CFALGS="-dynamic" CCFALGS="-dynamic" CXXFALGS="-dynamic"
LDFLAGS="-dynamic" ./build.sh --dev -DBUILD_MANPAGES=OFF -DWITH_SQLITE3=NO
-DGSL_LIBRARY="${HOME}/gsl-1.16/lib/li
bgsl.so" -DGSLCBLAS_LIBRARY="${HOME}/gsl-1.16/lib/libgslcblas.so"
-DGSL_INCLUDE_DIR="${HOME}/gsl-1.16/include" -DBOOST_ROOT="${BOOST_DIR}"
-DFFTW3_LIBRARY="${FFTW_DIR}/libfftw3.
so" -DFFTWF_LIBRARY="${FFTW_DIR}/libfftw3f.so"
-DFFTW3_INCLUDE_DIR="${FFTW_INC}" -DFFTWF_INCLUDE_DIR="${FFTW_INC}"
-DVOTCA_TOOLS_DEP_LIBRARIES="${PREF}/lib/libvotca_tools.so;${H
OME}/gsl-1.16/lib/libgsl.so;${HOME}/gsl-1.16/lib/libgslcblas.so"
-DVOTCA_TOOLS_LIBRARY="${PREF}/lib/libvotca_tools.so"  --prefix "${PREF}"
csg

-- 
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/groups/opt_out.

Reply via email to