Re: [Evolution] 'make install' linking problem



On Tue, 2016-04-12 at 12:13 -0400, E. M. Recio wrote:
"libtool: error: error: relink 'libevolution-util.la' with the above
command before installing it".
...


libtool: warning: relinking 'libevolution-util.la'
...
undefined reference to `e_util_get_source_full_name'
...
undefined reference to `e_cell_renderer_color_new'

libtool:   error: error: relink 'libevolution-util.la' with the
above command before installing it


        Hi,
the problem is that there are undefined references in the library. It
can be that you either mix different versions of the evolution-data-
server and the evolution (they should be of the same version), or you
re-compile the one of them in the same directory with leftover build
files.

I would try to `make distclean` first, then rebuild it with ./configure
... && make && make install.

Also make sure that the system-installed development files are not
mixed with those you build, like if you happen to have installed also
the development packages for the evolution-data-server and/or evolution
itself. Better to uninstall them, because you are building them anyway.
        Bye,
        Milan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]