All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: urcu AC_FUNC_MALLOC fails for cross-compile
       [not found] <A96D5DC1-9242-4C88-ADE1-150DCAE62C54@indiana.edu>
@ 2016-06-14 16:21 ` Mathieu Desnoyers
       [not found] ` <418211441.35787.1465921264498.JavaMail.zimbra@efficios.com>
  1 sibling, 0 replies; 5+ messages in thread
From: Mathieu Desnoyers @ 2016-06-14 16:21 UTC (permalink / raw)
  To: Luke K D'Alessandro; +Cc: lttng-dev

----- On Jun 14, 2016, at 12:12 PM, Luke K D'Alessandro ldalessa@indiana.edu wrote:

> The AC_FUNC_MALLOC depends on some runtime results which doesn't work when cross
> compiling. Google has a bit to say about this and basically the fix is to stop
> using the macro. Is there a specific purpose for this check, or could it just
> be eliminated from configure.ac?

If we remove this check, we need to ensure that URCU does not depend
on malloc(0) returning non-NULL anywhere.

Thanks,

Mathieu

> 
> Thanks,
> Luke
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: urcu AC_FUNC_MALLOC fails for cross-compile
       [not found] ` <418211441.35787.1465921264498.JavaMail.zimbra@efficios.com>
@ 2016-06-14 16:26   ` D'Alessandro, Luke K
       [not found]   ` <AB895F8E-7C42-43C6-AA36-CAE3B353E86A@indiana.edu>
  1 sibling, 0 replies; 5+ messages in thread
From: D'Alessandro, Luke K @ 2016-06-14 16:26 UTC (permalink / raw)
  To: Mathieu Desnoyers; +Cc: lttng-dev


[-- Attachment #1.1: Type: text/plain, Size: 1297 bytes --]


> On Jun 14, 2016, at 12:21 PM, Mathieu Desnoyers <mathieu.desnoyers@efficios.com> wrote:
> 
> ----- On Jun 14, 2016, at 12:12 PM, Luke K D'Alessandro ldalessa@indiana.edu wrote:
> 
>> The AC_FUNC_MALLOC depends on some runtime results which doesn't work when cross
>> compiling. Google has a bit to say about this and basically the fix is to stop
>> using the macro. Is there a specific purpose for this check, or could it just
>> be eliminated from configure.ac?
> 
> If we remove this check, we need to ensure that URCU does not depend
> on malloc(0) returning non-NULL anywhere.

Okay, I’m not sure what the implications are this for you. We have a test infrastructure that tries to download, build, and link liburcu using a cross compiler for 32-bit arm platforms, but it fails because of this check. I will try and figure out how to get a binary version of liburcu installed permanently somewhere that the cross compiler toolchain can find.

Thanks,
Luke

> 
> Thanks,
> 
> Mathieu
> 
>> 
>> Thanks,
>> Luke
>> 
>> _______________________________________________
>> lttng-dev mailing list
>> lttng-dev@lists.lttng.org
>> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
> 
> --
> Mathieu Desnoyers
> EfficiOS Inc.
> http://www.efficios.com


[-- Attachment #1.2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 842 bytes --]

[-- Attachment #2: Type: text/plain, Size: 156 bytes --]

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: urcu AC_FUNC_MALLOC fails for cross-compile
       [not found]   ` <AB895F8E-7C42-43C6-AA36-CAE3B353E86A@indiana.edu>
@ 2016-06-14 16:33     ` Mathieu Desnoyers
       [not found]     ` <389089988.35928.1465921999056.JavaMail.zimbra@efficios.com>
  1 sibling, 0 replies; 5+ messages in thread
From: Mathieu Desnoyers @ 2016-06-14 16:33 UTC (permalink / raw)
  To: Luke K D'Alessandro; +Cc: lttng-dev

----- On Jun 14, 2016, at 12:26 PM, Luke K D'Alessandro ldalessa@indiana.edu wrote:

>> On Jun 14, 2016, at 12:21 PM, Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
>> wrote:
>> 
>> ----- On Jun 14, 2016, at 12:12 PM, Luke K D'Alessandro ldalessa@indiana.edu
>> wrote:
>> 
>>> The AC_FUNC_MALLOC depends on some runtime results which doesn't work when cross
>>> compiling. Google has a bit to say about this and basically the fix is to stop
>>> using the macro. Is there a specific purpose for this check, or could it just
>>> be eliminated from configure.ac?
>> 
>> If we remove this check, we need to ensure that URCU does not depend
>> on malloc(0) returning non-NULL anywhere.
> 
> Okay, I’m not sure what the implications are this for you. We have a test
> infrastructure that tries to download, build, and link liburcu using a cross
> compiler for 32-bit arm platforms, but it fails because of this check. I will
> try and figure out how to get a binary version of liburcu installed permanently
> somewhere that the cross compiler toolchain can find.

Can you give us some details on how it fails ?

configure output and config.log

Thanks,

Mathieu


> 
> Thanks,
> Luke
> 
>> 
>> Thanks,
>> 
>> Mathieu
>> 
>>> 
>>> Thanks,
>>> Luke
>>> 
>>> _______________________________________________
>>> lttng-dev mailing list
>>> lttng-dev@lists.lttng.org
>>> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>> 
>> --
>> Mathieu Desnoyers
>> EfficiOS Inc.
> > http://www.efficios.com

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: urcu AC_FUNC_MALLOC fails for cross-compile
       [not found]     ` <389089988.35928.1465921999056.JavaMail.zimbra@efficios.com>
@ 2016-06-14 17:22       ` D'Alessandro, Luke K
  0 siblings, 0 replies; 5+ messages in thread
From: D'Alessandro, Luke K @ 2016-06-14 17:22 UTC (permalink / raw)
  To: Mathieu Desnoyers; +Cc: lttng-dev


