[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ESPResSo-devel] ESPResSo not linking on freshest commit
From: |
Stefan Kesselheim |
Subject: |
Re: [ESPResSo-devel] ESPResSo not linking on freshest commit |
Date: |
Tue, 21 Jan 2014 18:09:02 +0100 |
Dear Tristan,
it seems the corresponding cpp file was not added to the makefile.
This could be related to not rebuilding the makefiles (./bootstrap.sh) or the
fact that it is missing in Makefile.am (in src).
Please check both. If it does not vanish by bootstrapping, please ask Florian
Weik, he surely has the right patch for Makefile.am.
Cheers
Stefan
On Jan 21, 2014, at 6:02 PM, Tristan Bereau <address@hidden> wrote:
> Dear all,
>
> I'm posting this on the developer's list, since I'm working with the
> latest version (31c4458e95dba10f8...) of ESPResSo. Would anyone know
> why I'm getting the following error while linking the code?
>
> forces.cpp:(.text+0x8c7): undefined reference to `espressoSystemInterface'
> forces.cpp:(.text+0x8cc): undefined reference to
> `EspressoSystemInterface::update()'
> collect2: error: ld returned 1 exit status
>
> I can't find any obvious problem--the class gets instantiated in
> EspressoSystemInterface.hpp and forces.cpp does load that file.
>
> Any help would be much appreciated.
>
> Best,
> Tristan