This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Another missing #include or define


All,

I have uncovered another undefined in newlib.

File: $(newlib)/newlib/libc/search/hash_bigkey.c

References the *FUNCTION* MIN() - which I believe should be a local macro in the file - But is not.
However, the dummy <sys/param.h> appears to define this macro.


-Duane.

My ./configure is - (same as before)

configured by ./configure, generated by GNU Autoconf 2.59,
with options \"'--prefix=/home/duane/lostarm/install' '--target=arm-elf' '--disable-newlib-io-pos-args' '--disable-newlib-io-c99-formats' '--enable-newlib-io-long-long' '--enable-newlib-io-long-double' '--disable-newlib-mb' '--disable-newlib-iconv-external-ccs' '--disable-newlib-atexit-alloc' '--enable-newlib-reent-small' '--enable-multilib' '--enable-target-optspace' '--disable-malloc-debugging' '--enable-newlib-multithread' '--disable-newlib-iconv' '--enable-newlib-io-float' '--disable-newlib-supplied-syscalls' '--disable-dependency-tracking' '--disable-maintainer-mode' '--disable-shared' '--enable-static' '--enable-fast-install' '--disable-libtool-lock' 'target_alias=arm-elf'\"



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]