[-- Attachment #1.1.1: Type: text/plain, Size: 2141 bytes --]


> On Jun 14, 2016, at 12:33 PM, Mathieu Desnoyers <mathieu.desnoyers@efficios.com> wrote:
> 
> ----- On Jun 14, 2016, at 12:26 PM, Luke K D'Alessandro ldalessa@indiana.edu <mailto:ldalessa@indiana.edu> wrote:
> 
>>> On Jun 14, 2016, at 12:21 PM, Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
>>> wrote:
>>> 
>>> ----- On Jun 14, 2016, at 12:12 PM, Luke K D'Alessandro ldalessa@indiana.edu
>>> wrote:
>>> 
>>>> The AC_FUNC_MALLOC depends on some runtime results which doesn't work when cross
>>>> compiling. Google has a bit to say about this and basically the fix is to stop
>>>> using the macro. Is there a specific purpose for this check, or could it just
>>>> be eliminated from configure.ac?
>>> 
>>> If we remove this check, we need to ensure that URCU does not depend
>>> on malloc(0) returning non-NULL anywhere.
>> 
>> Okay, I’m not sure what the implications are this for you. We have a test
>> infrastructure that tries to download, build, and link liburcu using a cross
>> compiler for 32-bit arm platforms, but it fails because of this check. I will
>> try and figure out how to get a binary version of liburcu installed permanently
>> somewhere that the cross compiler toolchain can find.
> 
> Can you give us some details on how it fails ?
> 
> configure output and config.log

Sure.

git version 5002434419b458f1de889b3ed1110b440d3bf5b0

Config log, configure output, and make output attached. I meant to reference this issue (https://github.com/LLNL/ior/issues/4 <https://github.com/LLNL/ior/issues/4>) which has the same symptoms I see here.

Thanks,
Luke


> 
> Thanks,
> 
> Mathieu
> 
> 
>> 
>> Thanks,
>> Luke
>> 
>>> 
>>> Thanks,
>>> 
>>> Mathieu
>>> 
>>>> 
>>>> Thanks,
>>>> Luke
>>>> 
>>>> _______________________________________________
>>>> lttng-dev mailing list
>>>> lttng-dev@lists.lttng.org
>>>> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>>> 
>>> --
>>> Mathieu Desnoyers
>>> EfficiOS Inc.
>>> http://www.efficios.com
> 
> --
> Mathieu Desnoyers
> EfficiOS Inc.
> http://www.efficios.com <http://www.efficios.com/>

[-- Attachment #1.1.2.1: Type: text/html, Size: 6664 bytes --]

[-- Attachment #1.1.2.2: config.log --]
[-- Type: application/octet-stream, Size: 81877 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by userspace-rcu configure 0.9.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --host=arm-linux-gnueabihf CC=arm-linux-gnueabihf-gcc

## --------- ##
## Platform. ##
## --------- ##

hostname = gin
uname -m = x86_64
uname -r = 3.2.0-4-amd64
uname -s = Linux
uname -v = #1 SMP Debian 3.2.41-2

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2484: checking build system type
configure:2498: result: x86_64-unknown-linux-gnu
configure:2518: checking host system type
configure:2531: result: arm-unknown-linux-gnueabihf
configure:2551: checking target system type
configure:2564: result: arm-unknown-linux-gnueabihf
configure:2608: checking for a BSD-compatible install
configure:2676: result: /usr/bin/install -c
configure:2687: checking whether build environment is sane
configure:2742: result: yes
configure:2801: checking for arm-linux-gnueabihf-strip
configure:2817: found /usr/bin/arm-linux-gnueabihf-strip
configure:2828: result: arm-linux-gnueabihf-strip
configure:2893: checking for a thread-safe mkdir -p
configure:2932: result: /bin/mkdir -p
configure:2939: checking for gawk
configure:2955: found /usr/bin/gawk
configure:2966: result: gawk
configure:2977: checking whether make sets $(MAKE)
configure:2999: result: yes
configure:3028: checking whether make supports nested variables
configure:3045: result: yes
configure:3172: checking whether to enable maintainer-specific portions of Makefiles
configure:3181: result: yes
configure:3207: checking whether make supports nested variables
configure:3224: result: yes
configure:3265: checking for style of include used by make
configure:3293: result: GNU
configure:3324: checking for arm-linux-gnueabihf-gcc
configure:3351: result: arm-linux-gnueabihf-gcc
configure:3620: checking for C compiler version
configure:3629: arm-linux-gnueabihf-gcc --version >&5
arm-linux-gnueabihf-gcc (Debian 5.3.1-8) 5.3.1 20160205
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3640: $? = 0
configure:3629: arm-linux-gnueabihf-gcc -v >&5
Using built-in specs.
COLLECT_GCC=arm-linux-gnueabihf-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc-cross/arm-linux-gnueabihf/5/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 5.3.1-8' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-armhf-cross/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-armhf-cross --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-armhf-cross --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libgcj --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=arm-linux-gnueabihf --program-prefix=arm-linux-gnueabihf- --includedir=/usr/arm-linux-gnueabihf/include
Thread model: posix
gcc version 5.3.1 20160205 (Debian 5.3.1-8) 
configure:3640: $? = 0
configure:3629: arm-linux-gnueabihf-gcc -V >&5
arm-linux-gnueabihf-gcc: error: unrecognized command line option '-V'
arm-linux-gnueabihf-gcc: fatal error: no input files
compilation terminated.
configure:3640: $? = 1
configure:3629: arm-linux-gnueabihf-gcc -qversion >&5
arm-linux-gnueabihf-gcc: error: unrecognized command line option '-qversion'
arm-linux-gnueabihf-gcc: fatal error: no input files
compilation terminated.
configure:3640: $? = 1
configure:3660: checking whether the C compiler works
configure:3682: arm-linux-gnueabihf-gcc    conftest.c  >&5
configure:3686: $? = 0
configure:3734: result: yes
configure:3737: checking for C compiler default output file name
configure:3739: result: a.out
configure:3745: checking for suffix of executables
configure:3752: arm-linux-gnueabihf-gcc -o conftest    conftest.c  >&5
configure:3756: $? = 0
configure:3778: result: 
configure:3800: checking whether we are cross compiling
configure:3808: arm-linux-gnueabihf-gcc -o conftest    conftest.c  >&5
configure:3812: $? = 0
configure:3819: ./conftest
/lib/ld-linux-armhf.so.3: No such file or directory
configure:3823: $? = 255
configure:3838: result: yes
configure:3843: checking for suffix of object files
configure:3865: arm-linux-gnueabihf-gcc -c   conftest.c >&5
configure:3869: $? = 0
configure:3890: result: o
configure:3894: checking whether we are using the GNU C compiler
configure:3913: arm-linux-gnueabihf-gcc -c   conftest.c >&5
configure:3913: $? = 0
configure:3922: result: yes
configure:3931: checking whether arm-linux-gnueabihf-gcc accepts -g
configure:3951: arm-linux-gnueabihf-gcc -c -g  conftest.c >&5
configure:3951: $? = 0
configure:3992: result: yes
configure:4009: checking for arm-linux-gnueabihf-gcc option to accept ISO C89
configure:4072: arm-linux-gnueabihf-gcc  -c -g -O2  conftest.c >&5
configure:4072: $? = 0
configure:4085: result: none needed
configure:4110: checking whether arm-linux-gnueabihf-gcc understands -c and -o together
configure:4132: arm-linux-gnueabihf-gcc -c conftest.c -o conftest2.o
configure:4135: $? = 0
configure:4132: arm-linux-gnueabihf-gcc -c conftest.c -o conftest2.o
configure:4135: $? = 0
configure:4147: result: yes
configure:4166: checking dependency style of arm-linux-gnueabihf-gcc
configure:4277: result: gcc3
configure:4295: checking for thread local storage (TLS) class
configure:4318: arm-linux-gnueabihf-gcc -o conftest -g -O2   conftest.c  >&5
configure:4318: $? = 0
configure:4331: result: __thread
configure:4365: checking how to run the C preprocessor
configure:4396: arm-linux-gnueabihf-gcc -E  conftest.c
configure:4396: $? = 0
configure:4410: arm-linux-gnueabihf-gcc -E  conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4410: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4435: result: arm-linux-gnueabihf-gcc -E
configure:4455: arm-linux-gnueabihf-gcc -E  conftest.c
configure:4455: $? = 0
configure:4469: arm-linux-gnueabihf-gcc -E  conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4469: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4498: checking for grep that handles long lines and -e
configure:4556: result: /bin/grep
configure:4561: checking for egrep
configure:4623: result: /bin/grep -E
configure:4628: checking for ANSI C header files
configure:4648: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:4648: $? = 0
configure:4732: result: yes
configure:4745: checking for sys/types.h
configure:4745: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for sys/stat.h
configure:4745: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for stdlib.h
configure:4745: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for string.h
configure:4745: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for memory.h
configure:4745: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for strings.h
configure:4745: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for inttypes.h
configure:4745: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for stdint.h
configure:4745: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4745: checking for unistd.h
configure:4745: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:4745: $? = 0
configure:4745: result: yes
configure:4758: checking minix/config.h usability
configure:4758: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
conftest.c:56:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4758: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4758: result: no
configure:4758: checking minix/config.h presence
configure:4758: arm-linux-gnueabihf-gcc -E  conftest.c
conftest.c:23:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4758: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4758: result: no
configure:4758: checking for minix/config.h
configure:4758: result: no
configure:4779: checking whether it is safe to define __EXTENSIONS__
configure:4797: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:4797: $? = 0
configure:4804: result: yes
configure:4826: checking for arm-linux-gnueabihf-gcc
configure:4853: result: arm-linux-gnueabihf-gcc
configure:5122: checking for C compiler version
configure:5131: arm-linux-gnueabihf-gcc --version >&5
arm-linux-gnueabihf-gcc (Debian 5.3.1-8) 5.3.1 20160205
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5142: $? = 0
configure:5131: arm-linux-gnueabihf-gcc -v >&5
Using built-in specs.
COLLECT_GCC=arm-linux-gnueabihf-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc-cross/arm-linux-gnueabihf/5/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 5.3.1-8' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-armhf-cross/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-armhf-cross --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-armhf-cross --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libgcj --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=arm-linux-gnueabihf --program-prefix=arm-linux-gnueabihf- --includedir=/usr/arm-linux-gnueabihf/include
Thread model: posix
gcc version 5.3.1 20160205 (Debian 5.3.1-8) 
configure:5142: $? = 0
configure:5131: arm-linux-gnueabihf-gcc -V >&5
arm-linux-gnueabihf-gcc: error: unrecognized command line option '-V'
arm-linux-gnueabihf-gcc: fatal error: no input files
compilation terminated.
configure:5142: $? = 1
configure:5131: arm-linux-gnueabihf-gcc -qversion >&5
arm-linux-gnueabihf-gcc: error: unrecognized command line option '-qversion'
arm-linux-gnueabihf-gcc: fatal error: no input files
compilation terminated.
configure:5142: $? = 1
configure:5146: checking whether we are using the GNU C compiler
configure:5174: result: yes
configure:5183: checking whether arm-linux-gnueabihf-gcc accepts -g
configure:5244: result: yes
configure:5261: checking for arm-linux-gnueabihf-gcc option to accept ISO C89
configure:5337: result: none needed
configure:5362: checking whether arm-linux-gnueabihf-gcc understands -c and -o together
configure:5399: result: yes
configure:5418: checking dependency style of arm-linux-gnueabihf-gcc
configure:5529: result: gcc3
configure:5548: checking for arm-linux-gnueabihf-gcc option to accept ISO C99
configure:5697: arm-linux-gnueabihf-gcc  -c -g -O2  conftest.c >&5
configure:5697: $? = 0
configure:5710: result: none needed
configure:5818: checking for arm-linux-gnueabihf-gcc option to accept ISO Standard C
configure:5829: result: none needed
configure:5842: checking for gawk
configure:5869: result: gawk
configure:5880: checking whether make sets $(MAKE)
configure:5902: result: yes
configure:5915: checking for nproc
configure:5931: found /usr/bin/nproc
configure:5942: result: nproc
configure:5999: checking how to print strings
configure:6026: result: printf
configure:6047: checking for a sed that does not truncate output
configure:6111: result: /bin/sed
configure:6129: checking for fgrep
configure:6191: result: /bin/grep -F
configure:6226: checking for ld used by arm-linux-gnueabihf-gcc
configure:6293: result: /usr/arm-linux-gnueabihf/bin/ld
configure:6300: checking if the linker (/usr/arm-linux-gnueabihf/bin/ld) is GNU ld
configure:6315: result: yes
configure:6327: checking for BSD- or MS-compatible name lister (nm)
configure:6381: result: /usr/bin/arm-linux-gnueabihf-nm -B
configure:6511: checking the name lister (/usr/bin/arm-linux-gnueabihf-nm -B) interface
configure:6518: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:6521: /usr/bin/arm-linux-gnueabihf-nm -B "conftest.o"
configure:6524: output
00000000 B some_variable
configure:6531: result: BSD nm
configure:6534: checking whether ln -s works
configure:6538: result: yes
configure:6546: checking the maximum length of command line arguments
configure:6677: result: 1572864
configure:6725: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-gnueabihf format
configure:6765: result: func_convert_file_noop
configure:6772: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:6792: result: func_convert_file_noop
configure:6799: checking for /usr/arm-linux-gnueabihf/bin/ld option to reload object files
configure:6806: result: -r
configure:6840: checking for arm-linux-gnueabihf-objdump
configure:6856: found /usr/bin/arm-linux-gnueabihf-objdump
configure:6867: result: arm-linux-gnueabihf-objdump
configure:6939: checking how to recognize dependent libraries
configure:7139: result: pass_all
configure:7184: checking for arm-linux-gnueabihf-dlltool
configure:7214: result: no
configure:7224: checking for dlltool
configure:7254: result: no
configure:7284: checking how to associate runtime and link libraries
configure:7311: result: printf %s\n
configure:7327: checking for arm-linux-gnueabihf-ar
configure:7343: found /usr/bin/arm-linux-gnueabihf-ar
configure:7354: result: arm-linux-gnueabihf-ar
configure:7435: checking for archiver @FILE support
configure:7452: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:7452: $? = 0
configure:7455: arm-linux-gnueabihf-ar cru libconftest.a @conftest.lst >&5
arm-linux-gnueabihf-ar: `u' modifier ignored since `D' is the default (see `U')
configure:7458: $? = 0
configure:7463: arm-linux-gnueabihf-ar cru libconftest.a @conftest.lst >&5
arm-linux-gnueabihf-ar: `u' modifier ignored since `D' is the default (see `U')
arm-linux-gnueabihf-ar: conftest.o: No such file or directory
configure:7466: $? = 1
configure:7478: result: @
configure:7496: checking for arm-linux-gnueabihf-strip
configure:7523: result: arm-linux-gnueabihf-strip
configure:7595: checking for arm-linux-gnueabihf-ranlib
configure:7611: found /usr/bin/arm-linux-gnueabihf-ranlib
configure:7622: result: arm-linux-gnueabihf-ranlib
configure:7764: checking command to parse /usr/bin/arm-linux-gnueabihf-nm -B output from arm-linux-gnueabihf-gcc object
configure:7917: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:7920: $? = 0
configure:7924: /usr/bin/arm-linux-gnueabihf-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7927: $? = 0
configure:7993: arm-linux-gnueabihf-gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:7996: $? = 0
configure:8034: result: ok
configure:8081: checking for sysroot
configure:8111: result: no
configure:8118: checking for a working dd
configure:8156: result: /bin/dd
configure:8160: checking how to truncate binary pipes
configure:8175: result: /bin/dd bs=4096 count=1
configure:8464: checking for arm-linux-gnueabihf-mt
configure:8494: result: no
configure:8504: checking for mt
configure:8520: found /bin/mt
configure:8531: result: mt
configure:8543: WARNING: using cross tools not prefixed with host triplet
configure:8554: checking if mt is a manifest tool
configure:8560: mt '-?'
configure:8568: result: no
configure:9242: checking for dlfcn.h
configure:9242: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:9242: $? = 0
configure:9242: result: yes
configure:9498: checking for objdir
configure:9513: result: .libs
configure:9777: checking if arm-linux-gnueabihf-gcc supports -fno-rtti -fno-exceptions
configure:9795: arm-linux-gnueabihf-gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:9799: $? = 0
configure:9812: result: no
configure:10170: checking for arm-linux-gnueabihf-gcc option to produce PIC
configure:10177: result: -fPIC -DPIC
configure:10185: checking if arm-linux-gnueabihf-gcc PIC flag -fPIC -DPIC works
configure:10203: arm-linux-gnueabihf-gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:10207: $? = 0
configure:10220: result: yes
configure:10249: checking if arm-linux-gnueabihf-gcc static flag -static works
configure:10277: result: yes
configure:10292: checking if arm-linux-gnueabihf-gcc supports -c -o file.o
configure:10313: arm-linux-gnueabihf-gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:10317: $? = 0
configure:10339: result: yes
configure:10347: checking if arm-linux-gnueabihf-gcc supports -c -o file.o
configure:10394: result: yes
configure:10427: checking whether the arm-linux-gnueabihf-gcc linker (/usr/arm-linux-gnueabihf/bin/ld) supports shared libraries
configure:11686: result: yes
configure:11723: checking whether -lc should be explicitly linked in
configure:11731: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:11734: $? = 0
configure:11749: arm-linux-gnueabihf-gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:11752: $? = 0
configure:11766: result: no
configure:11926: checking dynamic linker characteristics
configure:12507: arm-linux-gnueabihf-gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:12507: $? = 0
configure:12744: result: GNU/Linux ld.so
configure:12866: checking how to hardcode library paths into programs
configure:12891: result: immediate
configure:13439: checking whether stripping libraries is possible
configure:13444: result: yes
configure:13479: checking if libtool supports shared libraries
configure:13481: result: yes
configure:13484: checking whether to build shared libraries
configure:13509: result: yes
configure:13512: checking whether to build static libraries
configure:13516: result: yes
configure:13555: checking for inline
configure:13571: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:13571: $? = 0
configure:13579: result: inline
configure:13597: checking for pid_t
configure:13597: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:13597: $? = 0
configure:13597: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:20: error: expected expression before ')' token
 if (sizeof ((pid_t)))
                    ^
configure:13597: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:13597: result: yes
configure:13608: checking for size_t
configure:13608: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:13608: $? = 0
configure:13608: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:21: error: expected expression before ')' token
 if (sizeof ((size_t)))
                     ^
configure:13608: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:13608: result: yes
configure:13619: checking for ssize_t
configure:13619: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:13619: $? = 0
configure:13619: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:22: error: expected expression before ')' token
 if (sizeof ((ssize_t)))
                      ^
configure:13619: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:13619: result: yes
configure:13630: checking for uint16_t
configure:13630: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:13630: $? = 0
configure:13630: result: yes
configure:13642: checking for int32_t
configure:13642: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:13642: $? = 0
configure:13642: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:68:53: warning: integer overflow in expression [-Woverflow]
    < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
                                                     ^
conftest.c:67:12: error: storage size of 'test_array' isn't constant
 static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
            ^
configure:13642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	        enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| 		 < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:13642: result: yes
configure:13653: checking for uint32_t
configure:13653: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:13653: $? = 0
configure:13653: result: yes
configure:13667: checking for uint64_t
configure:13667: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:13667: $? = 0
configure:13667: result: yes
configure:13681: checking for uint8_t
configure:13681: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:13681: $? = 0
configure:13681: result: yes
configure:13697: checking for __attribute__
configure:13719: arm-linux-gnueabihf-gcc -c -g -O2  conftest.c >&5
configure:13719: $? = 0
configure:13728: result: yes
configure:13854: checking if compiler needs -Werror to reject unknown flags
configure:13870: arm-linux-gnueabihf-gcc -c -g -O2 -Werror -Wunknown-warning-option -Wsizeof-array-argument  conftest.c >&5
arm-linux-gnueabihf-gcc: error: unrecognized command line option '-Wunknown-warning-option'
configure:13870: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h.  */
| int foo(void);
| int
| main ()
| {
| foo()
|   ;
|   return 0;
| }
configure:13875: result: no
configure:13941: checking for the pthreads library -lpthreads
configure:13979: arm-linux-gnueabihf-gcc -o conftest -g -O2     conftest.c -lpthreads  >&5
/usr/lib/gcc-cross/arm-linux-gnueabihf/5/../../../../arm-linux-gnueabihf/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:13979: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:13988: result: no
configure:13886: checking whether pthreads work without any flags
configure:13979: arm-linux-gnueabihf-gcc -o conftest -g -O2     conftest.c   >&5
/tmp/cc7NbOLu.o: In function `main':
/u/ldalessa/userspace-rcu/conftest.c:38: undefined reference to `pthread_create'
/u/ldalessa/userspace-rcu/conftest.c:39: undefined reference to `pthread_join'
/u/ldalessa/userspace-rcu/conftest.c:41: undefined reference to `__pthread_register_cancel'
/u/ldalessa/userspace-rcu/conftest.c:42: undefined reference to `__pthread_unregister_cancel'
collect2: error: ld returned 1 exit status
configure:13979: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:13988: result: no
configure:13891: checking whether pthreads work with -Kthread
configure:13979: arm-linux-gnueabihf-gcc -o conftest -g -O2 -Kthread    conftest.c   >&5
arm-linux-gnueabihf-gcc: error: unrecognized command line option '-Kthread'
configure:13979: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:13988: result: no
configure:13891: checking whether pthreads work with -kthread
configure:13979: arm-linux-gnueabihf-gcc -o conftest -g -O2 -kthread    conftest.c   >&5
arm-linux-gnueabihf-gcc: error: unrecognized command line option '-kthread'
configure:13979: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:13988: result: no
configure:13941: checking for the pthreads library -llthread
configure:13979: arm-linux-gnueabihf-gcc -o conftest -g -O2     conftest.c -llthread  >&5
/usr/lib/gcc-cross/arm-linux-gnueabihf/5/../../../../arm-linux-gnueabihf/bin/ld: cannot find -llthread
collect2: error: ld returned 1 exit status
configure:13979: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:13988: result: no
configure:13891: checking whether pthreads work with -pthread
configure:13979: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread    conftest.c   >&5
configure:13979: $? = 0
configure:13988: result: yes
configure:14007: checking for joinable pthread attribute
configure:14022: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:14022: $? = 0
configure:14028: result: PTHREAD_CREATE_JOINABLE
configure:14038: checking if more special flags are required for pthreads
configure:14053: result: no
configure:14059: checking for PTHREAD_PRIO_INHERIT
configure:14076: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:14076: $? = 0
configure:14085: result: yes
configure:14191: checking for stdlib.h
configure:14191: result: yes
configure:14201: checking for GNU libc compatible malloc
configure:14235: result: no
configure:14262: checking for stdlib.h
configure:14262: result: yes
configure:14262: checking for unistd.h
configure:14262: result: yes
configure:14262: checking for sys/param.h
configure:14262: arm-linux-gnueabihf-gcc -c -g -O2 -pthread  conftest.c >&5
configure:14262: $? = 0
configure:14262: result: yes
configure:14282: checking for getpagesize
configure:14282: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:14282: $? = 0
configure:14282: result: yes
configure:14291: checking for working mmap
configure:14448: result: no
configure:14459: checking vfork.h usability
configure:14459: arm-linux-gnueabihf-gcc -c -g -O2 -pthread  conftest.c >&5
conftest.c:73:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:14459: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 0
| #define malloc rpl_malloc
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:14459: result: no
configure:14459: checking vfork.h presence
configure:14459: arm-linux-gnueabihf-gcc -E  conftest.c
conftest.c:40:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:14459: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 0
| #define malloc rpl_malloc
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:14459: result: no
configure:14459: checking for vfork.h
configure:14459: result: no
configure:14472: checking for fork
configure:14472: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
conftest.c:63:6: warning: conflicting types for built-in function 'fork'
 char fork ();
      ^
configure:14472: $? = 0
configure:14472: result: yes
configure:14472: checking for vfork
configure:14472: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:14472: $? = 0
configure:14472: result: yes
configure:14482: checking for working fork
configure:14514: result: cross
configure:14530: WARNING: result yes guessed because of cross compilation
configure:14535: checking for working vfork
configure:14645: result: yes
configure:14685: checking for atexit
configure:14685: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:14685: $? = 0
configure:14685: result: yes
configure:14685: checking for getcpuid
configure:14685: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
/tmp/ccfu1rIP.o: In function `main':
/u/ldalessa/userspace-rcu/conftest.c:79: undefined reference to `getcpuid'
collect2: error: ld returned 1 exit status
configure:14685: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 0
| #define malloc rpl_malloc
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ATEXIT 1
| /* end confdefs.h.  */
| /* Define getcpuid to an innocuous variant, in case <limits.h> declares getcpuid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getcpuid innocuous_getcpuid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getcpuid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getcpuid
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getcpuid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getcpuid || defined __stub___getcpuid
| choke me
| #endif
| 
| int
| main ()
| {
| return getcpuid ();
|   ;
|   return 0;
| }
configure:14685: result: no
configure:14685: checking for gettid
configure:14685: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
/tmp/cc887Y9W.o: In function `main':
/u/ldalessa/userspace-rcu/conftest.c:79: undefined reference to `gettid'
collect2: error: ld returned 1 exit status
configure:14685: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 0
| #define malloc rpl_malloc
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ATEXIT 1
| /* end confdefs.h.  */
| /* Define gettid to an innocuous variant, in case <limits.h> declares gettid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gettid innocuous_gettid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gettid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gettid
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gettid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gettid || defined __stub___gettid
| choke me
| #endif
| 
| int
| main ()
| {
| return gettid ();
|   ;
|   return 0;
| }
configure:14685: result: no
configure:14685: checking for gettimeofday
configure:14685: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:14685: $? = 0
configure:14685: result: yes
configure:14685: checking for memeset
configure:14685: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
/tmp/ccraRGB7.o: In function `main':
/u/ldalessa/userspace-rcu/conftest.c:80: undefined reference to `memeset'
collect2: error: ld returned 1 exit status
configure:14685: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 0
| #define malloc rpl_malloc
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ATEXIT 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| /* Define memeset to an innocuous variant, in case <limits.h> declares memeset.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define memeset innocuous_memeset
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char memeset (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef memeset
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char memeset ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_memeset || defined __stub___memeset
| choke me
| #endif
| 
| int
| main ()
| {
| return memeset ();
|   ;
|   return 0;
| }
configure:14685: result: no
configure:14685: checking for memset
configure:14685: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
conftest.c:69:6: warning: conflicting types for built-in function 'memset'
 char memset ();
      ^
configure:14685: $? = 0
configure:14685: result: yes
configure:14685: checking for munmap
configure:14685: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:14685: $? = 0
configure:14685: result: yes
configure:14685: checking for sched_getcpu
configure:14685: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:14685: $? = 0
configure:14685: result: yes
configure:14685: checking for strerror
configure:14685: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:14685: $? = 0
configure:14685: result: yes
configure:14685: checking for strtoul
configure:14685: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:14685: $? = 0
configure:14685: result: yes
configure:14685: checking for sysconf
configure:14685: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:14685: $? = 0
configure:14685: result: yes
configure:14696: checking for stdbool.h that conforms to C99
configure:14763: arm-linux-gnueabihf-gcc -c -g -O2 -pthread  conftest.c >&5
configure:14763: $? = 0
configure:14770: result: yes
configure:14772: checking for _Bool
configure:14772: arm-linux-gnueabihf-gcc -c -g -O2 -pthread  conftest.c >&5
configure:14772: $? = 0
configure:14772: arm-linux-gnueabihf-gcc -c -g -O2 -pthread  conftest.c >&5
conftest.c: In function 'main':
conftest.c:88:20: error: expected expression before ')' token
 if (sizeof ((_Bool)))
                    ^
configure:14772: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 0
| #define malloc rpl_malloc
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ATEXIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:14772: result: yes
configure:14797: checking limits.h usability
configure:14797: arm-linux-gnueabihf-gcc -c -g -O2 -pthread  conftest.c >&5
configure:14797: $? = 0
configure:14797: result: yes
configure:14797: checking limits.h presence
configure:14797: arm-linux-gnueabihf-gcc -E  conftest.c
configure:14797: $? = 0
configure:14797: result: yes
configure:14797: checking for limits.h
configure:14797: result: yes
configure:14797: checking stddef.h usability
configure:14797: arm-linux-gnueabihf-gcc -c -g -O2 -pthread  conftest.c >&5
configure:14797: $? = 0
configure:14797: result: yes
configure:14797: checking stddef.h presence
configure:14797: arm-linux-gnueabihf-gcc -E  conftest.c
configure:14797: $? = 0
configure:14797: result: yes
configure:14797: checking for stddef.h
configure:14797: result: yes
configure:14797: checking for sys/param.h
configure:14797: result: yes
configure:14797: checking sys/time.h usability
configure:14797: arm-linux-gnueabihf-gcc -c -g -O2 -pthread  conftest.c >&5
configure:14797: $? = 0
configure:14797: result: yes
configure:14797: checking sys/time.h presence
configure:14797: arm-linux-gnueabihf-gcc -E  conftest.c
configure:14797: $? = 0
configure:14797: result: yes
configure:14797: checking for sys/time.h
configure:14797: result: yes
configure:14929: checking for dmb instruction
configure:14942: arm-linux-gnueabihf-gcc -c -g -O2 -pthread  conftest.c >&5
configure:14942: $? = 0
configure:14944: result: yes
configure:15025: checking for sys_futex()
configure:15037: arm-linux-gnueabihf-gcc -c -g -O2 -pthread  conftest.c >&5
configure:15037: $? = 0
configure:15039: result: yes
configure:15055: checking for library containing clock_gettime
configure:15086: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:15086: $? = 0
configure:15103: result: none required
configure:15116: checking for pthread_create in -lpthread
configure:15141: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread   conftest.c -lpthread    >&5
configure:15141: $? = 0
configure:15150: result: yes
configure:15287: checking for cpu_set_t
configure:15287: arm-linux-gnueabihf-gcc -c -g -O2 -pthread -D_GNU_SOURCE  conftest.c >&5
configure:15287: $? = 0
configure:15287: arm-linux-gnueabihf-gcc -c -g -O2 -pthread -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:24: error: expected expression before ')' token
 if (sizeof ((cpu_set_t)))
                        ^
configure:15287: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "userspace-rcu"
| #define PACKAGE_TARNAME "userspace-rcu"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "userspace-rcu 0.9.0"
| #define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
| #define PACKAGE_URL "http://liburcu.org/"
| #define PACKAGE "userspace-rcu"
| #define VERSION "0.9.0"
| #define TLS __thread
| #define CONFIG_RCU_TLS __thread
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 0
| #define malloc rpl_malloc
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ATEXIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_MUNMAP 1
| #define HAVE_SCHED_GETCPU 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define CONFIG_RCU_ARM_HAVE_DMB 1
| #define CONFIG_RCU_HAVE_FUTEX 1
| #define CONFIG_RCU_SMP 1
| /* end confdefs.h.  */
| #include <sched.h>
| 
| int
| main ()
| {
| if (sizeof ((cpu_set_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:15287: result: yes
configure:15302: checking whether CPU_ZERO works
configure:15318: arm-linux-gnueabihf-gcc -c -g -O2 -pthread -D_GNU_SOURCE  conftest.c >&5
conftest.c:63:0: warning: "_GNU_SOURCE" redefined
   #define _GNU_SOURCE
 ^
conftest.c:24:0: note: this is the location of the previous definition
 #define _GNU_SOURCE 1
 ^
configure:15318: $? = 0
configure:15322: result: yes
configure:15334: checking whether CPU_SET works
configure:15350: arm-linux-gnueabihf-gcc -c -g -O2 -pthread -D_GNU_SOURCE  conftest.c >&5
conftest.c:64:0: warning: "_GNU_SOURCE" redefined
   #define _GNU_SOURCE
 ^
conftest.c:24:0: note: this is the location of the previous definition
 #define _GNU_SOURCE 1
 ^
configure:15350: $? = 0
configure:15354: result: yes
configure:15368: checking for sched_setaffinity
configure:15368: arm-linux-gnueabihf-gcc -o conftest -g -O2 -pthread -D_GNU_SOURCE   conftest.c   >&5
configure:15368: $? = 0
configure:15368: result: yes
configure:15385: checking how many arguments sched_setaffinity takes
configure:15400: arm-linux-gnueabihf-gcc -c -g -O2 -pthread -D_GNU_SOURCE  conftest.c >&5
configure:15400: $? = 0
configure:15411: result: 3
configure:15541: checking that generated files are newer than configure
configure:15547: result: done
configure:15614: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by userspace-rcu config.status 0.9.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on gin

config.status:1177: creating Makefile
config.status:1177: creating doc/Makefile
config.status:1177: creating doc/examples/Makefile
config.status:1177: creating tests/Makefile
config.status:1177: creating tests/common/Makefile
config.status:1177: creating tests/unit/Makefile
config.status:1177: creating tests/benchmark/Makefile
config.status:1177: creating tests/regression/Makefile
config.status:1177: creating tests/regression/regression_tests
config.status:1177: creating tests/utils/Makefile
config.status:1177: creating liburcu.pc
config.status:1177: creating liburcu-bp.pc
config.status:1177: creating liburcu-cds.pc
config.status:1177: creating liburcu-qsbr.pc
config.status:1177: creating liburcu-mb.pc
config.status:1177: creating liburcu-signal.pc
config.status:1177: creating config.h
config.status:1358: config.h is unchanged
config.status:1177: creating urcu/config.h
config.status:1358: urcu/config.h is unchanged
config.status:1418: linking urcu/arch/arm.h to urcu/arch.h
config.status:1418: linking urcu/uatomic/arm.h to urcu/uatomic.h
config.status:1437: executing depfiles commands
config.status:1437: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_int32_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=arm-linux-gnueabihf-gcc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-linux-gnueabihf
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_atexit=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_getcpuid=no
ac_cv_func_getpagesize=yes
ac_cv_func_gettid=no
ac_cv_func_gettimeofday=yes
ac_cv_func_malloc_0_nonnull=no
ac_cv_func_memeset=no
ac_cv_func_memset=yes
ac_cv_func_mmap_fixed_mapped=no
ac_cv_func_munmap=yes
ac_cv_func_sched_getcpu=yes
ac_cv_func_sched_setaffinity=yes
ac_cv_func_strerror=yes
ac_cv_func_strtoul=yes
ac_cv_func_sysconf=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_host=arm-unknown-linux-gnueabihf
ac_cv_lib_pthread_pthread_create=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=arm-linux-gnueabihf-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=arm-linux-gnueabihf-gcc
ac_cv_prog_CPP='arm-linux-gnueabihf-gcc -E'
ac_cv_prog_NPROC=nproc
ac_cv_prog_OBJDUMP=arm-linux-gnueabihf-objdump
ac_cv_prog_RANLIB=arm-linux-gnueabihf-ranlib
ac_cv_prog_STRIP=arm-linux-gnueabihf-strip
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_clock_gettime='none required'
ac_cv_target=arm-unknown-linux-gnueabihf
ac_cv_tls=__thread
ac_cv_type__Bool=yes
ac_cv_type_cpu_set_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_PTHREAD_PRIO_INHERIT=yes
ax_cv___attribute__=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/arm-linux-gnueabihf/bin/ld
lt_cv_path_NM='/usr/bin/arm-linux-gnueabihf-nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /u/ldalessa/userspace-rcu/config/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='arm-linux-gnueabihf-ar'
ARCHTYPE='arm'
AUTOCONF='${SHELL} /u/ldalessa/userspace-rcu/config/missing autoconf'
AUTOHEADER='${SHELL} /u/ldalessa/userspace-rcu/config/missing autoheader'
AUTOMAKE='${SHELL} /u/ldalessa/userspace-rcu/config/missing automake-1.15'
AWK='gawk'
CC='arm-linux-gnueabihf-gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -pthread'
COMPAT_ARCH_FALSE=''
COMPAT_ARCH_TRUE='#'
COMPAT_FUTEX_FALSE=''
COMPAT_FUTEX_TRUE='#'
CPP='arm-linux-gnueabihf-gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/arm-linux-gnueabihf/bin/ld'
LDFLAGS=''
LIBC_INCLUDES_PTHREAD_FALSE=''
LIBC_INCLUDES_PTHREAD_TRUE='#'
LIBOBJS=' ${LIBOBJDIR}malloc$U.o'
LIBS=' '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=' ${LIBOBJDIR}malloc$U.lo'
LT_SYS_LIBRARY_PATH=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /u/ldalessa/userspace-rcu/config/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/arm-linux-gnueabihf-nm -B'
NMEDIT=''
NO_SHARED_FALSE=''
NO_SHARED_TRUE='#'
NPROC='nproc'
OBJDUMP='arm-linux-gnueabihf-objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='userspace-rcu'
PACKAGE_BUGREPORT='mathieu dot desnoyers at efficios dot com'
PACKAGE_NAME='userspace-rcu'
PACKAGE_STRING='userspace-rcu 0.9.0'
PACKAGE_TARNAME='userspace-rcu'
PACKAGE_URL='http://liburcu.org/'
PACKAGE_VERSION='0.9.0'
PATH_SEPARATOR=':'
PTHREAD_CC='arm-linux-gnueabihf-gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
RANLIB='arm-linux-gnueabihf-ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='arm-linux-gnueabihf-strip'
SUBARCHTYPE=''
TARGET_IS_ANDROID_FALSE=''
TARGET_IS_ANDROID_TRUE='#'
URCU_LIBRARY_VERSION='4:0:0'
USE_CYGWIN_FALSE=''
USE_CYGWIN_TRUE='#'
VERSION='0.9.0'
ac_ct_AR=''
ac_ct_CC=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='arm-unknown-linux-gnueabihf'
host_alias='arm-linux-gnueabihf'
host_cpu='arm'
host_os='linux-gnueabihf'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /u/ldalessa/userspace-rcu/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='arm-unknown-linux-gnueabihf'
target_alias=''
target_cpu='arm'
target_os='linux-gnueabihf'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "userspace-rcu"
#define PACKAGE_TARNAME "userspace-rcu"
#define PACKAGE_VERSION "0.9.0"
#define PACKAGE_STRING "userspace-rcu 0.9.0"
#define PACKAGE_BUGREPORT "mathieu dot desnoyers at efficios dot com"
#define PACKAGE_URL "http://liburcu.org/"
#define PACKAGE "userspace-rcu"
#define VERSION "0.9.0"
#define TLS __thread
#define CONFIG_RCU_TLS __thread
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE___ATTRIBUTE__ 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 0
#define malloc rpl_malloc
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_ATEXIT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MEMSET 1
#define HAVE_MUNMAP 1
#define HAVE_SCHED_GETCPU 1
#define HAVE_STRERROR 1
#define HAVE_STRTOUL 1
#define HAVE_SYSCONF 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_TIME_H 1
#define CONFIG_RCU_ARM_HAVE_DMB 1
#define CONFIG_RCU_HAVE_FUTEX 1
#define CONFIG_RCU_SMP 1
#define HAVE_CPU_SET_T 1
#define HAVE_CPU_ZERO 1
#define HAVE_CPU_SET 1
#define HAVE_SCHED_SETAFFINITY 1
#define SCHED_SETAFFINITY_ARGS 3

configure: exit 0

[-- Attachment #1.1.2.3: Type: text/html, Size: 245 bytes --]

[-- Attachment #1.1.2.4: config.out --]
[-- Type: application/octet-stream, Size: 9267 bytes --]

checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-unknown-linux-gnueabihf
checking target system type... arm-unknown-linux-gnueabihf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-gnueabihf-strip... arm-linux-gnueabihf-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for arm-linux-gnueabihf-gcc... arm-linux-gnueabihf-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-gnueabihf-gcc accepts -g... yes
checking for arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
checking whether arm-linux-gnueabihf-gcc understands -c and -o together... yes
checking dependency style of arm-linux-gnueabihf-gcc... gcc3
checking for thread local storage (TLS) class... __thread
checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for arm-linux-gnueabihf-gcc... (cached) arm-linux-gnueabihf-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether arm-linux-gnueabihf-gcc accepts -g... (cached) yes
checking for arm-linux-gnueabihf-gcc option to accept ISO C89... (cached) none needed
checking whether arm-linux-gnueabihf-gcc understands -c and -o together... (cached) yes
checking dependency style of arm-linux-gnueabihf-gcc... (cached) gcc3
checking for arm-linux-gnueabihf-gcc option to accept ISO C99... none needed
checking for arm-linux-gnueabihf-gcc option to accept ISO Standard C... (cached) none needed
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for nproc... nproc
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by arm-linux-gnueabihf-gcc... /usr/arm-linux-gnueabihf/bin/ld
checking if the linker (/usr/arm-linux-gnueabihf/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/arm-linux-gnueabihf-nm -B
checking the name lister (/usr/bin/arm-linux-gnueabihf-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/arm-linux-gnueabihf/bin/ld option to reload object files... -r
checking for arm-linux-gnueabihf-objdump... arm-linux-gnueabihf-objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-gnueabihf-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-linux-gnueabihf-ar... arm-linux-gnueabihf-ar
checking for archiver @FILE support... @
checking for arm-linux-gnueabihf-strip... (cached) arm-linux-gnueabihf-strip
checking for arm-linux-gnueabihf-ranlib... arm-linux-gnueabihf-ranlib
checking command to parse /usr/bin/arm-linux-gnueabihf-nm -B output from arm-linux-gnueabihf-gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for arm-linux-gnueabihf-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-linux-gnueabihf-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-linux-gnueabihf-gcc option to produce PIC... -fPIC -DPIC
checking if arm-linux-gnueabihf-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-linux-gnueabihf-gcc static flag -static works... yes
checking if arm-linux-gnueabihf-gcc supports -c -o file.o... yes
checking if arm-linux-gnueabihf-gcc supports -c -o file.o... (cached) yes
checking whether the arm-linux-gnueabihf-gcc linker (/usr/arm-linux-gnueabihf/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for __attribute__... yes
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... no
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... cross
configure: WARNING: result yes guessed because of cross compilation
checking for working vfork... (cached) yes
checking for atexit... yes
checking for getcpuid... no
checking for gettid... no
checking for gettimeofday... yes
checking for memeset... no
checking for memset... yes
checking for munmap... yes
checking for sched_getcpu... yes
checking for strerror... yes
checking for strtoul... yes
checking for sysconf... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for sys/param.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for dmb instruction... yes
checking for sys_futex()... yes
checking for library containing clock_gettime... none required
checking for pthread_create in -lpthread... yes
checking for cpu_set_t... yes
checking whether CPU_ZERO works... yes
checking whether CPU_SET works... yes
checking for sched_setaffinity... yes
checking how many arguments sched_setaffinity takes... 3
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating tests/Makefile
config.status: creating tests/common/Makefile
config.status: creating tests/unit/Makefile
config.status: creating tests/benchmark/Makefile
config.status: creating tests/regression/Makefile
config.status: creating tests/regression/regression_tests
config.status: creating tests/utils/Makefile
config.status: creating liburcu.pc
config.status: creating liburcu-bp.pc
config.status: creating liburcu-cds.pc
config.status: creating liburcu-qsbr.pc
config.status: creating liburcu-mb.pc
config.status: creating liburcu-signal.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: creating urcu/config.h
config.status: urcu/config.h is unchanged
config.status: linking urcu/arch/arm.h to urcu/arch.h
config.status: linking urcu/uatomic/arm.h to urcu/uatomic.h
config.status: executing depfiles commands
config.status: executing libtool commands
SMP support enabled.
Thread Local Storage (TLS): __thread.

[-- Attachment #1.1.2.5: Type: text/html, Size: 245 bytes --]

[-- Attachment #1.1.2.6: make.out --]
[-- Type: application/octet-stream, Size: 33867 bytes --]

make  all-recursive
make[1]: Entering directory '/home/ldalessa/userspace-rcu'
Making all in .
make[2]: Entering directory '/home/ldalessa/userspace-rcu'
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -Wall -g -O2 -pthread -MT wfqueue.lo -MD -MP -MF .deps/wfqueue.Tpo -c -o wfqueue.lo wfqueue.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT wfqueue.lo -MD -MP -MF .deps/wfqueue.Tpo -c wfqueue.c  -fPIC -DPIC -o .libs/wfqueue.o
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT wfqueue.lo -MD -MP -MF .deps/wfqueue.Tpo -c wfqueue.c -o wfqueue.o >/dev/null 2>&1
mv -f .deps/wfqueue.Tpo .deps/wfqueue.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -Wall -g -O2 -pthread -MT wfcqueue.lo -MD -MP -MF .deps/wfcqueue.Tpo -c -o wfcqueue.lo wfcqueue.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT wfcqueue.lo -MD -MP -MF .deps/wfcqueue.Tpo -c wfcqueue.c  -fPIC -DPIC -o .libs/wfcqueue.o
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT wfcqueue.lo -MD -MP -MF .deps/wfcqueue.Tpo -c wfcqueue.c -o wfcqueue.o >/dev/null 2>&1
mv -f .deps/wfcqueue.Tpo .deps/wfcqueue.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -Wall -g -O2 -pthread -MT wfstack.lo -MD -MP -MF .deps/wfstack.Tpo -c -o wfstack.lo wfstack.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT wfstack.lo -MD -MP -MF .deps/wfstack.Tpo -c wfstack.c  -fPIC -DPIC -o .libs/wfstack.o
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT wfstack.lo -MD -MP -MF .deps/wfstack.Tpo -c wfstack.c -o wfstack.o >/dev/null 2>&1
mv -f .deps/wfstack.Tpo .deps/wfstack.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -Wall -g -O2 -pthread -MT compat_futex.lo -MD -MP -MF .deps/compat_futex.Tpo -c -o compat_futex.lo compat_futex.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT compat_futex.lo -MD -MP -MF .deps/compat_futex.Tpo -c compat_futex.c  -fPIC -DPIC -o .libs/compat_futex.o
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT compat_futex.lo -MD -MP -MF .deps/compat_futex.Tpo -c compat_futex.c -o compat_futex.o >/dev/null 2>&1
mv -f .deps/compat_futex.Tpo .deps/compat_futex.Plo
/bin/bash ./libtool  --tag=CC   --mode=link arm-linux-gnueabihf-gcc -Wall -g -O2 -pthread -version-info 4:0:0 -lpthread   -o liburcu-common.la -rpath /usr/local/lib wfqueue.lo wfcqueue.lo wfstack.lo compat_futex.lo  
libtool: link: arm-linux-gnueabihf-gcc -shared  -fPIC -DPIC  .libs/wfqueue.o .libs/wfcqueue.o .libs/wfstack.o .libs/compat_futex.o   -lpthread  -g -O2 -pthread   -pthread -Wl,-soname -Wl,liburcu-common.so.4 -o .libs/liburcu-common.so.4.0.0
libtool: link: (cd ".libs" && rm -f "liburcu-common.so.4" && ln -s "liburcu-common.so.4.0.0" "liburcu-common.so.4")
libtool: link: (cd ".libs" && rm -f "liburcu-common.so" && ln -s "liburcu-common.so.4.0.0" "liburcu-common.so")
libtool: link: arm-linux-gnueabihf-ar cru .libs/liburcu-common.a  wfqueue.o wfcqueue.o wfstack.o compat_futex.o
arm-linux-gnueabihf-ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: arm-linux-gnueabihf-ranlib .libs/liburcu-common.a
libtool: link: ( cd ".libs" && rm -f "liburcu-common.la" && ln -s "../liburcu-common.la" "liburcu-common.la" )
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -Wall -g -O2 -pthread -MT urcu.lo -MD -MP -MF .deps/urcu.Tpo -c -o urcu.lo urcu.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT urcu.lo -MD -MP -MF .deps/urcu.Tpo -c urcu.c  -fPIC -DPIC -o .libs/urcu.o
In file included from compat-getcpu.h:24:0,
                 from urcu-call-rcu-impl.h:39,
                 from urcu.c:604:
urcu-call-rcu-impl.h: In function ‘alloc_cpu_call_rcu_data’:
./config.h:249:16: warning: implicit declaration of function ‘rpl_malloc’ [-Wimplicit-function-declaration]
 #define malloc rpl_malloc
                ^
urcu-call-rcu-impl.h:141:6: note: in expansion of macro ‘malloc’
  p = malloc(maxcpus * sizeof(*per_cpu_call_rcu_data));
      ^
In file included from urcu.c:604:0:
urcu-call-rcu-impl.h:141:4: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  p = malloc(maxcpus * sizeof(*per_cpu_call_rcu_data));
    ^
urcu-call-rcu-impl.h: In function ‘call_rcu_data_init’:
urcu-call-rcu-impl.h:422:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  crdp = malloc(sizeof(*crdp));
       ^
urcu-call-rcu-impl.h: In function ‘free_all_cpu_call_rcu_data_memb’:
urcu-call-rcu-impl.h:784:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  crdp = malloc(sizeof(*crdp) * maxcpus);
       ^
In file included from urcu.c:605:0:
urcu-defer-impl.h: In function ‘rcu_defer_register_thread_memb’:
urcu-defer-impl.h:432:26: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  URCU_TLS(defer_queue).q = malloc(sizeof(void *) * DEFER_QUEUE_SIZE);
                          ^
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT urcu.lo -MD -MP -MF .deps/urcu.Tpo -c urcu.c -o urcu.o >/dev/null 2>&1
mv -f .deps/urcu.Tpo .deps/urcu.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -Wall -g -O2 -pthread -MT urcu-pointer.lo -MD -MP -MF .deps/urcu-pointer.Tpo -c -o urcu-pointer.lo urcu-pointer.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT urcu-pointer.lo -MD -MP -MF .deps/urcu-pointer.Tpo -c urcu-pointer.c  -fPIC -DPIC -o .libs/urcu-pointer.o
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT urcu-pointer.lo -MD -MP -MF .deps/urcu-pointer.Tpo -c urcu-pointer.c -o urcu-pointer.o >/dev/null 2>&1
mv -f .deps/urcu-pointer.Tpo .deps/urcu-pointer.Plo
/bin/bash ./libtool  --tag=CC   --mode=link arm-linux-gnueabihf-gcc -Wall -g -O2 -pthread -version-info 4:0:0 -lpthread   -o liburcu.la -rpath /usr/local/lib urcu.lo urcu-pointer.lo compat_futex.lo liburcu-common.la 
libtool: link: arm-linux-gnueabihf-gcc -shared  -fPIC -DPIC  .libs/urcu.o .libs/urcu-pointer.o .libs/compat_futex.o   -Wl,-rpath -Wl,/u/ldalessa/userspace-rcu/.libs ./.libs/liburcu-common.so -lpthread  -g -O2 -pthread   -pthread -Wl,-soname -Wl,liburcu.so.4 -o .libs/liburcu.so.4.0.0
libtool: link: (cd ".libs" && rm -f "liburcu.so.4" && ln -s "liburcu.so.4.0.0" "liburcu.so.4")
libtool: link: (cd ".libs" && rm -f "liburcu.so" && ln -s "liburcu.so.4.0.0" "liburcu.so")
libtool: link: arm-linux-gnueabihf-ar cru .libs/liburcu.a  urcu.o urcu-pointer.o compat_futex.o
arm-linux-gnueabihf-ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: arm-linux-gnueabihf-ranlib .libs/liburcu.a
libtool: link: ( cd ".libs" && rm -f "liburcu.la" && ln -s "../liburcu.la" "liburcu.la" )
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -Wall -g -O2 -pthread -MT urcu-qsbr.lo -MD -MP -MF .deps/urcu-qsbr.Tpo -c -o urcu-qsbr.lo urcu-qsbr.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT urcu-qsbr.lo -MD -MP -MF .deps/urcu-qsbr.Tpo -c urcu-qsbr.c  -fPIC -DPIC -o .libs/urcu-qsbr.o
In file included from compat-getcpu.h:24:0,
                 from urcu-call-rcu-impl.h:39,
                 from urcu-qsbr.c:503:
urcu-call-rcu-impl.h: In function ‘alloc_cpu_call_rcu_data’:
./config.h:249:16: warning: implicit declaration of function ‘rpl_malloc’ [-Wimplicit-function-declaration]
 #define malloc rpl_malloc
                ^
urcu-call-rcu-impl.h:141:6: note: in expansion of macro ‘malloc’
  p = malloc(maxcpus * sizeof(*per_cpu_call_rcu_data));
      ^
In file included from urcu-qsbr.c:503:0:
urcu-call-rcu-impl.h:141:4: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  p = malloc(maxcpus * sizeof(*per_cpu_call_rcu_data));
    ^
urcu-call-rcu-impl.h: In function ‘call_rcu_data_init’:
urcu-call-rcu-impl.h:422:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  crdp = malloc(sizeof(*crdp));
       ^
urcu-call-rcu-impl.h: In function ‘free_all_cpu_call_rcu_data’:
urcu-call-rcu-impl.h:784:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  crdp = malloc(sizeof(*crdp) * maxcpus);
       ^
In file included from urcu-qsbr.c:504:0:
urcu-defer-impl.h: In function ‘rcu_defer_register_thread_qsbr’:
urcu-defer-impl.h:432:26: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  URCU_TLS(defer_queue).q = malloc(sizeof(void *) * DEFER_QUEUE_SIZE);
                          ^
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT urcu-qsbr.lo -MD -MP -MF .deps/urcu-qsbr.Tpo -c urcu-qsbr.c -o urcu-qsbr.o >/dev/null 2>&1
mv -f .deps/urcu-qsbr.Tpo .deps/urcu-qsbr.Plo
/bin/bash ./libtool  --tag=CC   --mode=link arm-linux-gnueabihf-gcc -Wall -g -O2 -pthread -version-info 4:0:0 -lpthread   -o liburcu-qsbr.la -rpath /usr/local/lib urcu-qsbr.lo urcu-pointer.lo compat_futex.lo liburcu-common.la 
libtool: link: arm-linux-gnueabihf-gcc -shared  -fPIC -DPIC  .libs/urcu-qsbr.o .libs/urcu-pointer.o .libs/compat_futex.o   -Wl,-rpath -Wl,/u/ldalessa/userspace-rcu/.libs ./.libs/liburcu-common.so -lpthread  -g -O2 -pthread   -pthread -Wl,-soname -Wl,liburcu-qsbr.so.4 -o .libs/liburcu-qsbr.so.4.0.0
libtool: link: (cd ".libs" && rm -f "liburcu-qsbr.so.4" && ln -s "liburcu-qsbr.so.4.0.0" "liburcu-qsbr.so.4")
libtool: link: (cd ".libs" && rm -f "liburcu-qsbr.so" && ln -s "liburcu-qsbr.so.4.0.0" "liburcu-qsbr.so")
libtool: link: arm-linux-gnueabihf-ar cru .libs/liburcu-qsbr.a  urcu-qsbr.o urcu-pointer.o compat_futex.o
arm-linux-gnueabihf-ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: arm-linux-gnueabihf-ranlib .libs/liburcu-qsbr.a
libtool: link: ( cd ".libs" && rm -f "liburcu-qsbr.la" && ln -s "../liburcu-qsbr.la" "liburcu-qsbr.la" )
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -DRCU_MB -g -O2 -pthread -MT liburcu_mb_la-urcu.lo -MD -MP -MF .deps/liburcu_mb_la-urcu.Tpo -c -o liburcu_mb_la-urcu.lo `test -f 'urcu.c' || echo './'`urcu.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -DRCU_MB -g -O2 -pthread -MT liburcu_mb_la-urcu.lo -MD -MP -MF .deps/liburcu_mb_la-urcu.Tpo -c urcu.c  -fPIC -DPIC -o .libs/liburcu_mb_la-urcu.o
In file included from compat-getcpu.h:24:0,
                 from urcu-call-rcu-impl.h:39,
                 from urcu.c:604:
urcu-call-rcu-impl.h: In function ‘alloc_cpu_call_rcu_data’:
./config.h:249:16: warning: implicit declaration of function ‘rpl_malloc’ [-Wimplicit-function-declaration]
 #define malloc rpl_malloc
                ^
urcu-call-rcu-impl.h:141:6: note: in expansion of macro ‘malloc’
  p = malloc(maxcpus * sizeof(*per_cpu_call_rcu_data));
      ^
In file included from urcu.c:604:0:
urcu-call-rcu-impl.h:141:4: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  p = malloc(maxcpus * sizeof(*per_cpu_call_rcu_data));
    ^
urcu-call-rcu-impl.h: In function ‘call_rcu_data_init’:
urcu-call-rcu-impl.h:422:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  crdp = malloc(sizeof(*crdp));
       ^
urcu-call-rcu-impl.h: In function ‘free_all_cpu_call_rcu_data_mb’:
urcu-call-rcu-impl.h:784:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  crdp = malloc(sizeof(*crdp) * maxcpus);
       ^
In file included from urcu.c:605:0:
urcu-defer-impl.h: In function ‘rcu_defer_register_thread_mb’:
urcu-defer-impl.h:432:26: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  URCU_TLS(defer_queue).q = malloc(sizeof(void *) * DEFER_QUEUE_SIZE);
                          ^
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -DRCU_MB -g -O2 -pthread -MT liburcu_mb_la-urcu.lo -MD -MP -MF .deps/liburcu_mb_la-urcu.Tpo -c urcu.c -o liburcu_mb_la-urcu.o >/dev/null 2>&1
mv -f .deps/liburcu_mb_la-urcu.Tpo .deps/liburcu_mb_la-urcu.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -DRCU_MB -g -O2 -pthread -MT liburcu_mb_la-urcu-pointer.lo -MD -MP -MF .deps/liburcu_mb_la-urcu-pointer.Tpo -c -o liburcu_mb_la-urcu-pointer.lo `test -f 'urcu-pointer.c' || echo './'`urcu-pointer.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -DRCU_MB -g -O2 -pthread -MT liburcu_mb_la-urcu-pointer.lo -MD -MP -MF .deps/liburcu_mb_la-urcu-pointer.Tpo -c urcu-pointer.c  -fPIC -DPIC -o .libs/liburcu_mb_la-urcu-pointer.o
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -DRCU_MB -g -O2 -pthread -MT liburcu_mb_la-urcu-pointer.lo -MD -MP -MF .deps/liburcu_mb_la-urcu-pointer.Tpo -c urcu-pointer.c -o liburcu_mb_la-urcu-pointer.o >/dev/null 2>&1
mv -f .deps/liburcu_mb_la-urcu-pointer.Tpo .deps/liburcu_mb_la-urcu-pointer.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -DRCU_MB -g -O2 -pthread -MT liburcu_mb_la-compat_futex.lo -MD -MP -MF .deps/liburcu_mb_la-compat_futex.Tpo -c -o liburcu_mb_la-compat_futex.lo `test -f 'compat_futex.c' || echo './'`compat_futex.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -DRCU_MB -g -O2 -pthread -MT liburcu_mb_la-compat_futex.lo -MD -MP -MF .deps/liburcu_mb_la-compat_futex.Tpo -c compat_futex.c  -fPIC -DPIC -o .libs/liburcu_mb_la-compat_futex.o
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -DRCU_MB -g -O2 -pthread -MT liburcu_mb_la-compat_futex.lo -MD -MP -MF .deps/liburcu_mb_la-compat_futex.Tpo -c compat_futex.c -o liburcu_mb_la-compat_futex.o >/dev/null 2>&1
mv -f .deps/liburcu_mb_la-compat_futex.Tpo .deps/liburcu_mb_la-compat_futex.Plo
/bin/bash ./libtool  --tag=CC   --mode=link arm-linux-gnueabihf-gcc -DRCU_MB -g -O2 -pthread -version-info 4:0:0 -lpthread   -o liburcu-mb.la -rpath /usr/local/lib liburcu_mb_la-urcu.lo liburcu_mb_la-urcu-pointer.lo liburcu_mb_la-compat_futex.lo liburcu-common.la 
libtool: link: arm-linux-gnueabihf-gcc -shared  -fPIC -DPIC  .libs/liburcu_mb_la-urcu.o .libs/liburcu_mb_la-urcu-pointer.o .libs/liburcu_mb_la-compat_futex.o   -Wl,-rpath -Wl,/u/ldalessa/userspace-rcu/.libs ./.libs/liburcu-common.so -lpthread  -g -O2 -pthread   -pthread -Wl,-soname -Wl,liburcu-mb.so.4 -o .libs/liburcu-mb.so.4.0.0
libtool: link: (cd ".libs" && rm -f "liburcu-mb.so.4" && ln -s "liburcu-mb.so.4.0.0" "liburcu-mb.so.4")
libtool: link: (cd ".libs" && rm -f "liburcu-mb.so" && ln -s "liburcu-mb.so.4.0.0" "liburcu-mb.so")
libtool: link: arm-linux-gnueabihf-ar cru .libs/liburcu-mb.a  liburcu_mb_la-urcu.o liburcu_mb_la-urcu-pointer.o liburcu_mb_la-compat_futex.o
arm-linux-gnueabihf-ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: arm-linux-gnueabihf-ranlib .libs/liburcu-mb.a
libtool: link: ( cd ".libs" && rm -f "liburcu-mb.la" && ln -s "../liburcu-mb.la" "liburcu-mb.la" )
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -DRCU_SIGNAL -g -O2 -pthread -MT liburcu_signal_la-urcu.lo -MD -MP -MF .deps/liburcu_signal_la-urcu.Tpo -c -o liburcu_signal_la-urcu.lo `test -f 'urcu.c' || echo './'`urcu.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -DRCU_SIGNAL -g -O2 -pthread -MT liburcu_signal_la-urcu.lo -MD -MP -MF .deps/liburcu_signal_la-urcu.Tpo -c urcu.c  -fPIC -DPIC -o .libs/liburcu_signal_la-urcu.o
In file included from compat-getcpu.h:24:0,
                 from urcu-call-rcu-impl.h:39,
                 from urcu.c:604:
urcu-call-rcu-impl.h: In function ‘alloc_cpu_call_rcu_data’:
./config.h:249:16: warning: implicit declaration of function ‘rpl_malloc’ [-Wimplicit-function-declaration]
 #define malloc rpl_malloc
                ^
urcu-call-rcu-impl.h:141:6: note: in expansion of macro ‘malloc’
  p = malloc(maxcpus * sizeof(*per_cpu_call_rcu_data));
      ^
In file included from urcu.c:604:0:
urcu-call-rcu-impl.h:141:4: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  p = malloc(maxcpus * sizeof(*per_cpu_call_rcu_data));
    ^
urcu-call-rcu-impl.h: In function ‘call_rcu_data_init’:
urcu-call-rcu-impl.h:422:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  crdp = malloc(sizeof(*crdp));
       ^
urcu-call-rcu-impl.h: In function ‘free_all_cpu_call_rcu_data_sig’:
urcu-call-rcu-impl.h:784:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  crdp = malloc(sizeof(*crdp) * maxcpus);
       ^
In file included from urcu.c:605:0:
urcu-defer-impl.h: In function ‘rcu_defer_register_thread_sig’:
urcu-defer-impl.h:432:26: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  URCU_TLS(defer_queue).q = malloc(sizeof(void *) * DEFER_QUEUE_SIZE);
                          ^
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -DRCU_SIGNAL -g -O2 -pthread -MT liburcu_signal_la-urcu.lo -MD -MP -MF .deps/liburcu_signal_la-urcu.Tpo -c urcu.c -o liburcu_signal_la-urcu.o >/dev/null 2>&1
mv -f .deps/liburcu_signal_la-urcu.Tpo .deps/liburcu_signal_la-urcu.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -DRCU_SIGNAL -g -O2 -pthread -MT liburcu_signal_la-urcu-pointer.lo -MD -MP -MF .deps/liburcu_signal_la-urcu-pointer.Tpo -c -o liburcu_signal_la-urcu-pointer.lo `test -f 'urcu-pointer.c' || echo './'`urcu-pointer.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -DRCU_SIGNAL -g -O2 -pthread -MT liburcu_signal_la-urcu-pointer.lo -MD -MP -MF .deps/liburcu_signal_la-urcu-pointer.Tpo -c urcu-pointer.c  -fPIC -DPIC -o .libs/liburcu_signal_la-urcu-pointer.o
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -DRCU_SIGNAL -g -O2 -pthread -MT liburcu_signal_la-urcu-pointer.lo -MD -MP -MF .deps/liburcu_signal_la-urcu-pointer.Tpo -c urcu-pointer.c -o liburcu_signal_la-urcu-pointer.o >/dev/null 2>&1
mv -f .deps/liburcu_signal_la-urcu-pointer.Tpo .deps/liburcu_signal_la-urcu-pointer.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -DRCU_SIGNAL -g -O2 -pthread -MT liburcu_signal_la-compat_futex.lo -MD -MP -MF .deps/liburcu_signal_la-compat_futex.Tpo -c -o liburcu_signal_la-compat_futex.lo `test -f 'compat_futex.c' || echo './'`compat_futex.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -DRCU_SIGNAL -g -O2 -pthread -MT liburcu_signal_la-compat_futex.lo -MD -MP -MF .deps/liburcu_signal_la-compat_futex.Tpo -c compat_futex.c  -fPIC -DPIC -o .libs/liburcu_signal_la-compat_futex.o
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -DRCU_SIGNAL -g -O2 -pthread -MT liburcu_signal_la-compat_futex.lo -MD -MP -MF .deps/liburcu_signal_la-compat_futex.Tpo -c compat_futex.c -o liburcu_signal_la-compat_futex.o >/dev/null 2>&1
mv -f .deps/liburcu_signal_la-compat_futex.Tpo .deps/liburcu_signal_la-compat_futex.Plo
/bin/bash ./libtool  --tag=CC   --mode=link arm-linux-gnueabihf-gcc -DRCU_SIGNAL -g -O2 -pthread -version-info 4:0:0 -lpthread   -o liburcu-signal.la -rpath /usr/local/lib liburcu_signal_la-urcu.lo liburcu_signal_la-urcu-pointer.lo liburcu_signal_la-compat_futex.lo liburcu-common.la 
libtool: link: arm-linux-gnueabihf-gcc -shared  -fPIC -DPIC  .libs/liburcu_signal_la-urcu.o .libs/liburcu_signal_la-urcu-pointer.o .libs/liburcu_signal_la-compat_futex.o   -Wl,-rpath -Wl,/u/ldalessa/userspace-rcu/.libs ./.libs/liburcu-common.so -lpthread  -g -O2 -pthread   -pthread -Wl,-soname -Wl,liburcu-signal.so.4 -o .libs/liburcu-signal.so.4.0.0
libtool: link: (cd ".libs" && rm -f "liburcu-signal.so.4" && ln -s "liburcu-signal.so.4.0.0" "liburcu-signal.so.4")
libtool: link: (cd ".libs" && rm -f "liburcu-signal.so" && ln -s "liburcu-signal.so.4.0.0" "liburcu-signal.so")
libtool: link: arm-linux-gnueabihf-ar cru .libs/liburcu-signal.a  liburcu_signal_la-urcu.o liburcu_signal_la-urcu-pointer.o liburcu_signal_la-compat_futex.o
arm-linux-gnueabihf-ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: arm-linux-gnueabihf-ranlib .libs/liburcu-signal.a
libtool: link: ( cd ".libs" && rm -f "liburcu-signal.la" && ln -s "../liburcu-signal.la" "liburcu-signal.la" )
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -Wall -g -O2 -pthread -MT urcu-bp.lo -MD -MP -MF .deps/urcu-bp.Tpo -c -o urcu-bp.lo urcu-bp.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT urcu-bp.lo -MD -MP -MF .deps/urcu-bp.Tpo -c urcu-bp.c  -fPIC -DPIC -o .libs/urcu-bp.o
In file included from compat-getcpu.h:24:0,
                 from urcu-call-rcu-impl.h:39,
                 from urcu-bp.c:717:
urcu-call-rcu-impl.h: In function ‘alloc_cpu_call_rcu_data’:
./config.h:249:16: warning: implicit declaration of function ‘rpl_malloc’ [-Wimplicit-function-declaration]
 #define malloc rpl_malloc
                ^
urcu-call-rcu-impl.h:141:6: note: in expansion of macro ‘malloc’
  p = malloc(maxcpus * sizeof(*per_cpu_call_rcu_data));
      ^
In file included from urcu-bp.c:717:0:
urcu-call-rcu-impl.h:141:4: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  p = malloc(maxcpus * sizeof(*per_cpu_call_rcu_data));
    ^
urcu-call-rcu-impl.h: In function ‘call_rcu_data_init’:
urcu-call-rcu-impl.h:422:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  crdp = malloc(sizeof(*crdp));
       ^
urcu-call-rcu-impl.h: In function ‘free_all_cpu_call_rcu_data_bp’:
urcu-call-rcu-impl.h:784:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  crdp = malloc(sizeof(*crdp) * maxcpus);
       ^
In file included from urcu-bp.c:718:0:
urcu-defer-impl.h: In function ‘rcu_defer_register_thread_bp’:
urcu-defer-impl.h:432:26: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  URCU_TLS(defer_queue).q = malloc(sizeof(void *) * DEFER_QUEUE_SIZE);
                          ^
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT urcu-bp.lo -MD -MP -MF .deps/urcu-bp.Tpo -c urcu-bp.c -o urcu-bp.o >/dev/null 2>&1
mv -f .deps/urcu-bp.Tpo .deps/urcu-bp.Plo
/bin/bash ./libtool  --tag=CC   --mode=link arm-linux-gnueabihf-gcc -Wall -g -O2 -pthread -version-info 4:0:0 -lpthread   -o liburcu-bp.la -rpath /usr/local/lib urcu-bp.lo urcu-pointer.lo compat_futex.lo liburcu-common.la 
libtool: link: arm-linux-gnueabihf-gcc -shared  -fPIC -DPIC  .libs/urcu-bp.o .libs/urcu-pointer.o .libs/compat_futex.o   -Wl,-rpath -Wl,/u/ldalessa/userspace-rcu/.libs ./.libs/liburcu-common.so -lpthread  -g -O2 -pthread   -pthread -Wl,-soname -Wl,liburcu-bp.so.4 -o .libs/liburcu-bp.so.4.0.0
libtool: link: (cd ".libs" && rm -f "liburcu-bp.so.4" && ln -s "liburcu-bp.so.4.0.0" "liburcu-bp.so.4")
libtool: link: (cd ".libs" && rm -f "liburcu-bp.so" && ln -s "liburcu-bp.so.4.0.0" "liburcu-bp.so")
libtool: link: arm-linux-gnueabihf-ar cru .libs/liburcu-bp.a  urcu-bp.o urcu-pointer.o compat_futex.o
arm-linux-gnueabihf-ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: arm-linux-gnueabihf-ranlib .libs/liburcu-bp.a
libtool: link: ( cd ".libs" && rm -f "liburcu-bp.la" && ln -s "../liburcu-bp.la" "liburcu-bp.la" )
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -Wall -g -O2 -pthread -MT rculfqueue.lo -MD -MP -MF .deps/rculfqueue.Tpo -c -o rculfqueue.lo rculfqueue.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT rculfqueue.lo -MD -MP -MF .deps/rculfqueue.Tpo -c rculfqueue.c  -fPIC -DPIC -o .libs/rculfqueue.o
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT rculfqueue.lo -MD -MP -MF .deps/rculfqueue.Tpo -c rculfqueue.c -o rculfqueue.o >/dev/null 2>&1
mv -f .deps/rculfqueue.Tpo .deps/rculfqueue.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -Wall -g -O2 -pthread -MT rculfstack.lo -MD -MP -MF .deps/rculfstack.Tpo -c -o rculfstack.lo rculfstack.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT rculfstack.lo -MD -MP -MF .deps/rculfstack.Tpo -c rculfstack.c  -fPIC -DPIC -o .libs/rculfstack.o
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT rculfstack.lo -MD -MP -MF .deps/rculfstack.Tpo -c rculfstack.c -o rculfstack.o >/dev/null 2>&1
mv -f .deps/rculfstack.Tpo .deps/rculfstack.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -Wall -g -O2 -pthread -MT lfstack.lo -MD -MP -MF .deps/lfstack.Tpo -c -o lfstack.lo lfstack.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT lfstack.lo -MD -MP -MF .deps/lfstack.Tpo -c lfstack.c  -fPIC -DPIC -o .libs/lfstack.o
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT lfstack.lo -MD -MP -MF .deps/lfstack.Tpo -c lfstack.c -o lfstack.o >/dev/null 2>&1
mv -f .deps/lfstack.Tpo .deps/lfstack.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -Wall -g -O2 -pthread -MT rculfhash.lo -MD -MP -MF .deps/rculfhash.Tpo -c -o rculfhash.lo rculfhash.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT rculfhash.lo -MD -MP -MF .deps/rculfhash.Tpo -c rculfhash.c  -fPIC -DPIC -o .libs/rculfhash.o
In file included from compat-getcpu.h:24:0,
                 from rculfhash.c:270:
rculfhash.c: In function ‘__cds_lfht_resize_lazy_launch’:
./config.h:249:16: warning: implicit declaration of function ‘rpl_malloc’ [-Wimplicit-function-declaration]
 #define malloc rpl_malloc
                ^
rculfhash.c:1989:10: note: in expansion of macro ‘malloc’
   work = malloc(sizeof(*work));
          ^
rculfhash.c:1989:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   work = malloc(sizeof(*work));
        ^
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT rculfhash.lo -MD -MP -MF .deps/rculfhash.Tpo -c rculfhash.c -o rculfhash.o >/dev/null 2>&1
mv -f .deps/rculfhash.Tpo .deps/rculfhash.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -Wall -g -O2 -pthread -MT rculfhash-mm-order.lo -MD -MP -MF .deps/rculfhash-mm-order.Tpo -c -o rculfhash-mm-order.lo rculfhash-mm-order.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT rculfhash-mm-order.lo -MD -MP -MF .deps/rculfhash-mm-order.Tpo -c rculfhash-mm-order.c  -fPIC -DPIC -o .libs/rculfhash-mm-order.o
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT rculfhash-mm-order.lo -MD -MP -MF .deps/rculfhash-mm-order.Tpo -c rculfhash-mm-order.c -o rculfhash-mm-order.o >/dev/null 2>&1
mv -f .deps/rculfhash-mm-order.Tpo .deps/rculfhash-mm-order.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -Wall -g -O2 -pthread -MT rculfhash-mm-chunk.lo -MD -MP -MF .deps/rculfhash-mm-chunk.Tpo -c -o rculfhash-mm-chunk.lo rculfhash-mm-chunk.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT rculfhash-mm-chunk.lo -MD -MP -MF .deps/rculfhash-mm-chunk.Tpo -c rculfhash-mm-chunk.c  -fPIC -DPIC -o .libs/rculfhash-mm-chunk.o
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT rculfhash-mm-chunk.lo -MD -MP -MF .deps/rculfhash-mm-chunk.Tpo -c rculfhash-mm-chunk.c -o rculfhash-mm-chunk.o >/dev/null 2>&1
mv -f .deps/rculfhash-mm-chunk.Tpo .deps/rculfhash-mm-chunk.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu  -I./urcu  -Wall -g -O2 -pthread -MT rculfhash-mm-mmap.lo -MD -MP -MF .deps/rculfhash-mm-mmap.Tpo -c -o rculfhash-mm-mmap.lo rculfhash-mm-mmap.c
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT rculfhash-mm-mmap.lo -MD -MP -MF .deps/rculfhash-mm-mmap.Tpo -c rculfhash-mm-mmap.c  -fPIC -DPIC -o .libs/rculfhash-mm-mmap.o
libtool: compile:  arm-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I./urcu -I./urcu -Wall -g -O2 -pthread -MT rculfhash-mm-mmap.lo -MD -MP -MF .deps/rculfhash-mm-mmap.Tpo -c rculfhash-mm-mmap.c -o rculfhash-mm-mmap.o >/dev/null 2>&1
mv -f .deps/rculfhash-mm-mmap.Tpo .deps/rculfhash-mm-mmap.Plo
/bin/bash ./libtool  --tag=CC   --mode=link arm-linux-gnueabihf-gcc -Wall -g -O2 -pthread -version-info 4:0:0 -lpthread   -o liburcu-cds.la -rpath /usr/local/lib rculfqueue.lo rculfstack.lo lfstack.lo rculfhash.lo rculfhash-mm-order.lo rculfhash-mm-chunk.lo rculfhash-mm-mmap.lo compat_futex.lo liburcu-common.la 
libtool: link: arm-linux-gnueabihf-gcc -shared  -fPIC -DPIC  .libs/rculfqueue.o .libs/rculfstack.o .libs/lfstack.o .libs/rculfhash.o .libs/rculfhash-mm-order.o .libs/rculfhash-mm-chunk.o .libs/rculfhash-mm-mmap.o .libs/compat_futex.o   -Wl,-rpath -Wl,/u/ldalessa/userspace-rcu/.libs ./.libs/liburcu-common.so -lpthread  -g -O2 -pthread   -pthread -Wl,-soname -Wl,liburcu-cds.so.4 -o .libs/liburcu-cds.so.4.0.0
libtool: link: (cd ".libs" && rm -f "liburcu-cds.so.4" && ln -s "liburcu-cds.so.4.0.0" "liburcu-cds.so.4")
libtool: link: (cd ".libs" && rm -f "liburcu-cds.so" && ln -s "liburcu-cds.so.4.0.0" "liburcu-cds.so")
libtool: link: arm-linux-gnueabihf-ar cru .libs/liburcu-cds.a  rculfqueue.o rculfstack.o lfstack.o rculfhash.o rculfhash-mm-order.o rculfhash-mm-chunk.o rculfhash-mm-mmap.o compat_futex.o
arm-linux-gnueabihf-ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: arm-linux-gnueabihf-ranlib .libs/liburcu-cds.a
libtool: link: ( cd ".libs" && rm -f "liburcu-cds.la" && ln -s "../liburcu-cds.la" "liburcu-cds.la" )
make[2]: Leaving directory '/home/ldalessa/userspace-rcu'
Making all in doc
make[2]: Entering directory '/home/ldalessa/userspace-rcu/doc'
Making all in examples
make[3]: Entering directory '/home/ldalessa/userspace-rcu/doc/examples'
Examples: relative top_srcdir path ../..
Examples: relative top_builddir path ../..
make[4]: Entering directory '/home/ldalessa/userspace-rcu/doc/examples'
make -C hlist
make[5]: Entering directory '/home/ldalessa/userspace-rcu/doc/examples/hlist'
make -f Makefile.cds_hlist_add_head_rcu
make[6]: Entering directory '/home/ldalessa/userspace-rcu/doc/examples/hlist'
arm-linux-gnueabihf-gcc  -g -O2 -Wall -I..//../../ -I../../../ -g -O2 -pthread \
	-c -o cds_hlist_add_head_rcu.o cds_hlist_add_head_rcu.c
arm-linux-gnueabihf-gcc -g -O2 -Wall  -g -O2 -pthread -L../../../.libs/ -Wl,-rpath "/u/ldalessa/userspace-rcu/doc/examples/../../.libs/" \
	-o cds_hlist_add_head_rcu cds_hlist_add_head_rcu.o -lurcu
../../../.libs//liburcu.so: undefined reference to `rpl_malloc'
collect2: error: ld returned 1 exit status
../Makefile.examples.template:22: recipe for target 'cds_hlist_add_head_rcu' failed
make[6]: *** [cds_hlist_add_head_rcu] Error 1
make[6]: Leaving directory '/home/ldalessa/userspace-rcu/doc/examples/hlist'
Makefile:15: recipe for target 'all' failed
make[5]: *** [all] Error 2
make[5]: Leaving directory '/home/ldalessa/userspace-rcu/doc/examples/hlist'
dist-files/Makefile:15: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/home/ldalessa/userspace-rcu/doc/examples'
Makefile:839: recipe for target 'all-local' failed
make[3]: *** [all-local] Error 2
make[3]: Leaving directory '/home/ldalessa/userspace-rcu/doc/examples'
Makefile:415: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/ldalessa/userspace-rcu/doc'
Makefile:921: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ldalessa/userspace-rcu'
Makefile:557: recipe for target 'all' failed
make: *** [all] Error 2

[-- Attachment #1.1.2.7: Type: text/html, Size: 6814 bytes --]

[-- Attachment #1.2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 842 bytes --]

[-- Attachment #2: Type: text/plain, Size: 156 bytes --]

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 5+ messages in thread

* urcu AC_FUNC_MALLOC fails for cross-compile
@ 2016-06-14 16:12 D'Alessandro, Luke K
  0 siblings, 0 replies; 5+ messages in thread
From: D'Alessandro, Luke K @ 2016-06-14 16:12 UTC (permalink / raw)
  To: lttng-dev


[-- Attachment #1.1: Type: text/plain, Size: 289 bytes --]

The AC_FUNC_MALLOC depends on some runtime results which doesn't work when cross compiling. Google has a bit to say about this and basically the fix is to stop using the macro. Is there a specific purpose for this check, or could it just be eliminated from configure.ac?

Thanks,
Luke

[-- Attachment #1.2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 842 bytes --]

[-- Attachment #2: Type: text/plain, Size: 156 bytes --]

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-14 17:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <A96D5DC1-9242-4C88-ADE1-150DCAE62C54@indiana.edu>
2016-06-14 16:21 ` urcu AC_FUNC_MALLOC fails for cross-compile Mathieu Desnoyers
     [not found] ` <418211441.35787.1465921264498.JavaMail.zimbra@efficios.com>
2016-06-14 16:26   ` D'Alessandro, Luke K
     [not found]   ` <AB895F8E-7C42-43C6-AA36-CAE3B353E86A@indiana.edu>
2016-06-14 16:33     ` Mathieu Desnoyers
     [not found]     ` <389089988.35928.1465921999056.JavaMail.zimbra@efficios.com>
2016-06-14 17:22       ` D'Alessandro, Luke K
2016-06-14 16:12 D'Alessandro, Luke K

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.