Greg Schafer wrote:
./configure CPPFLAGS=-DHAVE_LSTAT=1
Hm, two bugs of the same kind... Let me audit this package....
ifnames `find . -name \*.c -o -name \*.h` | grep HAVE | \
cut -d " " -f 1 >ifnames.hin
for a in `cat ifnames.hin` ; do if ! grep -q $a config.h.in ; \
then echo "$a is missing " ; fi ; done
Results:
HAVE_CONFIG_H is missing <- this is defined separately
HAVE_DECL_TIME is missing
HAVE_FNMATCH_GNU is missing
HAVE_LSTAT is missing <- Thanks, Greg!
HAVE_MKFIFO is missing
HAVE_NETDB_H is missing
HAVE_NET_ERRNO_H is missing
HAVE_SETLOCALE is missing <- already dealt with in BLFS
HAVE_SGTTY_H is missing
HAVE_ST_BLKSIZE is missing
HAVE_ST_BLOCKS is missing
HAVE_SYS_BUF_H is missing
HAVE_SYS_DEVICE_H is missing
HAVE_SYS_GENTAPE_H is missing
HAVE_SYS_INET_H is missing
HAVE_SYS_PARAM_H is missing
HAVE_SYS_TAPE_H is missing
HAVE_SYS_TIME_H is missing
HAVE_SYS_TPRINTF_H is missing
What about the rest of HAVE_* macros that will never be defined?
--
Alexander E. Patrakov
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page