[CM] Pointers into snd-help source?

Michael Scholz scholz-micha@gmx.de
Fri, 16 Mar 2007 01:19:57 +0100


> I said I'd pass these along when I ran ./configure on OS X next:
>
> checking for float.h... yes
> checking libintl.h usability... yes
> checking libintl.h presence... no
> configure: WARNING: libintl.h: accepted by the compiler, rejected by the
> preprocessor!
> configure: WARNING: libintl.h: proceeding with the compiler's result
> checking for libintl.h... yes
> checking limits.h usability... yes
> checking limits.h presence... yes

While I assume I have a solution for the case above---I set the test
for locale.h before libintl.h---I can't find a dependency for gmp.h
beside stddef.h but this is tested before.  Please find the location
in config.log for "checking gmp.h usability" or so and send the
result.

>
> checking whether rl_attempted_completion_function is declared... yes
> checking gmp.h usability... yes
> checking gmp.h presence... no
> configure: WARNING: gmp.h: accepted by the compiler, rejected by the
> preprocessor!
> configure: WARNING: gmp.h: proceeding with the compiler's result
> checking for gmp.h... yes
> checking for __gmpz_init in -lgmp... yes
> checking for __gmp_randinit_set... yes
> checking whether struct tm is in sys/time.h or time.h... time.h
> checking for inline... inline

Mike