[votca] Re: Installing on suse - Could not link against GROMACS

2011-02-25 Thread Christoph Junghans
On Feb 25, 1:30 pm, Patrick Kiley pjki...@gmail.com wrote: Could not link against GROMACS, please choose libraries to link against with --with-libgmx=XXX or specify it in GMX_LIBS (e.g. export GMX_LIBS=-Lgromacs-path/lib - lgmx) or disable GROMACS support with --without-libgmx. I set

[votca] Re: Installing on suse - Could not link against GROMACS

2011-02-25 Thread Patrick Kiley
Hi Christoph, Here is the contents of /usr/local/gromacs/lib and as you can see its double precision - not sure if that makes a difference: libgmxana_d.a libgmx_d.a libgmxpreprocess_d.a libmd_d.a pkgconfig libgmxana_d.la libgmx_d.la libgmxpreprocess_d.la libmd_d.la ./build.sh failed

[votca] Re: Installing on suse - Could not link against GROMACS

2011-02-25 Thread Patrick Kiley
Hi Christoph, No luck. I tried to build it again like this: ./build.sh --static --conf-opts --disable-shared --with- libgmx=libgmx_d --release 1.1 tools csg with GMX_LIBS=-L/usr/local/gromacs/lib/ -lgmx_d or GMX_LIBS=-L/usr/local/gromacs/lib/ -lgmx But I get the same error. On Feb 25, 3:12 

Re: [votca] Re: Installing on suse - Could not link against GROMACS

2011-02-25 Thread Victor Rühle
Please post your config.log. Btw, suse 11.? and static linking does not work. In this case you will have to recompile gromacs as shared (--enable-shared) Patrick Kiley pjki...@gmail.com schrieb: Hi Christoph, No luck. I tried to build it again like this: ./build.sh --static --conf-opts