Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728 - unable to build php-4.1.1 because of either glibc or gcc
Summary: unable to build php-4.1.1 because of either glibc or gcc
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-17 04:33 UTC by cami
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cami 2002-02-17 04:33:12 UTC
system: pIII 550
 glibc: 2.2.5
   gcc: 3.0.3

i know glibc has not been tested properly yet, but here we go ;)

checking for Empress local access support... no
checking for Velocis support... no
checking for a custom ODBC support... no
checking for iODBC support... no
checking for Easysoft ODBC-ODBC Bridge support... no
checking for unixODBC support... no
checking for OpenLink ODBC support... no
checking for DBMaker support... no
checking for Oracle-ORACLE support... no
checking for Ovrimos SQL Server support... no
checking whether to enable pcntl support... no
checking whether to include PCRE support... yes
checking for memmove... (cached) yes
checking whether to include PDFlib support... no
checking whether to include Verisign Payflow Pro support... no
checking for PostgreSQL support... no
checking whether to include POSIX-like functions... yes
checking for seteuid... yes
checking for setegid... yes
checking for setsid... yes
checking for getsid... yes
checking for setpgid... yes
checking for getpgid... yes
checking for ctermid... yes
checking for mkfifo... yes
checking for getrlimit... (cached) yes
checking whether to include pspell support... no
checking whether to include QDOM support... yes
checking for c++... c++
checking whether the C++ compiler (c++ -mcpu=i686 -march=i686 -O3 -pipe  
-Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/usr/qt/2/lib 
-L/usr/qt/2/lib) works... no
configure: error: installation or configuration problem: C++ compiler cannot 
create executables.

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 51, Exitcode 1
!!! (no error message)

!!! emerge aborting on  /usr/portage/dev-lang/php/php-4.1.1-r2.ebuild .

i'd like to add, that if i ./configure it manually, either as a module or
not as a module, i dont get that error..
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-02-19 23:56:46 UTC
can you attach the appropriate stuff from the config.log file?  Need to know why
it's failing.
Comment 2 cami 2002-02-21 11:01:41 UTC
 -lm -ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32355: checking size of int
