Re: linker error with 1.0.2



On Fri, Mar 01, 2002 at 13:46:07 +0100, Urbano wrote:
/root/gnumeric-1.0.2/src/dialogs/dialog-search.c:139: undefined reference
to `e_utf8_gettext'
dialogs/libdialogs.a(dialog-search.o): /root/gnumeric-1.0.2/src/dialogs/
dialog-search.c:141:  more undefined references to `e_utf8_gettext' follow
collect2: ld returned 1 exit status

find /lib /usr/lib -name '*.so*' -exec nm --dynamic --defined-only \
        --print-file-name {} \; | grep e_utf8_gettext
on my system show this to be a symbol defined in libgal. It looks like your
libgal installation is broken (note that your buildlog shows libtool
complaining about libgal as well).

HTH,
Ray
-- 
Lately, the only thing keeping me from being a serial killer is my distaste
for manual labor.
        Dilbert in
        http://www.unitedmedia.com/comics/dilbert/archive/dilbert-20010107.html



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