> This package contains the same m4/funcs.m4 file which is the one in
> charge of this check. So please include the relevant config.log
> snippet. Also it would help if you could autoreconf that slind version
> and crossbuild it (and I assume you've already crossbuilt successfully
> a pristine copy of it...).
Thanks for looking into this.
took me a while to find the relevant snippet, I guess it's this:
| /* end confdefs.h.  */
| #include <signal.h>
| /* NetBSD declares sys_siglist in unistd.h.  */
| #if HAVE_UNISTD_H
| #  include <unistd.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef sys_siglist
|   char *p = (char *) sys_siglist;
|   return !p;
| #endif
|
|   ;
|   return 0;
| }
configure:18128: result: no
configure:18146: checking whether compiler supports __attribute__
configure:18173: arm-uclibc-linux-gcc -std=gnu99 -c -g -O2  conftest.c
>&5
configure:18179: $? = 0
configure:18186: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18189: $? = 0
configure:18196: test -s conftest.o
configure:18199: $? = 0
configure:18211: result: yes
configure:18228: checking for va_copy
configure:18235: error: cannot run test program while cross compiling
See `config.log' for more details.

after running autoconf in a clean slind dpkg tree it still built
fine.from the slind config.log:
configure:17847: checking for va_copy
configure:17868: arm-uclibc-linux-gcc -E  conftest.c
configure:17874: $? = 0
configure:17943: result: yes

regards, Jonas



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to