Hi there:

    I'd like to evaluate SqWebMail (2.1.1.20010620) in a Linux box, but
I'm having trouble when building it. I've upgraded to gcc 3.0 just for
this task (I had only C support until now). The ./configure script runs
completely, so everything seems to be alright, but when compiling I can
only manage to reach this point:

(...)
Making all in bdbobj
make[1]: Entering directory `/usr/src/sqwebmail-2.1.1.20010620/bdbobj'
gcc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O9 -funroll-loops -ffast-math
-malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer
-fno-exceptions -c bdbobj.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O9 -funroll-loops -ffast-math
-malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer
-fno-exceptions -c bdbobj2.c
gcc -DHAVE_CONFIG_H -I. -I. -I.     -Wall -O9 -funroll-loops -ffast-math
-malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer
-fno-exceptions -c bdbobj3.c
rm -f libbdbobj.a
ar cru libbdbobj.a bdbobj.o bdbobj2.o bdbobj3.o
ranlib libbdbobj.a
gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -c testbdb.C
gcc  -g -O2  -o testbdb  testbdb.o libbdbobj.a -ldb
testbdb.o: In function `fw(char*, unsigned, unsigned, _IO_FILE*)':
/usr/src/sqwebmail-2.1.1.20010620/bdbobj/testbdb.C:6: undefined
reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
make[1]: *** [testbdb] Error 1
make[1]: Leaving directory `/usr/src/sqwebmail-2.1.1.20010620/bdbobj'
make: *** [all-recursive] Error 1

As the file name where the linkage error appears resembles 'DB', I've
checked whether GDBM is installed in the box, and I find that I have
version 1.7.3-19. I guess there's some library broken, or out of date,
or something like that, but I can't figure out how to fix it. Any ideas?
Thank you in advance.

--
Antonio Su�rez Pozuelo <[EMAIL PROTECTED]>

Icos�s, S.L.  <http://www.icosis.es/>
Centro de Empresas Pabell�n de Italia
Planta 4�, zona NE
Avda. Isaac Newton, s/n
Isla de la Cartuja
41092 Sevilla

Tel: 95 446 83 83
Fax: 95 446 10 60


Reply via email to