[Date Prev][Date Next] [Chronological] [Thread] [Top]

servers/slapd/tools/ldif2index won't compile (ITS#298)



Full_Name: Darcy Quesnel
Version: OpenLDAP 1.2 Stable
OS:  Linux bart.mcs.anl.gov 2.2.10 #1 SMP Wed Jul 7 10:07:01 CDT 1999 i686 unknown
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (140.221.8.119)


-----

bart> uname -a
Linux bart.mcs.anl.gov 2.2.10 #1 SMP Wed Jul 7 10:07:01 CDT 1999 i686 unknown
bart> ./configure --prefix=/homes/quesnel --with-ldbm-api=gdbm
[...]
bart> make depend
[...]
bart> make
[...]
make[5]: Entering directory
`/nfs/dsl-homes01/quesnel/pkgs/ldap/servers/slapd/tools'
gcc -g -O2 -I../../../include        -I../../../include   -DHAVE_CONFIG_H    -c
ldif2index.c -o ldif2index.o
/bin/sh /homes/quesnel/pkgs/ldap/libtool --mode=link gcc -g -O2
-I../../../include        -I../../../include   -DHAVE_CONFIG_H 
-L/homes/quesnel/pkgs/ldap/libraries   -o ldif2index ldif2index.o ../config.o
../ch_malloc.o ../backend.o ../charray.o ../aclparse.o ../schema.o ../result.o
../filterentry.o ../acl.o ../phonetic.o ../attr.o ../value.o ../entry.o ../dn.o
../filter.o ../str2filter.o ../ava.o ../init.o ../schemaparse.o ../libbackends.a
-lavl -lldif -lldap -llber -lldbm -llthread -llutil   -lgdbm  -lcrypt -lresolv 
-pthread
mkdir .libs
gcc -g -O2 -I../../../include -I../../../include -DHAVE_CONFIG_H
-L/homes/quesnel/pkgs/ldap/libraries -o ldif2index ldif2index.o ../config.o
../ch_malloc.o ../backend.o ../charray.o ../aclparse.o ../schema.o ../result.o
../filterentry.o ../acl.o ../phonetic.o ../attr.o ../value.o ../entry.o ../dn.o
../filter.o ../str2filter.o ../ava.o ../init.o ../schemaparse.o ../libbackends.a
-lavl -lldif -lldap -llber -lldbm -llthread -llutil -lgdbm -lcrypt -lresolv
-pthread
gcc: Internal compiler error: program ld got fatal signal 11
make[5]: *** [ldif2index] Error 1

-----

Worked around it by compiling base64.c without both the -g and -O2 flags.


Darcy