[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Posix required
thanks heaps for your reply,
; return 0; }
configure:9503:
cc -c -g -O2 -I/usr/local/etc/berkleydb/include -I/usr/kerberos/in
clude -I/usr/include -I/usr conftest.c 1>&5
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning: as it has already been specified as a non-system directory
configure:9497: warning: `struct timeval' declared inside parameter list
configure:9497: warning: its scope is only this definition or declaration,
which i
s probably not what you want
configure:9548: checking for regex.h
configure:9558:
/lib/cpp -I/usr/local/etc/berkleydb/include -I/usr/kerberos/includ
e -I/usr/include -I/usr conftest.c >/dev/null 2>conftest.out
cpp0: warning: changing search order for system directory "/usr/include"
cpp0: warning: as it has already been specified as a non-system directory
configure: failed program was:
#line 9553 "configure"
#include "confdefs.h"
#include <regex.h>
here is the end of the file to maybe get an idea ?
-----Original Message-----
From: Kurt D. Zeilenga [mailto:Kurt@OpenLDAP.org]
Sent: Wednesday, December 04, 2002 5:41 AM
To: Dan Rossi
Cc: openldap-software@OpenLDAP.org
Subject: RE: Posix required
At 12:14 AM 2002-12-02, Dan Rossi wrote:
>hi guys what does this mean ?
>
>checking for regex.h... no
>configure: error: POSIX regex.h required.
>
>i updated my gcc sadly the sources were all bugged in the recompile so i
>rpm'd it , when i do a gcc -v it gives me that posix threads is enabled in
>the configure, nfi why this wont work
Sounds like your system is still a bit buggered. As for the
cause of this error, I suggest you examine the config.log file
produced by configure for hints.