configure:32394: checking size of long
configure:32433: checking size of long long
configure:32452: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32472: checking for size_t
configure:32505: checking whether time.h and sys/time.h may both be included
configure:32519: gcc -c -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure:32540: checking for uid_t in sys/types.h
configure:32575: checking for type ulong
configure:32594: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32618: checking for type uchar
configure:32637: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure: In function `main':
configure:32631: `uchar' undeclared (first use in this function)
configure:32631: (Each undeclared identifier is reported only once
configure:32631: for each function it appears in.)
configure:32631: parse error before "foo"
configure:32632: `foo' undeclared (first use in this function)
configure: failed program was:
#line 32626 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <sys/types.h>
main()
{
  uchar foo;
  foo++;
  exit(0);
}
configure:32661: checking for type uint
configure:32680: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32704: checking for int8
configure:32731: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure: In function `main':
configure:32725: `int8' undeclared (first use in this function)
configure:32725: (Each undeclared identifier is reported only once
configure:32725: for each function it appears in.)
configure:32725: parse error before "i"
configure: failed program was:
#line 32709 "configure"
#include "confdefs.h"

#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif

#ifdef HAVE_STDDEF_H
#include <stddef.h>
#endif

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif

int main()
{
    int8 i;
    return 0;
}

configure:32751: checking base type of last arg to accept
configure:32779: g++ -c -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 conftest.C 1>&5
configure:32828: checking return type of qsort
configure:32845: gcc -c -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure:32835:81: warning: extra tokens at end of #ifdef directive
configure:32894: checking for alarm
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for bmove
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccrap8Jw.o: In function `main':
/tmp/ccrap8Jw.o(.text+0xa): undefined reference to `bmove'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char bmove(); below.  */
#include <assert.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 bmove();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_bmove) || defined (__stub___bmove)
choke me
#else
bmove();
#endif

; return 0; }
configure:32894: checking for chsize
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccdHzcAd.o: In function `main':
/tmp/ccdHzcAd.o(.text+0xa): undefined reference to `chsize'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char chsize(); below.  */
#include <assert.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 chsize();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_chsize) || defined (__stub___chsize)
choke me
#else
chsize();
#endif

; return 0; }
configure:32894: checking for ftruncate
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for rint
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for finite
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for fpsetmask
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccLu5Sib.o: In function `main':
/tmp/ccLu5Sib.o(.text+0xa): undefined reference to `fpsetmask'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char fpsetmask(); below.  */
#include <assert.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 fpsetmask();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_fpsetmask) || defined (__stub___fpsetmask)
choke me
#else
fpsetmask();
#endif

; return 0; }
configure:32894: checking for fpresetsticky
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccdlh5u1.o: In function `main':
/tmp/ccdlh5u1.o(.text+0xa): undefined reference to `fpresetsticky'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char fpresetsticky(); below.  */
#include <assert.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 fpresetsticky();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_fpresetsticky) || defined (__stub___fpresetsticky)
choke me
#else
fpresetsticky();
#endif

; return 0; }
configure:32894: checking for cuserid
configure:32894: checking for fcntl
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for fconvert
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccIMxkBx.o: In function `main':
/tmp/ccIMxkBx.o(.text+0xa): undefined reference to `fconvert'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char fconvert(); below.  */
#include <assert.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 fconvert();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_fconvert) || defined (__stub___fconvert)
choke me
#else
fconvert();
#endif

; return 0; }
configure:32894: checking for getrusage
configure:32894: checking for getpwuid
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for getcwd
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for getrlimit
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for getwd
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccixGTQM.o: In function `main':
/tmp/ccixGTQM.o(.text+0xa): the `getwd' function is dangerous and should not 
be used.
configure:32894: checking for index
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32906: warning: conflicting types for built-in function `index'
configure:32894: checking for locking
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/cckJIMFi.o: In function `main':
/tmp/cckJIMFi.o(.text+0xa): undefined reference to `locking'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char locking(); below.  */
#include <assert.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 locking();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_locking) || defined (__stub___locking)
choke me
#else
locking();
#endif

; return 0; }
configure:32894: checking for longjmp
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for perror
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for pread
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for realpath
configure:32894: checking for rename
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for socket
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for strnlen
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for madvise
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for strtoul
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for strtoull
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for snprintf
configure:32894: checking for tempnam
configure:32894: checking for thr_setconcurrency
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccMYG9Ya.o: In function `main':
/tmp/ccMYG9Ya.o(.text+0xa): undefined reference to `thr_setconcurrency'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char thr_setconcurrency(); below.  */
#include <assert.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 thr_setconcurrency();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_thr_setconcurrency) || defined 
(__stub___thr_setconcurrency)
choke me
#else
thr_setconcurrency();
#endif

; return 0; }
configure:32894: checking for gethostbyaddr_r
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for gethostbyname_r
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for getpwnam
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for bfill
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccOeWnIp.o: In function `main':
/tmp/ccOeWnIp.o(.text+0xa): undefined reference to `bfill'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char bfill(); below.  */
#include <assert.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 bfill();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_bfill) || defined (__stub___bfill)
choke me
#else
bfill();
#endif

