| 1 | | |
| | 1 | * ./autogen.sh |
| | 2 | * libtoolize --force --copy |
| | 3 | * aclocal |
| | 4 | * ./configure --prefix=/boot/common |
| | 5 | * make |
| | 6 | |
| | 7 | {{{ |
| | 8 | ~/libsigcx-0.6.6> make |
| | 9 | make all-recursive |
| | 10 | make[1]: Entering directory `/boot/home/libsigcx-0.6.6' |
| | 11 | Making all in sigcx |
| | 12 | make[2]: Entering directory `/boot/home/libsigcx-0.6.6/sigcx' |
| | 13 | make all-recursive |
| | 14 | make[3]: Entering directory `/boot/home/libsigcx-0.6.6/sigcx' |
| | 15 | Making all in macros |
| | 16 | make[4]: Entering directory `/boot/home/libsigcx-0.6.6/sigcx/macros' |
| | 17 | make[4]: Nothing to be done for `all'. |
| | 18 | make[4]: Leaving directory `/boot/home/libsigcx-0.6.6/sigcx/macros' |
| | 19 | make[4]: Entering directory `/boot/home/libsigcx-0.6.6/sigcx' |
| | 20 | source='thread-pthreads.cc' object='thread-pthreads.lo' libtool=yes \ |
| | 21 | DEPDIR=.deps depmode=gcc /bin/sh ../scripts/depcomp \ |
| | 22 | /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/boot/common/lib/sigc++-1.2/include -I/boot/common/include/sigc++-1.2 -D_REENTRANT -D__USE_UNIX98 -D_XOPEN_SOURCE=500 -Wall -O2 -c -o thread-pthreads.lo thread-pthreads.cc |
| | 23 | libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/boot/common/lib/sigc++-1.2/include -I/boot/common/include/sigc++-1.2 -D_REENTRANT -D__USE_UNIX98 -D_XOPEN_SOURCE=500 -Wall -O2 -c thread-pthreads.cc -Wp,-MD,.deps/thread-pthreads.TPlo -DPIC -o .libs/thread-pthreads.o |
| | 24 | /boot/home/libsigcx-0.6.6/sigcx/thread-pthreads.cc: In function `static void SigCX::Threads::ThreadImpl::yield()': |
| | 25 | /boot/home/libsigcx-0.6.6/sigcx/thread-pthreads.cc:119: implicit declaration of function `int SigCX::Threads::sched_yield(...)' |
| | 26 | make[4]: *** [thread-pthreads.lo] Error 1 |
| | 27 | make[4]: Leaving directory `/boot/home/libsigcx-0.6.6/sigcx' |
| | 28 | make[3]: *** [all-recursive] Error 1 |
| | 29 | make[3]: Leaving directory `/boot/home/libsigcx-0.6.6/sigcx' |
| | 30 | make[2]: *** [all] Error 2 |
| | 31 | make[2]: Leaving directory `/boot/home/libsigcx-0.6.6/sigcx' |
| | 32 | make[1]: *** [all-recursive] Error 1 |
| | 33 | make[1]: Leaving directory `/boot/home/libsigcx-0.6.6' |
| | 34 | make: *** [all] Error 2 |
| | 35 | ~/libsigcx-0.6.6> |
| | 36 | }}} |
| | 37 | |