11 Apr
1999
11 Apr
'99
12:52 p.m.
I tried compiling libol-0.1.1 on a RH5.2 Linux system and came up with the ff. error:
make[1]: Entering directory `/home/richip/src/libol-0.1.2/src' cd /home/richip/src/libol-0.1.2 && autoheader /usr/bin/autoheader: Symbol `HAVE_ATTRIBUTE' is not covered by /usr/lib/autoconf/acconfig.h ./acconfig.h
I am not familiar with autoconf and I'm hoping someone on the list could tell me what to do. I did see the ff. line in the output of 'configure':
checking for __attribute__... yes
and thought it would be safe to add '#define HAVE_ATTRIBUTE 1' in ./acconfig.h . Was that bad?
This was the solution. -- Bazsi