severity 468938 serious
block 456686 by 468938
thanks
Additionaly, there is completly wrong condition for cross_compiling.
If "$cross_compiling" = yes in line 2571 we shall get an error message
"cannot run test program". Instead of we receiving this message if
cross_compiling is set to no.
Please consider following configure.ac to output current value
of cross_compiling variable:
----8<-[cut here]-8<---------------------------------------8<-[cut here]-8<----
AC_INIT([IMMS],[3.0.2],[EMAIL PROTECTED])
AC_PREREQ([2.52g])
AC_REVISION($Id: configure.ac,v 1.30 2003/10/23 23:53:20 mag Exp $)
AC_PROG_CC
echo cross_compiling=$cross_compiling
AC_MSG_CHECKING([for usability of initstate_r])
AC_TRY_RUN([#include <stdlib.h>
int main()
{
static struct random_data rand_data;
static char rand_state[256];
initstate_r(0, rand_state, sizeof(rand_state), &rand_data);
exit(0);
}], initstate_r_works=yes,,])
----8<-[cut here]-8<---------------------------------------8<-[cut here]-8<----
I believe this qualifies the bug as as serious one.
Best regards
Artur
--
Artur R. Czechowski <[EMAIL PROTECTED]>
GCS/IT dpu-(++) s-:-- a C++ UL++++$ P+++ L++(+++) E--- W++ N+(-) K- w
!O M- V? PE++ Y+ PGP++ t !5 X R tv--(-) b++ DI+++ D+ G e-(*) h++(---) r++ y+
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]