Hello,

I'm trying to build evolution from cvs HEAD on an RedHat Rawhide system.
gcc 3.2.1 , glibc 2.3.1

I installed the db3-3.1.17 library, but when trying to compile evolution
I got the following error:

checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking db3 header version... 3.1.17
checking for db3 library name... configure: error: Could not find db3
library


which is quite not true. Reading trough config.log I see it finds the
library, but when running the tests gives the following error

--begin config.log snippet--
configure:11507: gcc -o conftest -g -O2    conftest.c 
/usr/lib/libdb-3.1.a >&5
/usr/lib/libdb-3.1.a(mut_pthread.lo)(.text+0x8e): In function
`__db_pthread_mutex_init':
: undefined reference to `pthread_mutexattr_destroy'
/usr/lib/libdb-3.1.a(mut_pthread.lo)(.text+0x11c): In function
`__db_pthread_mutex_init':
: undefined reference to `pthread_mutexattr_init'
/usr/lib/libdb-3.1.a(mut_pthread.lo)(.text+0x137): In function
`__db_pthread_mutex_init':
: undefined reference to `pthread_mutexattr_setpshared'
/usr/lib/libdb-3.1.a(mut_pthread.lo)(.text+0x14f): In function
`__db_pthread_mutex_init':
: undefined reference to `pthread_condattr_setpshared'
/usr/lib/libdb-3.1.a(mut_pthread.lo)(.text+0x1c4): In function
`__db_pthread_mutex_lock':
: undefined reference to `pthread_mutex_trylock'
collect2: ld returned 1 exit status

--end config.log snippet--


I tried to install db3 in various ways. from installing from source, to
installing from and old redhat src.rpm (recompiling of cource, to pick
up the glibc changes).


Is this the fault of my db3 or of the configure system ?

Ah, and BTW, thanks for an excellent MUA.

//Cioby



_______________________________________________
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers

Reply via email to