Yep, pthread is returned:
imap:~/dbmail-3.1.6 # pkg-config --libs glib-2.0 --libs gmodule-2.0 --libs
gthread-2.0
-Wl,--export-dynamic -pthread -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0

But the end-result is still the same :(

output of configure:
This is dbmail's GNU configure script.

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking GLib headers... -pthread -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include
checking Glib libraries... checking GLib version >= 2.16...
-Wl,--export-dynamic -pthread -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
checking for pkg-config... /usr/bin/pkg-config
checking GMime headers... -D_LARGEFILE64_SOURCE -I/usr/include/gmime-2.4
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
checking GMime libraries... -lgmime-2.4 -lz -lnsl -lgobject-2.0 -lglib-2.0
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking mhash.h usability... yes
checking mhash.h presence... yes
checking for mhash.h... yes
checking for event.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for URL.h... yes
checking for ResultSet.h... yes
checking for PreparedStatement.h... yes
checking for Connection.h... yes
checking for ConnectionPool.h... yes
checking for SQLException.h... yes
checking for jemalloc.h... no
checking for jemalloc_defs.h... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long_only... yes
checking whether optreset is declared... no
checking for working GNU getopt function... yes
checking for connect... yes
checking for res_search... no
checking for res_search in -lresolv... no
checking for dn_expand... no
checking for dns_lookup... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking maximum warning verbosity option...  -W -Wall -Wpointer-arith
-Wstrict-prototypes for C
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking for crypt in -lcrypt... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to
x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain
format... func_convert_file_noop
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files...
-r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m
elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating src/dbmail.h
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/modules/Makefile
config.status: creating man/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

 PREFIX                     /usr/local
 USE_DM_GETOPT:
 CFLAGS:                    -g -O2 -pthread -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include   -D_LARGEFILE64_SOURCE
-I/usr/include/gmime-2.4 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include   -I/usr/local/include/zdb -I/usr/include/zdb
-I/usr/local/include/jemalloc -I/usr/include/jemalloc -W -Wall
-Wpointer-arith -Wstrict-prototypes
 GLIB:                      -Wl,--export-dynamic -pthread -lgmodule-2.0
-lgthread-2.0 -lrt -lglib-2.0
 GMIME:                     -lgmime-2.4 -lz -lnsl -lgobject-2.0 -lglib-2.0
 SIEVE:
 LDAP:
 SHARED:                    yes
 STATIC:                    no
 CHECK:
 SOCKETS:
 MATH:                      -lm
 MHASH:                     -lmhash
 LIBEVENT:                  -levent_pthreads -levent
 OPENSSL:                   -lssl
 ZDB:                       -lzdb
 JEMALLOC:                  no




--
View this message in context: 
http://dbmail.10918.n7.nabble.com/Problem-getting-dbmail-3-1-6-to-run-tp33267p33276.html
Sent from the dbmail users mailing list archive at Nabble.com.
_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to