configure balsa (suse 7.3 error)



i still get compile error on suse 7.3.
i have double and triple checked my libesmtp installation. even tried older version of libesmtp and balsa. i have run ldconfig and checked ld.so.conf and everything. i always get the same error, as reported by others:
checking whether to build ESMTP support... yes
checking for smtp_start_session in -lesmtp... no
configure: error: *** You enabled ESMTP but esmtp library is not found.

but looking at config.log, maybe its a problem with suse's pspell?

<snip>
configure:8670: checking for CVS information
configure:8688: checking whether to build unfinished features
configure:8714: checking whether to use threads
configure:8748: checking whether to use LDAP
configure:8815: checking whether to use GtkHTML
configure:8844: checking whether to use GdkPixbuf
configure:8876: checking whether to install into Gnome's prefix
configure:8902: checking for gawk
configure:9070: checking whether to build ESMTP support
configure:9074: checking for smtp_start_session in -lesmtp
configure:9093: gcc -o conftest -I/usr/local/include -L/usr/local/lib -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT  -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include  conftest.c -lesmtp -lesmtp -lpspell  -L/usr/lib -lgthread -lglib -lpthread 1>&5
/usr/lib/libpspell.so: undefined reference to `ios virtual table'
/usr/lib/libpspell.so: undefined reference to `ostream::flush(void)'
/usr/lib/libpspell.so: undefined reference to `istream::ios virtual table'
/usr/lib/libpspell.so: undefined reference to `ostream::operator<<(char const *)'
/usr/lib/libpspell.so: undefined reference to `ostream & operator<<<int>(ostream &, smanip<int> const &)'
/usr/lib/libpspell.so: undefined reference to `ifstream::~ifstream(void)'
/usr/lib/libpspell.so: undefined reference to `__iomanip_setw(ios &, int)'
/usr/lib/libpspell.so: undefined reference to `fstreambase::fstreambase(int, char const *, int, int)'
/usr/lib/libpspell.so: undefined reference to `ifstream::ios virtual table'
collect2: ld returned 1 exit status
configure: failed program was:
#line 9082 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char smtp_start_session();

int main() {
smtp_start_session()
; return 0; }





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