1.下载userspace-rcu源码
git clone git://git.liburcu.org/userspace-rcu.git
2.步骤:
./bootstrap
./configure
make
make install
ldconfig
3.安装过程
(1)查看文件
[root@localhost klfs]# cd /home/userspace-rcu/
[root@localhost userspace-rcu]# ll
total 1200
-rw-r--r--. 1 root root 37567 Jun 29 04:39 aclocal.m4
drwxr-xr-x. 2 root root 4096 Jun 29 04:39 autom4te.cache
-rwxr-xr-x. 1 root root 78 Jun 29 04:39 bootstrap
-rw-r--r--. 1 root root 29877 Jun 29 04:39 ChangeLog
-rw-r--r--. 1 root root 308 Jun 29 04:39 CodingStyle
drwxr-xr-x. 2 root root 4096 Jun 29 04:39 config
-rw-r--r--. 1 root root 66727 Jun 29 04:39 config.log
-rwxr-xr-x. 1 root root 64531 Jun 29 04:39 config.status
-rwxr-xr-x. 1 root root 566248 Jun 29 04:39 configure
-rw-r--r--. 1 root root 13188 Jun 29 04:39 configure.ac
drwxr-xr-x. 3 root root 4096 Jun 29 04:39 doc
-rw-r--r--. 1 root root 17987 Jun 29 04:39 gpl-2.0.txt
drwxr-xr-x. 3 root root 4096 Jun 29 04:39 include
-rw-r--r--. 1 root root 26434 Jun 29 04:39 lgpl-2.1.txt
-rw-r--r--. 1 root root 1083 Jun 29 04:39 lgpl-relicensing.txt
-rwxr-xr-x. 1 root root 258048 Jun 29 04:39 libtool
-rw-r--r--. 1 root root 1443 Jun 29 04:39 LICENSE
drwxr-xr-x. 2 root root 4096 Jun 29 04:39 m4
-rw-r--r--. 1 root root 26061 Jun 29 04:39 Makefile
-rw-r--r--. 1 root root 408 Jun 29 04:39 Makefile.am
-rw-r--r--. 1 root root 25939 Jun 29 04:39 Makefile.in
-rw-r--r--. 1 root root 14427 Jun 29 04:39 README.md
drwxr-xr-x. 2 root root 4096 Jun 29 04:39 scripts
drwxr-xr-x. 4 root root 4096 Jun 29 04:39 src
drwxr-xr-x. 7 root root 4096 Jun 29 04:39 tests
[root@localhost userspace-rcu]# ./bootstrap
+ '[' '!' -d config ']'
+ autoreconf -vi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
autoreconf: Leaving directory `.'
[root@localhost userspace-rcu]# ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for thread local storage (TLS) class... __thread
checking how to run the C preprocessor... 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 gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for nproc... nproc
checking for getconf... getconf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... no
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) 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 whether gcc -std=gnu99 is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
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... yes
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 rand_r... 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 sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking if architecture really supports the mfence instruction... yes
checking for sys_futex()... yes
checking for library containing clock_gettime... -lrt
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
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating include/Makefile
config.status: creating src/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 src/liburcu.pc
config.status: creating src/liburcu-bp.pc
config.status: creating src/liburcu-cds.pc
config.status: creating src/liburcu-qsbr.pc
config.status: creating src/liburcu-mb.pc
config.status: creating src/liburcu-signal.pc
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: creating include/urcu/config.h
config.status: include/urcu/config.h is unchanged
config.status: linking include/urcu/arch/x86.h to include/urcu/arch.h
config.status: linking include/urcu/uatomic/x86.h to include/urcu/uatomic.h
config.status: executing depfiles commands
config.status: executing libtool commands
checking for tput... /usr/bin/tput
Userspace-RCU 0.10.0-pre
Features
Target architecture: x86_64
SMP support: yes
Memory fence instructions: yes
Futex support: yes
Thread Local Storage (TLS): __thread
clock_gettime(): yes
Require membarrier: no
Internal debugging: no
Install directories
Binaries: /usr/local/bin
Libraries: /usr/local/lib
[root@localhost userspace-rcu]# make
Making all in include
make[1]: Entering directory `/home/userspace-rcu/include'
(CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh /home/userspace-rcu/config/missing --run autoheader)
rm -f stamp-h1
touch config.h.in
cd .. && /bin/sh ./config.status include/config.h
config.status: creating include/config.h
config.status: include/config.h is unchanged
make all-am
make[2]: Entering directory `/home/userspace-rcu/include'
make[2]: Leaving directory `/home/userspace-rcu/include'
make[1]: Leaving directory `/home/userspace-rcu/include'
Making all in src
make[1]: Entering directory `/home/userspace-rcu/src'
CC wfcqueue.lo
CCLD liburcu-common.la
CC urcu.lo
CC urcu-pointer.lo
CCLD liburcu.la
CC urcu-qsbr.lo
CCLD liburcu-qsbr.la
CC liburcu_mb_la-urcu.lo
CC liburcu_mb_la-urcu-pointer.lo
CCLD liburcu-mb.la
CC liburcu_signal_la-urcu.lo
CCLD liburcu-signal.la
CC urcu-bp.lo
CCLD liburcu-bp.la
CC rculfqueue.lo
CC rculfstack.lo
CC lfstack.lo
CC rculfhash-mm-order.lo
CC rculfhash-mm-chunk.lo
CC rculfhash-mm-mmap.lo
CCLD liburcu-cds.la
make[1]: Leaving directory `/home/userspace-rcu/src'
Making all in doc
make[1]: Entering directory `/home/userspace-rcu/doc'
Making all in examples
make[2]: Entering directory `/home/userspace-rcu/doc/examples'
Examples: relative top_srcdir path ../..
Examples: relative top_builddir path ../..
make[3]: Entering directory `/home/userspace-rcu/doc/examples'
make -C hlist
make[4]: Entering directory `/home/userspace-rcu/doc/examples/hlist'
make -f Makefile.cds_hlist_add_head_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/hlist'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o cds_hlist_add_head_rcu.o cds_hlist_add_head_rcu.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_hlist_add_head_rcu cds_hlist_add_head_rcu.o -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/hlist'
make -f Makefile.cds_hlist_del_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/hlist'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o cds_hlist_del_rcu.o cds_hlist_del_rcu.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_hlist_del_rcu cds_hlist_del_rcu.o -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/hlist'
make -f Makefile.cds_hlist_for_each_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/hlist'
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_hlist_for_each_rcu cds_hlist_for_each_rcu.o -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/hlist'
make -f Makefile.cds_hlist_for_each_entry_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/hlist'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o cds_hlist_for_each_entry_rcu.o cds_hlist_for_each_entry_rcu.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_hlist_for_each_entry_rcu cds_hlist_for_each_entry_rcu.o -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/hlist'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/hlist'
make -C list
make[4]: Entering directory `/home/userspace-rcu/doc/examples/list'
make -f Makefile.cds_list_add_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/list'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o cds_list_add_rcu.o cds_list_add_rcu.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_list_add_rcu cds_list_add_rcu.o -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/list'
make -f Makefile.cds_list_add_tail_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/list'
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_list_add_tail_rcu cds_list_add_tail_rcu.o -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/list'
make -f Makefile.cds_list_del_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/list'
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_list_del_rcu cds_list_del_rcu.o -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/list'
make -f Makefile.cds_list_for_each_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/list'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/list'
make -f Makefile.cds_list_for_each_entry_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/list'
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_list_for_each_entry_rcu cds_list_for_each_entry_rcu.o -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/list'
make -f Makefile.cds_list_replace_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/list'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o cds_list_replace_rcu.o cds_list_replace_rcu.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_list_replace_rcu cds_list_replace_rcu.o -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/list'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/list'
make -C urcu-flavors
make[4]: Entering directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make -f Makefile.qsbr
make[5]: Entering directory `/home/userspace-rcu/doc/examples/urcu-flavors'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o qsbr.o qsbr.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o qsbr qsbr.o -lurcu-qsbr
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make -f Makefile.mb
make[5]: Entering directory `/home/userspace-rcu/doc/examples/urcu-flavors'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o mb.o mb.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o mb mb.o -lurcu-mb
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make -f Makefile.membarrier
make[5]: Entering directory `/home/userspace-rcu/doc/examples/urcu-flavors'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o membarrier.o membarrier.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o membarrier membarrier.o -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make -f Makefile.signal
make[5]: Entering directory `/home/userspace-rcu/doc/examples/urcu-flavors'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o signal.o signal.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o signal signal.o -lurcu-signal
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make -f Makefile.bp
make[5]: Entering directory `/home/userspace-rcu/doc/examples/urcu-flavors'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o bp.o bp.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o bp bp.o -lurcu-bp
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make -C wfcqueue
make[4]: Entering directory `/home/userspace-rcu/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_enqueue
make[5]: Entering directory `/home/userspace-rcu/doc/examples/wfcqueue'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o cds_wfcq_enqueue.o cds_wfcq_enqueue.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_wfcq_enqueue cds_wfcq_enqueue.o -lurcu-common
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_dequeue
make[5]: Entering directory `/home/userspace-rcu/doc/examples/wfcqueue'
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_wfcq_dequeue cds_wfcq_dequeue.o -lurcu-common
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_splice
make[5]: Entering directory `/home/userspace-rcu/doc/examples/wfcqueue'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o cds_wfcq_splice.o cds_wfcq_splice.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_wfcq_splice cds_wfcq_splice.o -lurcu-common
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/wfcqueue'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/wfcqueue'
make -C rculfqueue
make[4]: Entering directory `/home/userspace-rcu/doc/examples/rculfqueue'
make -f Makefile.cds_lfq_enqueue
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfqueue'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfqueue'
make -f Makefile.cds_lfq_dequeue
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfqueue'
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_lfq_dequeue cds_lfq_dequeue.o -lurcu-cds -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfqueue'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/rculfqueue'
make -C wfstack
make[4]: Entering directory `/home/userspace-rcu/doc/examples/wfstack'
make -f Makefile.cds_wfs_push
make[5]: Entering directory `/home/userspace-rcu/doc/examples/wfstack'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/wfstack'
make -f Makefile.cds_wfs_pop
make[5]: Entering directory `/home/userspace-rcu/doc/examples/wfstack'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o cds_wfs_pop.o cds_wfs_pop.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_wfs_pop cds_wfs_pop.o -lurcu-common
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/wfstack'
make -f Makefile.cds_wfs_pop_all_blocking
make[5]: Entering directory `/home/userspace-rcu/doc/examples/wfstack'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o cds_wfs_pop_all_blocking.o cds_wfs_pop_all_blocking.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_wfs_pop_all_blocking cds_wfs_pop_all_blocking.o -lurcu-common
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/wfstack'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/wfstack'
make -C lfstack
make[4]: Entering directory `/home/userspace-rcu/doc/examples/lfstack'
make -f Makefile.cds_lfs_push
make[5]: Entering directory `/home/userspace-rcu/doc/examples/lfstack'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o cds_lfs_push.o cds_lfs_push.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_lfs_push cds_lfs_push.o -lurcu-cds
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/lfstack'
make -f Makefile.cds_lfs_pop_blocking
make[5]: Entering directory `/home/userspace-rcu/doc/examples/lfstack'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/lfstack'
make -f Makefile.cds_lfs_pop_all_blocking
make[5]: Entering directory `/home/userspace-rcu/doc/examples/lfstack'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o cds_lfs_pop_all_blocking.o cds_lfs_pop_all_blocking.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_lfs_pop_all_blocking cds_lfs_pop_all_blocking.o -lurcu-cds
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/lfstack'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/lfstack'
make -C rculfhash
make[4]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o cds_lfht_add.o cds_lfht_add.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_lfht_add cds_lfht_add.o -lurcu-cds -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add_unique
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add_replace
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_lfht_add_replace cds_lfht_add_replace.o -lurcu-cds -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_del
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_lfht_del cds_lfht_del.o -lurcu-cds -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_destroy
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_lfht_destroy cds_lfht_destroy.o -lurcu-cds -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_lookup
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_for_each_entry_duplicate
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
gcc -std=gnu99 -g -O2 -Wall -I..//../../include/ -I..//../../src/ -I../../../include/ -I../../../include/src/ -g -O2 -pthread \
-c -o cds_lfht_for_each_entry_duplicate.o cds_lfht_for_each_entry_duplicate.c
gcc -std=gnu99 -g -O2 -Wall -g -O2 -pthread -L../../../src/.libs/ -Wl,-rpath "/home/userspace-rcu/doc/examples/../../src/.libs/" \
-o cds_lfht_for_each_entry_duplicate cds_lfht_for_each_entry_duplicate.o -lurcu-cds -lurcu
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make[3]: Leaving directory `/home/userspace-rcu/doc/examples'
make[2]: Leaving directory `/home/userspace-rcu/doc/examples'
make[2]: Entering directory `/home/userspace-rcu/doc'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/userspace-rcu/doc'
make[1]: Leaving directory `/home/userspace-rcu/doc'
Making all in tests
make[1]: Entering directory `/home/userspace-rcu/tests'
Making all in utils
make[2]: Entering directory `/home/userspace-rcu/tests/utils'
CC tap.o
AR libtap.a
make[2]: Leaving directory `/home/userspace-rcu/tests/utils'
Making all in common
make[2]: Entering directory `/home/userspace-rcu/tests/common'
CC debug-yield.lo
CCLD libdebug-yield.la
make[2]: Leaving directory `/home/userspace-rcu/tests/common'
Making all in unit
make[2]: Entering directory `/home/userspace-rcu/tests/unit'
CC test_uatomic.o
CCLD test_uatomic
CC test_urcu_multiflavor.o
CC test_urcu_multiflavor-memb.o
CC test_urcu_multiflavor-mb.o
CC test_urcu_multiflavor-signal.o
CC test_urcu_multiflavor-qsbr.o
CC test_urcu_multiflavor-bp.o
CCLD test_urcu_multiflavor
CC test_urcu_multiflavor_dynlink-test_urcu_multiflavor.o
CC test_urcu_multiflavor_dynlink-test_urcu_multiflavor-memb.o
CC test_urcu_multiflavor_dynlink-test_urcu_multiflavor-mb.o
CC test_urcu_multiflavor_dynlink-test_urcu_multiflavor-signal.o
CC test_urcu_multiflavor_dynlink-test_urcu_multiflavor-qsbr.o
CC test_urcu_multiflavor_dynlink-test_urcu_multiflavor-bp.o
CCLD test_urcu_multiflavor_dynlink
make[2]: Leaving directory `/home/userspace-rcu/tests/unit'
Making all in benchmark
make[2]: Entering directory `/home/userspace-rcu/tests/benchmark'
CC test_urcu.o
CCLD test_urcu
CC test_urcu_dynamic_link-test_urcu.o
CCLD test_urcu_dynamic_link
CC test_urcu_timing.o
CCLD test_urcu_timing
CC test_urcu_signal-test_urcu.o
CCLD test_urcu_signal
CC test_urcu_signal_dynamic_link-test_urcu.o
CCLD test_urcu_signal_dynamic_link
CC test_urcu_signal_timing-test_urcu_timing.o
CCLD test_urcu_signal_timing
CC test_rwlock_timing.o
CCLD test_rwlock_timing
CC test_rwlock.o
CCLD test_rwlock
CC test_perthreadlock_timing.o
CCLD test_perthreadlock_timing
CC test_perthreadlock.o
CCLD test_perthreadlock
CC test_urcu_yield-test_urcu.o
CCLD test_urcu_yield
CC test_urcu_signal_yield-test_urcu.o
CCLD test_urcu_signal_yield
CC test_urcu_mb-test_urcu.o
CCLD test_urcu_mb
CC test_urcu_qsbr_timing.o
CCLD test_urcu_qsbr_timing
CC test_urcu_qsbr.o
CCLD test_urcu_qsbr
CC test_mutex.o
CCLD test_mutex
CC test_looplen.o
CCLD test_looplen
CC test_urcu_gc.o
CCLD test_urcu_gc
CC test_urcu_signal_gc-test_urcu_gc.o
CCLD test_urcu_signal_gc
CC test_urcu_lgc-test_urcu_gc.o
CCLD test_urcu_lgc
CC test_urcu_mb_gc-test_urcu_gc.o
CCLD test_urcu_mb_gc
CC test_urcu_qsbr_gc.o
CCLD test_urcu_qsbr_gc
CC test_urcu_qsbr_lgc-test_urcu_qsbr_gc.o
CCLD test_urcu_qsbr_lgc
CC test_urcu_signal_lgc-test_urcu_gc.o
CCLD test_urcu_signal_lgc
CC test_urcu_mb_lgc-test_urcu_gc.o
CCLD test_urcu_mb_lgc
CC test_urcu_qsbr_dynamic_link-test_urcu_qsbr.o
CCLD test_urcu_qsbr_dynamic_link
CC test_urcu_defer.o
CCLD test_urcu_defer
CC test_urcu_assign.o
CCLD test_urcu_assign
CC test_urcu_assign_dynamic_link-test_urcu_assign.o
CCLD test_urcu_assign_dynamic_link
CC test_urcu_bp.o
CCLD test_urcu_bp
CC test_urcu_bp_dynamic_link-test_urcu_bp.o
CCLD test_urcu_bp_dynamic_link
CC test_cycles_per_loop.o
CCLD test_cycles_per_loop
CC test_urcu_lfq.o
CCLD test_urcu_lfq
CC test_urcu_wfq.o
CCLD test_urcu_wfq
CC test_urcu_lfs.o
CCLD test_urcu_lfs
CC test_urcu_wfs.o
CCLD test_urcu_wfs
CC test_urcu_lfs_rcu.o
CCLD test_urcu_lfs_rcu
CC test_urcu_wfcq.o
CCLD test_urcu_wfcq
CC test_urcu_wfq_dynlink-test_urcu_wfq.o
CCLD test_urcu_wfq_dynlink
CC test_urcu_wfs_dynlink-test_urcu_wfs.o
CCLD test_urcu_wfs_dynlink
CC test_urcu_wfcq_dynlink-test_urcu_wfcq.o
CCLD test_urcu_wfcq_dynlink
CC test_urcu_lfq_dynlink-test_urcu_lfq.o
CCLD test_urcu_lfq_dynlink
CC test_urcu_lfs_dynlink-test_urcu_lfs.o
CCLD test_urcu_lfs_dynlink
CC test_urcu_hash-test_urcu_hash.o
CC test_urcu_hash-test_urcu_hash_rw.o
CC test_urcu_hash-test_urcu_hash_unique.o
CCLD test_urcu_hash
CC test_urcu_lfs_rcu_dynlink-test_urcu_lfs_rcu.o
CCLD test_urcu_lfs_rcu_dynlink
make[2]: Leaving directory `/home/userspace-rcu/tests/benchmark'
Making all in regression
make[2]: Entering directory `/home/userspace-rcu/tests/regression'
CC test_urcu_fork.o
CCLD test_urcu_fork
CC rcutorture_urcu-urcutorture.o
CCLD rcutorture_urcu
CC rcutorture_urcu_signal-urcutorture.o
CCLD rcutorture_urcu_signal
CC rcutorture_urcu_mb-urcutorture.o
CCLD rcutorture_urcu_mb
CC rcutorture_urcu_bp-urcutorture.o
CCLD rcutorture_urcu_bp
CC rcutorture_urcu_qsbr-urcutorture.o
CCLD rcutorture_urcu_qsbr
make[2]: Leaving directory `/home/userspace-rcu/tests/regression'
make[2]: Entering directory `/home/userspace-rcu/tests'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/userspace-rcu/tests'
make[1]: Leaving directory `/home/userspace-rcu/tests'
make[1]: Entering directory `/home/userspace-rcu'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/userspace-rcu'
[root@localhost userspace-rcu]# make install
Making install in include
make[1]: Entering directory `/home/userspace-rcu/include'
make[2]: Entering directory `/home/userspace-rcu/include'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include"
/bin/mkdir -p '/usr/local/include/urcu/uatomic'
/usr/bin/install -c -m 644 urcu/uatomic/generic.h '/usr/local/include/urcu/uatomic'
/bin/mkdir -p '/usr/local/include/urcu/arch'
/usr/bin/install -c -m 644 urcu/arch/generic.h '/usr/local/include/urcu/arch'
/bin/mkdir -p '/usr/local/include/urcu'
/tls-compat.h urcu/debug.h '/usr/local/include/urcu'
/bin/mkdir -p '/usr/local/include/urcu/map'
/usr/bin/install -c -m 644 urcu/map/urcu-bp.h urcu/map/urcu.h urcu/map/urcu-qsbr.h '/usr/local/include/urcu/map'
/bin/mkdir -p '/usr/local/include/urcu/static'
u/static/urcu-qsbr.h urcu/static/wfcqueue.h urcu/static/wfqueue.h urcu/static/wfstack.h '/usr/local/include/urcu/static'
test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include"
/bin/mkdir -p '/usr/local/include/urcu'
/usr/bin/install -c -m 644 urcu/arch.h urcu/uatomic.h urcu/config.h '/usr/local/include/urcu'
make[2]: Leaving directory `/home/userspace-rcu/include'
make[1]: Leaving directory `/home/userspace-rcu/include'
Making install in src
make[1]: Entering directory `/home/userspace-rcu/src'
make[2]: Entering directory `/home/userspace-rcu/src'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
ocal/lib'
libtool: install: /usr/bin/install -c .libs/liburcu-common.so.4.1.0 /usr/local/lib/liburcu-common.so.4.1.0
n.so.4; }; })
; }; })
libtool: install: /usr/bin/install -c .libs/liburcu-common.lai /usr/local/lib/liburcu-common.la
libtool: install: warning: relinking `liburcu.la'
-o liburcu.la -rpath /usr/local/lib urcu.lo urcu-pointer.lo compat_futex.lo liburcu-common.la -lrt )
libtool: install: /usr/bin/install -c .libs/liburcu.so.4.1.0T /usr/local/lib/liburcu.so.4.1.0
libtool: install: (cd /usr/local/lib && { ln -s -f liburcu.so.4.1.0 liburcu.so.4 || { rm -f liburcu.so.4 && ln -s liburcu.so.4.1.0 liburcu.so.4; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f liburcu.so.4.1.0 liburcu.so || { rm -f liburcu.so && ln -s liburcu.so.4.1.0 liburcu.so; }; })
libtool: install: /usr/bin/install -c .libs/liburcu.lai /usr/local/lib/liburcu.la
libtool: install: warning: relinking `liburcu-qsbr.la'
-o liburcu-qsbr.la -rpath /usr/local/lib urcu-qsbr.lo urcu-pointer.lo compat_futex.lo liburcu-common.la -lrt )
libtool: install: /usr/bin/install -c .libs/liburcu-qsbr.so.4.1.0T /usr/local/lib/liburcu-qsbr.so.4.1.0
})
libtool: install: (cd /usr/local/lib && { ln -s -f liburcu-qsbr.so.4.1.0 liburcu-qsbr.so || { rm -f liburcu-qsbr.so && ln -s liburcu-qsbr.so.4.1.0 liburcu-qsbr.so; }; })
libtool: install: /usr/bin/install -c .libs/liburcu-qsbr.lai /usr/local/lib/liburcu-qsbr.la
libtool: install: warning: relinking `liburcu-mb.la'
0:1 -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 -lrt )
libtool: install: /usr/bin/install -c .libs/liburcu-mb.so.4.1.0T /usr/local/lib/liburcu-mb.so.4.1.0
libtool: install: (cd /usr/local/lib && { ln -s -f liburcu-mb.so.4.1.0 liburcu-mb.so.4 || { rm -f liburcu-mb.so.4 && ln -s liburcu-mb.so.4.1.0 liburcu-mb.so.4; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f liburcu-mb.so.4.1.0 liburcu-mb.so || { rm -f liburcu-mb.so && ln -s liburcu-mb.so.4.1.0 liburcu-mb.so; }; })
libtool: install: /usr/bin/install -c .libs/liburcu-mb.lai /usr/local/lib/liburcu-mb.la
libtool: install: warning: relinking `liburcu-signal.la'
o 5:0:1 -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 -lrt )
libtool: install: /usr/bin/install -c .libs/liburcu-signal.so.4.1.0T /usr/local/lib/liburcu-signal.so.4.1.0
l.so.4; }; })
; }; })
libtool: install: /usr/bin/install -c .libs/liburcu-signal.lai /usr/local/lib/liburcu-signal.la
libtool: install: warning: relinking `liburcu-bp.la'
-o liburcu-bp.la -rpath /usr/local/lib urcu-bp.lo urcu-pointer.lo compat_futex.lo liburcu-common.la -lrt )
libtool: install: /usr/bin/install -c .libs/liburcu-bp.so.4.1.0T /usr/local/lib/liburcu-bp.so.4.1.0
libtool: install: (cd /usr/local/lib && { ln -s -f liburcu-bp.so.4.1.0 liburcu-bp.so.4 || { rm -f liburcu-bp.so.4 && ln -s liburcu-bp.so.4.1.0 liburcu-bp.so.4; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f liburcu-bp.so.4.1.0 liburcu-bp.so || { rm -f liburcu-bp.so && ln -s liburcu-bp.so.4.1.0 liburcu-bp.so; }; })
libtool: install: /usr/bin/install -c .libs/liburcu-bp.lai /usr/local/lib/liburcu-bp.la
libtool: install: warning: relinking `liburcu-cds.la'
o liburcu-common.la -lrt )
libtool: install: /usr/bin/install -c .libs/liburcu-cds.so.4.1.0T /usr/local/lib/liburcu-cds.so.4.1.0
libtool: install: (cd /usr/local/lib && { ln -s -f liburcu-cds.so.4.1.0 liburcu-cds.so.4 || { rm -f liburcu-cds.so.4 && ln -s liburcu-cds.so.4.1.0 liburcu-cds.so.4; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f liburcu-cds.so.4.1.0 liburcu-cds.so || { rm -f liburcu-cds.so && ln -s liburcu-cds.so.4.1.0 liburcu-cds.so; }; })
libtool: install: /usr/bin/install -c .libs/liburcu-cds.lai /usr/local/lib/liburcu-cds.la
libtool: install: /usr/bin/install -c .libs/liburcu-common.a /usr/local/lib/liburcu-common.a
libtool: install: chmod 644 /usr/local/lib/liburcu-common.a
libtool: install: ranlib /usr/local/lib/liburcu-common.a
libtool: install: /usr/bin/install -c .libs/liburcu.a /usr/local/lib/liburcu.a
libtool: install: chmod 644 /usr/local/lib/liburcu.a
libtool: install: ranlib /usr/local/lib/liburcu.a
libtool: install: /usr/bin/install -c .libs/liburcu-qsbr.a /usr/local/lib/liburcu-qsbr.a
libtool: install: chmod 644 /usr/local/lib/liburcu-qsbr.a
libtool: install: ranlib /usr/local/lib/liburcu-qsbr.a
libtool: install: /usr/bin/install -c .libs/liburcu-mb.a /usr/local/lib/liburcu-mb.a
libtool: install: chmod 644 /usr/local/lib/liburcu-mb.a
libtool: install: ranlib /usr/local/lib/liburcu-mb.a
libtool: install: /usr/bin/install -c .libs/liburcu-signal.a /usr/local/lib/liburcu-signal.a
libtool: install: chmod 644 /usr/local/lib/liburcu-signal.a
libtool: install: ranlib /usr/local/lib/liburcu-signal.a
libtool: install: /usr/bin/install -c .libs/liburcu-bp.a /usr/local/lib/liburcu-bp.a
libtool: install: chmod 644 /usr/local/lib/liburcu-bp.a
libtool: install: ranlib /usr/local/lib/liburcu-bp.a
libtool: install: /usr/bin/install -c .libs/liburcu-cds.a /usr/local/lib/liburcu-cds.a
libtool: install: chmod 644 /usr/local/lib/liburcu-cds.a
libtool: install: ranlib /usr/local/lib/liburcu-cds.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include"
/usr/bin/install -c -m 644 urcu.h urcu-bp.h urcu-call-rcu.h urcu-defer.h urcu-pointer.h urcu-qsbr.h urcu-flavor.h '/usr/local/include'
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
/usr/bin/install -c -m 644 liburcu-cds.pc liburcu.pc liburcu-bp.pc liburcu-qsbr.pc liburcu-signal.pc liburcu-mb.pc '/usr/local/lib/pkgconfig'
make[2]: Leaving directory `/home/userspace-rcu/src'
make[1]: Leaving directory `/home/userspace-rcu/src'
Making install in doc
make[1]: Entering directory `/home/userspace-rcu/doc'
Making install in examples
make[2]: Entering directory `/home/userspace-rcu/doc/examples'
Examples: relative top_srcdir path ../..
Examples: relative top_builddir path ../..
make[3]: Entering directory `/home/userspace-rcu/doc/examples'
make -C hlist
make[4]: Entering directory `/home/userspace-rcu/doc/examples/hlist'
make -f Makefile.cds_hlist_add_head_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/hlist'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/hlist'
make -f Makefile.cds_hlist_del_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/hlist'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/hlist'
make -f Makefile.cds_hlist_for_each_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/hlist'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/hlist'
make -f Makefile.cds_hlist_for_each_entry_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/hlist'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/hlist'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/hlist'
make -C list
make[4]: Entering directory `/home/userspace-rcu/doc/examples/list'
make -f Makefile.cds_list_add_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/list'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/list'
make -f Makefile.cds_list_add_tail_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/list'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/list'
make -f Makefile.cds_list_del_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/list'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/list'
make -f Makefile.cds_list_for_each_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/list'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/list'
make -f Makefile.cds_list_for_each_entry_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/list'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/list'
make -f Makefile.cds_list_replace_rcu
make[5]: Entering directory `/home/userspace-rcu/doc/examples/list'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/list'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/list'
make -C urcu-flavors
make[4]: Entering directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make -f Makefile.qsbr
make[5]: Entering directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make -f Makefile.mb
make[5]: Entering directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make -f Makefile.membarrier
make[5]: Entering directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make -f Makefile.signal
make[5]: Entering directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make -f Makefile.bp
make[5]: Entering directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/urcu-flavors'
make -C wfcqueue
make[4]: Entering directory `/home/userspace-rcu/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_enqueue
make[5]: Entering directory `/home/userspace-rcu/doc/examples/wfcqueue'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_dequeue
make[5]: Entering directory `/home/userspace-rcu/doc/examples/wfcqueue'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/wfcqueue'
make -f Makefile.cds_wfcq_splice
make[5]: Entering directory `/home/userspace-rcu/doc/examples/wfcqueue'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/wfcqueue'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/wfcqueue'
make -C rculfqueue
make[4]: Entering directory `/home/userspace-rcu/doc/examples/rculfqueue'
make -f Makefile.cds_lfq_enqueue
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfqueue'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfqueue'
make -f Makefile.cds_lfq_dequeue
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfqueue'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfqueue'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/rculfqueue'
make -C wfstack
make[4]: Entering directory `/home/userspace-rcu/doc/examples/wfstack'
make -f Makefile.cds_wfs_push
make[5]: Entering directory `/home/userspace-rcu/doc/examples/wfstack'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/wfstack'
make -f Makefile.cds_wfs_pop
make[5]: Entering directory `/home/userspace-rcu/doc/examples/wfstack'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/wfstack'
make -f Makefile.cds_wfs_pop_all_blocking
make[5]: Entering directory `/home/userspace-rcu/doc/examples/wfstack'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/wfstack'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/wfstack'
make -C lfstack
make[4]: Entering directory `/home/userspace-rcu/doc/examples/lfstack'
make -f Makefile.cds_lfs_push
make[5]: Entering directory `/home/userspace-rcu/doc/examples/lfstack'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/lfstack'
make -f Makefile.cds_lfs_pop_blocking
make[5]: Entering directory `/home/userspace-rcu/doc/examples/lfstack'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/lfstack'
make -f Makefile.cds_lfs_pop_all_blocking
make[5]: Entering directory `/home/userspace-rcu/doc/examples/lfstack'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/lfstack'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/lfstack'
make -C rculfhash
make[4]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add_unique
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_add_replace
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_del
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_destroy
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_lookup
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make -f Makefile.cds_lfht_for_each_entry_duplicate
make[5]: Entering directory `/home/userspace-rcu/doc/examples/rculfhash'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make[4]: Leaving directory `/home/userspace-rcu/doc/examples/rculfhash'
make[3]: Leaving directory `/home/userspace-rcu/doc/examples'
make[3]: Entering directory `/home/userspace-rcu/doc/examples'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/doc/userspace-rcu/examples" || /bin/mkdir -p "/usr/local/share/doc/userspace-rcu/examples"
/usr/bin/install -c -m 644 dist-files/Makefile Makefile.examples.template '/usr/local/share/doc/userspace-rcu/examples'
test -z "/usr/local/share/doc/userspace-rcu/examples/hlist" || /bin/mkdir -p "/usr/local/share/doc/userspace-rcu/examples/hlist"
serspace-rcu/examples/hlist'
test -z "/usr/local/share/doc/userspace-rcu/examples/lfstack" || /bin/mkdir -p "/usr/local/share/doc/userspace-rcu/examples/lfstack"
ush.c lfstack/cds_lfs_pop_blocking.c lfstack/cds_lfs_pop_all_blocking.c '/usr/local/share/doc/userspace-rcu/examples/lfstack'
test -z "/usr/local/share/doc/userspace-rcu/examples/list" || /bin/mkdir -p "/usr/local/share/doc/userspace-rcu/examples/list"
for_each_rcu.c list/cds_list_for_each_entry_rcu.c list/cds_list_replace_rcu.c '/usr/local/share/doc/userspace-rcu/examples/list'
test -z "/usr/local/share/doc/userspace-rcu/examples/rculfhash" || /bin/mkdir -p "/usr/local/share/doc/userspace-rcu/examples/rculfhash"
s_lfht_for_each_entry_duplicate.c '/usr/local/share/doc/userspace-rcu/examples/rculfhash'
test -z "/usr/local/share/doc/userspace-rcu/examples/rculfqueue" || /bin/mkdir -p "/usr/local/share/doc/userspace-rcu/examples/rculfqueue"
eue.c '/usr/local/share/doc/userspace-rcu/examples/rculfqueue'
test -z "/usr/local/share/doc/userspace-rcu/examples/urcu-flavors" || /bin/mkdir -p "/usr/local/share/doc/userspace-rcu/examples/urcu-flavors"
lavors'
test -z "/usr/local/share/doc/userspace-rcu/examples/wfcqueue" || /bin/mkdir -p "/usr/local/share/doc/userspace-rcu/examples/wfcqueue"
eue.c wfcqueue/cds_wfcq_dequeue.c wfcqueue/cds_wfcq_splice.c '/usr/local/share/doc/userspace-rcu/examples/wfcqueue'
test -z "/usr/local/share/doc/userspace-rcu/examples/wfstack" || /bin/mkdir -p "/usr/local/share/doc/userspace-rcu/examples/wfstack"
tack/cds_wfs_pop.c wfstack/cds_wfs_pop_all_blocking.c '/usr/local/share/doc/userspace-rcu/examples/wfstack'
make[3]: Leaving directory `/home/userspace-rcu/doc/examples'
make[2]: Leaving directory `/home/userspace-rcu/doc/examples'
make[2]: Entering directory `/home/userspace-rcu/doc'
make[3]: Entering directory `/home/userspace-rcu/doc'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/doc/userspace-rcu" || /bin/mkdir -p "/usr/local/share/doc/userspace-rcu"
/usr/bin/install -c -m 644 rcu-api.md cds-api.md solaris-build.md uatomic-api.md '/usr/local/share/doc/userspace-rcu'
make[3]: Leaving directory `/home/userspace-rcu/doc'
make[2]: Leaving directory `/home/userspace-rcu/doc'
make[1]: Leaving directory `/home/userspace-rcu/doc'
Making install in tests
make[1]: Entering directory `/home/userspace-rcu/tests'
Making install in utils
make[2]: Entering directory `/home/userspace-rcu/tests/utils'
make[3]: Entering directory `/home/userspace-rcu/tests/utils'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/userspace-rcu/tests/utils'
make[2]: Leaving directory `/home/userspace-rcu/tests/utils'
Making install in common
make[2]: Entering directory `/home/userspace-rcu/tests/common'
make[3]: Entering directory `/home/userspace-rcu/tests/common'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/userspace-rcu/tests/common'
make[2]: Leaving directory `/home/userspace-rcu/tests/common'
Making install in unit
make[2]: Entering directory `/home/userspace-rcu/tests/unit'
make[3]: Entering directory `/home/userspace-rcu/tests/unit'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/userspace-rcu/tests/unit'
make[2]: Leaving directory `/home/userspace-rcu/tests/unit'
Making install in benchmark
make[2]: Entering directory `/home/userspace-rcu/tests/benchmark'
make[3]: Entering directory `/home/userspace-rcu/tests/benchmark'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/userspace-rcu/tests/benchmark'
make[2]: Leaving directory `/home/userspace-rcu/tests/benchmark'
Making install in regression
make[2]: Entering directory `/home/userspace-rcu/tests/regression'
make[3]: Entering directory `/home/userspace-rcu/tests/regression'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/userspace-rcu/tests/regression'
make[2]: Leaving directory `/home/userspace-rcu/tests/regression'
make[2]: Entering directory `/home/userspace-rcu/tests'
make[3]: Entering directory `/home/userspace-rcu/tests'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/userspace-rcu/tests'
make[2]: Leaving directory `/home/userspace-rcu/tests'
make[1]: Leaving directory `/home/userspace-rcu/tests'
make[1]: Entering directory `/home/userspace-rcu'
make[2]: Entering directory `/home/userspace-rcu'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/doc/userspace-rcu" || /bin/mkdir -p "/usr/local/share/doc/userspace-rcu"
/usr/bin/install -c -m 644 LICENSE README.md '/usr/local/share/doc/userspace-rcu'
make[2]: Leaving directory `/home/userspace-rcu'
make[1]: Leaving directory `/home/userspace-rcu'