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

libraries/liblutil/base64.c won't compile (ITS#297)



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 unknow
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
[...]
  Entering subdirectory libraries
make[1]: Entering directory `/nfs/dsl-homes01/quesnel/pkgs/ldap/libraries'
Making all in /nfs/dsl-homes01/quesnel/pkgs/ldap/libraries
  Entering subdirectory liblutil
make[2]: Entering directory
`/nfs/dsl-homes01/quesnel/pkgs/ldap/libraries/liblutil'
gcc -g -O2 -I../../include        -I../../include   -DHAVE_CONFIG_H    -c
base64.c -o base64.o
gcc: Internal compiler error: program cc1 got fatal signal 6
make[2]: *** [base64.o] Error 1

-----

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


Darcy