; return 0; }
configure:32894: checking for bzero
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32906: warning: conflicting types for built-in function `bzero'
configure:32894: checking for bcmp
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32906: warning: conflicting types for built-in function `bcmp'
configure:32894: checking for strstr
configure:32894: checking for strpbrk
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32906: warning: conflicting types for built-in function `strpbrk'
configure:32894: checking for strerror
configure:32894: checking for tell
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/cc2qhDh0.o: In function `main':
/tmp/cc2qhDh0.o(.text+0xa): undefined reference to `tell'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char tell(); below.  */
#include <assert.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 tell();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_tell) || defined (__stub___tell)
choke me
#else
tell();
#endif

; return 0; }
configure:32894: checking for atod
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccT21N7U.o: In function `main':
/tmp/ccT21N7U.o(.text+0xa): undefined reference to `atod'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char atod(); below.  */
#include <assert.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 atod();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_atod) || defined (__stub___atod)
choke me
#else
atod();
#endif

; return 0; }
configure:32894: checking for memcpy
configure:32894: checking for memmove
configure:32894: checking for setupterm
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/cccxTSM9.o: In function `main':
/tmp/cccxTSM9.o(.text+0xa): undefined reference to `setupterm'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char setupterm(); below.  */
#include <assert.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 setupterm();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_setupterm) || defined (__stub___setupterm)
choke me
#else
setupterm();
#endif

; return 0; }
configure:32894: checking for strcasecmp
configure:32894: checking for sighold
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for vidattr
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccfSrrAC.o: In function `main':
/tmp/ccfSrrAC.o(.text+0xa): undefined reference to `vidattr'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char vidattr(); below.  */
#include <assert.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 vidattr();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_vidattr) || defined (__stub___vidattr)
choke me
#else
vidattr();
#endif

; return 0; }
configure:32894: checking for setupterm
configure:32894: checking for lrand48
configure:32894: checking for localtime_r
configure:32894: checking for sigset
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for sigthreadmask
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccLQUsec.o: In function `main':
/tmp/ccLQUsec.o(.text+0xa): undefined reference to `sigthreadmask'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char sigthreadmask(); below.  */
#include <assert.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 sigthreadmask();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_sigthreadmask) || defined (__stub___sigthreadmask)
choke me
#else
sigthreadmask();
#endif

; return 0; }
configure:32894: checking for pthread_sigmask
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccq7Ftj0.o: In function `main':
/tmp/ccq7Ftj0.o(.text+0xa): undefined reference to `pthread_sigmask'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char pthread_sigmask(); below.  */
#include <assert.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 pthread_sigmask();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_pthread_sigmask) || defined (__stub___pthread_sigmask)
choke me
#else
pthread_sigmask();
#endif

; return 0; }
configure:32894: checking for pthread_setprio
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccgQS8FL.o: In function `main':
/tmp/ccgQS8FL.o(.text+0xa): undefined reference to `pthread_setprio'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char pthread_setprio(); below.  */
#include <assert.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 pthread_setprio();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_pthread_setprio) || defined (__stub___pthread_setprio)
choke me
#else
pthread_setprio();
#endif

; return 0; }
configure:32894: checking for pthread_setprio_np
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccECF68r.o: In function `main':
/tmp/ccECF68r.o(.text+0xa): undefined reference to `pthread_setprio_np'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char pthread_setprio_np(); below.  */
#include <assert.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 pthread_setprio_np();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_pthread_setprio_np) || defined 
(__stub___pthread_setprio_np)
choke me
#else
pthread_setprio_np();
#endif

; return 0; }
configure:32894: checking for pthread_setschedparam
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for pthread_attr_setprio
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/cc0J3CEb.o: In function `main':
/tmp/cc0J3CEb.o(.text+0xa): undefined reference to `pthread_attr_setprio'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char pthread_attr_setprio(); below.  */
#include <assert.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 pthread_attr_setprio();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_pthread_attr_setprio) || defined 
(__stub___pthread_attr_setprio)
choke me
#else
pthread_attr_setprio();
#endif

; return 0; }
configure:32894: checking for pthread_attr_setschedparam
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for pthread_attr_create
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/cclDG6tG.o: In function `main':
/tmp/cclDG6tG.o(.text+0xa): undefined reference to `pthread_attr_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char pthread_attr_create(); below.  */
#include <assert.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 pthread_attr_create();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_pthread_attr_create) || defined 
(__stub___pthread_attr_create)
choke me
#else
pthread_attr_create();
#endif

; return 0; }
configure:32894: checking for pthread_getsequence_np
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/cc6Cgesl.o: In function `main':
/tmp/cc6Cgesl.o(.text+0xa): undefined reference to `pthread_getsequence_np'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char pthread_getsequence_np(); below.  */
#include <assert.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 pthread_getsequence_np();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_pthread_getsequence_np) || defined 
(__stub___pthread_getsequence_np)
choke me
#else
pthread_getsequence_np();
#endif

; return 0; }
configure:32894: checking for pthread_attr_setstacksize
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccXv3Opt.o: In function `main':
/tmp/ccXv3Opt.o(.text+0xa): undefined reference to `pthread_attr_setstacksize'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char pthread_attr_setstacksize(); below.  */
#include <assert.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 pthread_attr_setstacksize();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_pthread_attr_setstacksize) || defined 
(__stub___pthread_attr_setstacksize)
choke me
#else
pthread_attr_setstacksize();
#endif

; return 0; }
configure:32894: checking for pthread_condattr_create
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccSTe2bB.o: In function `main':
/tmp/ccSTe2bB.o(.text+0xa): undefined reference to `pthread_condattr_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char pthread_condattr_create(); below.  */
#include <assert.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 pthread_condattr_create();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_pthread_condattr_create) || defined 
(__stub___pthread_condattr_create)
choke me
#else
pthread_condattr_create();
#endif

; return 0; }
configure:32894: checking for rwlock_init
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccXuUUsk.o: In function `main':
/tmp/ccXuUUsk.o(.text+0xa): undefined reference to `rwlock_init'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char rwlock_init(); below.  */
#include <assert.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 rwlock_init();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_rwlock_init) || defined (__stub___rwlock_init)
choke me
#else
rwlock_init();
#endif

; return 0; }
configure:32894: checking for crypt
configure:32894: checking for dlopen
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for dlerror
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for fchmod
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for getpass
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:32894: checking for getpassphrase
configure:32922: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
/tmp/ccFaLOxX.o: In function `main':
/tmp/ccFaLOxX.o(.text+0xa): undefined reference to `getpassphrase'
collect2: ld returned 1 exit status
configure: failed program was:
#line 32899 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getpassphrase(); below.  */
#include <assert.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 getpassphrase();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_getpassphrase) || defined (__stub___getpassphrase)
choke me
#else
getpassphrase();
#endif

; return 0; }
configure:32951: checking for strtok_r
configure:33008: checking style of gethostname_r routines
configure:33043: g++ -c -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 conftest.C 1>&5
configure:33075: checking 3 argument to gethostname_r routines
configure:33109: g++ -c -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 conftest.C 1>&5
configure: In function `int main()':
configure:33105: `hostent_data' undeclared (first use this function)
configure:33105: (Each undeclared identifier is reported only once for each
   function it appears in.)
configure:33105: parse error before `)' token
configure: failed program was:
#line 33092 "configure"
#include "confdefs.h"
#if !defined(SCO) && !defined(__osf__)
#define _REENTRANT
#endif
#include <pthread.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
int main() {
int skr;

 skr = gethostbyname_r((const char *) 0, (struct hostent*) 0, (hostent_data*) 
0);
; return 0; }
configure:33142: checking args to pthread_getspecific
configure:33159: gcc -c -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure:33183: checking args to pthread_mutex_init
configure:33202: gcc -c -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure:33226: checking args to readdir_r
configure:33244: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:33268: checking style of sigwait
configure:33289: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:33701: checking for ncurses support
configure:34090: checking for Oracle-OCI8 support
configure:35070: checking for Adabas support
configure:35261: checking for SAP DB support
configure:35397: checking for Solid support
configure:35531: checking for IBM DB2 support
configure:35586: checking for Empress support
configure:35648: checking for Empress local access support
configure:35726: checking for Velocis support
configure:35782: checking for a custom ODBC support
configure:35816: checking for iODBC support
configure:35948: checking for Easysoft ODBC-ODBC Bridge support
configure:36000: checking for unixODBC support
configure:36052: checking for OpenLink ODBC support
configure:36188: checking for DBMaker support
configure:36681: checking for Oracle-ORACLE support
configure:41535: checking for Ovrimos SQL Server support
configure:41906: checking whether to enable pcntl support
configure:42274: checking whether to include PCRE support
configure:42690: checking for memmove
configure:42746: checking whether to include PDFlib support
configure:44188: checking whether to include Verisign Payflow Pro support
configure:44558: checking for PostgreSQL support
configure:45053: checking whether to include POSIX-like functions
configure:45239: checking for seteuid
configure:45267: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:45239: checking for setegid
configure:45267: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:45239: checking for setsid
configure:45267: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:45239: checking for getsid
configure:45267: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:45239: checking for setpgid
configure:45267: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:45239: checking for getpgid
configure:45267: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:45239: checking for ctermid
configure:45267: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:45239: checking for mkfifo
configure:45267: gcc -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c 
-lgmp -lgd -lttf -lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm 
-ldl -lnsl  -lresolv -lcrypt 1>&5
configure:45239: checking for getrlimit
configure:45297: checking whether to include pspell support
configure:45632: checking whether to include QDOM support
configure:45871: checking for c++
configure:45903: checking whether the C++ compiler (c++ -mcpu=i686 -march=i686 
-O3 -pipe  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/usr/qt/2/lib 
-L/usr/qt/2/lib) works
configure:45919: c++ -o conftest -mcpu=i686 -march=i686 -O3 -pipe  -DLINUX=22 
-DMOD_SSL=208106 -DUSE_HSREGEX -DEAPI -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib 
-Wl,-rpath,/usr/qt/2/lib -L/usr/qt/2/lib conftest.C -lqt -lgmp -lgd -lttf 
-lX11 -lXpm -ljpeg -ldb-3 -lgdbm -lz -lcrypt -lresolv -lm -ldl -lnsl  -lresolv 
-lcrypt 1>&5
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.0.3/../../../../i686-pc-linux-gnu/bin/ld: 
warning: libstdc++-libc6.2-2.so.3, needed by /usr/qt/2/lib/libqt.so, not found 
(try using -rpath or -rpath-link)
/usr/qt/2/lib/libqt.so: undefined reference to `__rtti_user'
/usr/qt/2/lib/libqt.so: undefined reference to `__rtti_si'
/usr/X11R6/lib/libGLU.so.1: undefined reference to `__throw'
/usr/X11R6/lib/libGLU.so.1: undefined reference to `terminate(void)'
/usr/qt/2/lib/libqt.so: undefined reference to `__builtin_vec_new'
/usr/qt/2/lib/libqt.so: undefined reference to `__builtin_vec_delete'
/usr/qt/2/lib/libqt.so: undefined reference to `__rtti_class'
/usr/qt/2/lib/libqt.so: undefined reference to `__builtin_delete'
/usr/X11R6/lib/libGLU.so.1: undefined reference to `__terminate'
/usr/qt/2/lib/libqt.so: undefined reference to `__builtin_new'
collect2: ld returned 1 exit status
configure: failed program was:

#line 45914 "configure"
#include "confdefs.h"

int main(){return(0);}
Comment 3 Bruce A. Locke (RETIRED) gentoo-dev 2002-03-07 01:12:52 UTC
Unable to reproduce and this is the only report I've seen of this... did
bootstrap or 'emerge system' fail on you during installation?

What version of gcc and glibc are you using?
Comment 4 cami 2002-03-09 16:10:45 UTC
| Unable to reproduce and this is the only report I've seen of this... did
| bootstrap or 'emerge system' fail on you during installation?
|
| What version of gcc and glibc are you using?

the install went fine, i upgraded to:
 glibc: 2.2.5
   gcc: 3.0.3
Comment 5 cami 2002-03-25 00:07:36 UTC
i've closed this bug, since its clearly only on my system, a complete reinstall 
will be happening in the upcoming days, then i will retest it and reopen the 
bug if needed..