From: Philip P. <phi...@re...> - 2010-12-23 22:07:06
|
On 12/23/10 1:44 PM, chas williams - CONTRACTOR wrote: > On Wed, 22 Dec 2010 16:10:53 -0800 > Philip Prindeville<phi...@re...> wrote: > >> Fix attached for the first issue. > how about this for the second issue? instead of overriding CC and > CFLAGS, i will override COMPILE and LINK. this will also get rid of a > potential issue of having to override any LDFLAGS that the cross > environment might require for building target binaries that would break > when building host tools. Looks to me like it worked: $ make linux-atm (cd /home/philipp/kernel2/build_i586/linux-atm-V2_5_2; \ if [ -f autotools ]; then \ ./autotools ; \ fi ; \ rm -rf config.cache; \ PATH=/home/philipp/kernel2/build_i586/staging_dir/bin:$PATH \ ./configure \ --target=i586-linux-uclibc \ --host=i586-linux-uclibc \ --build=x86_64-pc-linux-gnu \ --prefix=/usr \ --sysconfdir=/etc \ --program-transform-name='' \ CC_FOR_BUILD=gcc \ CFLAGS_FOR_BUILD= \ CC=i586-linux-uclibc-gcc \ CFLAGS='-Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE' \ ) Running libtoolize... libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. Running aclocal... Running autoconf... Running autoheader... Running automake... configure.in:12: installing `./config.guess' configure.in:12: installing `./config.sub' configure.in:14: installing `./install-sh' configure.in:14: installing `./missing' src/arpd/Makefile.am: installing `./depcomp' configure.in: installing `./ylwrap' Finished... Now run './configure' and 'make'... checking build system type... x86_64-pc-linux-gnu checking host system type... i586-pc-linux-uclibc checking target system type... i586-pc-linux-uclibc checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for i586-linux-uclibc-strip... i586-linux-uclibc-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i586-linux-uclibc-gcc... i586-linux-uclibc-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 i586-linux-uclibc-gcc accepts -g... yes checking for i586-linux-uclibc-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i586-linux-uclibc-gcc... gcc3 checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... bison -y checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by i586-linux-uclibc-gcc... /home/philipp/kernel2/build_i586/staging_dir/i586-linux-uclibc/bin/ld checking if the linker (/home/philipp/kernel2/build_i586/staging_dir/i586-linux-uclibc/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/philipp/kernel2/build_i586/staging_dir/bin/i586-linux-uclibc-nm -B checking the name lister (/home/philipp/kernel2/build_i586/staging_dir/bin/i586-linux-uclibc-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 /home/philipp/kernel2/build_i586/staging_dir/i586-linux-uclibc/bin/ld option to reload object files... -r checking for i586-linux-uclibc-objdump... i586-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for i586-linux-uclibc-ar... i586-linux-uclibc-ar checking for i586-linux-uclibc-strip... (cached) i586-linux-uclibc-strip checking for i586-linux-uclibc-ranlib... i586-linux-uclibc-ranlib checking command to parse /home/philipp/kernel2/build_i586/staging_dir/bin/i586-linux-uclibc-nm -B output from i586-linux-uclibc-gcc object... ok checking how to run the C preprocessor... i586-linux-uclibc-gcc -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 for dlfcn.h... yes checking for objdir... .libs checking if i586-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for i586-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if i586-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if i586-linux-uclibc-gcc static flag -static works... yes checking if i586-linux-uclibc-gcc supports -c -o file.o... yes checking if i586-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the i586-linux-uclibc-gcc linker (/home/philipp/kernel2/build_i586/staging_dir/i586-linux-uclibc/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 perl... /usr/bin/perl checking asm/errno.h usability... yes checking asm/errno.h presence... yes checking for asm/errno.h... yes checking linux/atmsap.h usability... yes checking linux/atmsap.h presence... yes checking for linux/atmsap.h... yes checking for main in -lresolv... yes checking cc for build... checking for gcc... gcc gcc configure: WARNING: *** atmoamd will not be built. Missing kernel support? configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/include/Makefile config.status: creating src/lib/Makefile config.status: creating src/test/Makefile config.status: creating src/debug/Makefile config.status: creating src/qgen/Makefile config.status: creating src/saal/Makefile config.status: creating src/q2931/Makefile config.status: creating src/sigd/Makefile config.status: creating src/maint/Makefile config.status: creating src/arpd/Makefile config.status: creating src/ilmid/Makefile config.status: creating src/ilmid/asn1/Makefile config.status: creating src/man/Makefile config.status: creating src/led/Makefile config.status: creating src/lane/Makefile config.status: creating src/mpoad/Makefile config.status: creating src/oamd/Makefile config.status: creating src/switch/Makefile config.status: creating src/switch/debug/Makefile config.status: creating src/switch/tcp/Makefile config.status: creating src/br2684/Makefile config.status: creating src/config/Makefile config.status: creating src/extra/Makefile config.status: creating src/extra/linux-atm.spec config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands touch /home/philipp/kernel2/build_i586/linux-atm-V2_5_2/.configured PATH=/home/philipp/kernel2/build_i586/staging_dir/bin:$PATH \ make -C /home/philipp/kernel2/build_i586/linux-atm-V2_5_2 make[1]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2' make all-recursive make[2]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2' Making all in src make[3]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src' Making all in include make[4]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/include' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/include' Making all in lib make[4]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/lib' /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2atm.lo -MD -MP -MF .deps/text2atm.Tpo -c -o text2atm.lo text2atm.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2atm.lo -MD -MP -MF .deps/text2atm.Tpo -c text2atm.c -fPIC -DPIC -o .libs/text2atm.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2atm.lo -MD -MP -MF .deps/text2atm.Tpo -c text2atm.c -o text2atm.o>/dev/null 2>&1 mv -f .deps/text2atm.Tpo .deps/text2atm.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT atm2text.lo -MD -MP -MF .deps/atm2text.Tpo -c -o atm2text.lo atm2text.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT atm2text.lo -MD -MP -MF .deps/atm2text.Tpo -c atm2text.c -fPIC -DPIC -o .libs/atm2text.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT atm2text.lo -MD -MP -MF .deps/atm2text.Tpo -c atm2text.c -o atm2text.o>/dev/null 2>&1 mv -f .deps/atm2text.Tpo .deps/atm2text.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT atmequal.lo -MD -MP -MF .deps/atmequal.Tpo -c -o atmequal.lo atmequal.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT atmequal.lo -MD -MP -MF .deps/atmequal.Tpo -c atmequal.c -fPIC -DPIC -o .libs/atmequal.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT atmequal.lo -MD -MP -MF .deps/atmequal.Tpo -c atmequal.c -o atmequal.o>/dev/null 2>&1 mv -f .deps/atmequal.Tpo .deps/atmequal.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sdu2cell.lo -MD -MP -MF .deps/sdu2cell.Tpo -c -o sdu2cell.lo sdu2cell.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sdu2cell.lo -MD -MP -MF .deps/sdu2cell.Tpo -c sdu2cell.c -fPIC -DPIC -o .libs/sdu2cell.o sdu2cell.c: In function 'sdu2cell': sdu2cell.c:21: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sdu2cell.lo -MD -MP -MF .deps/sdu2cell.Tpo -c sdu2cell.c -o sdu2cell.o>/dev/null 2>&1 mv -f .deps/sdu2cell.Tpo .deps/sdu2cell.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2qos.lo -MD -MP -MF .deps/text2qos.Tpo -c -o text2qos.lo text2qos.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2qos.lo -MD -MP -MF .deps/text2qos.Tpo -c text2qos.c -fPIC -DPIC -o .libs/text2qos.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2qos.lo -MD -MP -MF .deps/text2qos.Tpo -c text2qos.c -o text2qos.o>/dev/null 2>&1 mv -f .deps/text2qos.Tpo .deps/text2qos.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT qos2text.lo -MD -MP -MF .deps/qos2text.Tpo -c -o qos2text.lo qos2text.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT qos2text.lo -MD -MP -MF .deps/qos2text.Tpo -c qos2text.c -fPIC -DPIC -o .libs/qos2text.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT qos2text.lo -MD -MP -MF .deps/qos2text.Tpo -c qos2text.c -o qos2text.o>/dev/null 2>&1 mv -f .deps/qos2text.Tpo .deps/qos2text.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT qosequal.lo -MD -MP -MF .deps/qosequal.Tpo -c -o qosequal.lo qosequal.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT qosequal.lo -MD -MP -MF .deps/qosequal.Tpo -c qosequal.c -fPIC -DPIC -o .libs/qosequal.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT qosequal.lo -MD -MP -MF .deps/qosequal.Tpo -c qosequal.c -o qosequal.o>/dev/null 2>&1 mv -f .deps/qosequal.Tpo .deps/qosequal.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sap2text.lo -MD -MP -MF .deps/sap2text.Tpo -c -o sap2text.lo sap2text.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sap2text.lo -MD -MP -MF .deps/sap2text.Tpo -c sap2text.c -fPIC -DPIC -o .libs/sap2text.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sap2text.lo -MD -MP -MF .deps/sap2text.Tpo -c sap2text.c -o sap2text.o>/dev/null 2>&1 mv -f .deps/sap2text.Tpo .deps/sap2text.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2sap.lo -MD -MP -MF .deps/text2sap.Tpo -c -o text2sap.lo text2sap.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2sap.lo -MD -MP -MF .deps/text2sap.Tpo -c text2sap.c -fPIC -DPIC -o .libs/text2sap.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2sap.lo -MD -MP -MF .deps/text2sap.Tpo -c text2sap.c -o text2sap.o>/dev/null 2>&1 mv -f .deps/text2sap.Tpo .deps/text2sap.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sapequal.lo -MD -MP -MF .deps/sapequal.Tpo -c -o sapequal.lo sapequal.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sapequal.lo -MD -MP -MF .deps/sapequal.Tpo -c sapequal.c -fPIC -DPIC -o .libs/sapequal.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT sapequal.lo -MD -MP -MF .deps/sapequal.Tpo -c sapequal.c -o sapequal.o>/dev/null 2>&1 mv -f .deps/sapequal.Tpo .deps/sapequal.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fPIC -DPIC -o .libs/misc.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o>/dev/null 2>&1 mv -f .deps/misc.Tpo .deps/misc.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ans.lo -MD -MP -MF .deps/ans.Tpo -c -o ans.lo ans.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ans.lo -MD -MP -MF .deps/ans.Tpo -c ans.c -fPIC -DPIC -o .libs/ans.o ans.c: In function 'ans': ans.c:65: warning: pointer targets in passing argument 4 of '__dn_expand' differ in signedness ans.c:80: warning: pointer targets in passing argument 4 of '__dn_expand' differ in signedness libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ans.lo -MD -MP -MF .deps/ans.Tpo -c ans.c -o ans.o>/dev/null 2>&1 mv -f .deps/ans.Tpo .deps/ans.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT common.lo -MD -MP -MF .deps/common.Tpo -c -o common.lo common.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -fPIC -DPIC -o .libs/common.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -o common.o>/dev/null 2>&1 mv -f .deps/common.Tpo .deps/common.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT diag.lo -MD -MP -MF .deps/diag.Tpo -c -o diag.lo diag.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT diag.lo -MD -MP -MF .deps/diag.Tpo -c diag.c -fPIC -DPIC -o .libs/diag.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT diag.lo -MD -MP -MF .deps/diag.Tpo -c diag.c -o diag.o>/dev/null 2>&1 mv -f .deps/diag.Tpo .deps/diag.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT kptr.lo -MD -MP -MF .deps/kptr.Tpo -c -o kptr.lo kptr.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT kptr.lo -MD -MP -MF .deps/kptr.Tpo -c kptr.c -fPIC -DPIC -o .libs/kptr.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT kptr.lo -MD -MP -MF .deps/kptr.Tpo -c kptr.c -o kptr.o>/dev/null 2>&1 mv -f .deps/kptr.Tpo .deps/kptr.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2ip.lo -MD -MP -MF .deps/text2ip.Tpo -c -o text2ip.lo text2ip.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2ip.lo -MD -MP -MF .deps/text2ip.Tpo -c text2ip.c -fPIC -DPIC -o .libs/text2ip.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT text2ip.lo -MD -MP -MF .deps/text2ip.Tpo -c text2ip.c -o text2ip.o>/dev/null 2>&1 mv -f .deps/text2ip.Tpo .deps/text2ip.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -fPIC -DPIC -o .libs/timer.o libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -o timer.o>/dev/null 2>&1 mv -f .deps/timer.Tpo .deps/timer.Plo /bin/sh ../../libtool --tag=CC --mode=compile i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c -o unix.lo unix.c libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c unix.c -fPIC -DPIC -o .libs/unix.o unix.c: In function 'un_recv_connect': unix.c:70: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness unix.c: In function 'un_recv': unix.c:81: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness libtool: compile: i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c unix.c -o unix.o>/dev/null 2>&1 mv -f .deps/unix.Tpo .deps/unix.Plo /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -version-info 1:0:0 -o libatm.la -rpath /usr/lib text2atm.lo atm2text.lo atmequal.lo sdu2cell.lo text2qos.lo qos2text.lo qosequal.lo sap2text.lo text2sap.lo sapequal.lo misc.lo ans.lo common.lo diag.lo kptr.lo text2ip.lo timer.lo unix.lo -lresolv libtool: link: i586-linux-uclibc-gcc -shared .libs/text2atm.o .libs/atm2text.o .libs/atmequal.o .libs/sdu2cell.o .libs/text2qos.o .libs/qos2text.o .libs/qosequal.o .libs/sap2text.o .libs/text2sap.o .libs/sapequal.o .libs/misc.o .libs/ans.o .libs/common.o .libs/diag.o .libs/kptr.o .libs/text2ip.o .libs/timer.o .libs/unix.o -lresolv -march=k6-2 -isysroot /home/philipp/kernel2/build_i586/staging_dir -Wl,-soname -Wl,libatm.so.1 -o .libs/libatm.so.1.0.0 libtool: link: (cd ".libs"&& rm -f "libatm.so.1"&& ln -s "libatm.so.1.0.0" "libatm.so.1") libtool: link: (cd ".libs"&& rm -f "libatm.so"&& ln -s "libatm.so.1.0.0" "libatm.so") libtool: link: i586-linux-uclibc-ar cru .libs/libatm.a text2atm.o atm2text.o atmequal.o sdu2cell.o text2qos.o qos2text.o qosequal.o sap2text.o text2sap.o sapequal.o misc.o ans.o common.o diag.o kptr.o text2ip.o timer.o unix.o libtool: link: i586-linux-uclibc-ranlib .libs/libatm.a libtool: link: ( cd ".libs"&& rm -f "libatm.la"&& ln -s "../libatm.la" "libatm.la" ) make[4]: Leaving directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/lib' Making all in test make[4]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/test' i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT aread.o -MD -MP -MF .deps/aread.Tpo -c -o aread.o aread.c mv -f .deps/aread.Tpo .deps/aread.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o aread aread.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/aread aread.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT awrite.o -MD -MP -MF .deps/awrite.Tpo -c -o awrite.o awrite.c mv -f .deps/awrite.Tpo .deps/awrite.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o awrite awrite.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/awrite awrite.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ttcp.o -MD -MP -MF .deps/ttcp.Tpo -c -o ttcp.o ttcp.c ttcp.c: In function 'main': ttcp.c:464: warning: pointer targets in passing argument 3 of 'accept' differ in signedness ttcp.c:471: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness ttcp.c:509: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness ttcp.c:518: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness ttcp.c: At top level: ttcp.c:48: warning: 'RCSid' defined but not used mv -f .deps/ttcp.Tpo .deps/ttcp.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o ttcp_atm ttcp.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/ttcp_atm ttcp.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT atmswitch.o -MD -MP -MF .deps/atmswitch.Tpo -c -o atmswitch.o atmswitch.c mv -f .deps/atmswitch.Tpo .deps/atmswitch.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o atmswitch atmswitch.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/atmswitch atmswitch.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT svc_recv.o -MD -MP -MF .deps/svc_recv.Tpo -c -o svc_recv.o svc_recv.c mv -f .deps/svc_recv.Tpo .deps/svc_recv.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o svc_recv svc_recv.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/svc_recv svc_recv.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT svc_send.o -MD -MP -MF .deps/svc_send.Tpo -c -o svc_send.o svc_send.c svc_send.c: In function 'main': svc_send.c:28: warning: unused variable 'one' mv -f .deps/svc_send.Tpo .deps/svc_send.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o svc_send svc_send.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/svc_send svc_send.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT align.o -MD -MP -MF .deps/align.Tpo -c -o align.o align.c mv -f .deps/align.Tpo .deps/align.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o align align.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/align align.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT aping.o -MD -MP -MF .deps/aping.Tpo -c -o aping.o aping.c mv -f .deps/aping.Tpo .deps/aping.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o aping aping.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/aping aping.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT br.o -MD -MP -MF .deps/br.Tpo -c -o br.o br.c mv -f .deps/br.Tpo .deps/br.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o br br.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/br br.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT bw.o -MD -MP -MF .deps/bw.Tpo -c -o bw.o bw.c mv -f .deps/bw.Tpo .deps/bw.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o bw bw.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/bw bw.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT isp.o -MD -MP -MF .deps/isp.Tpo -c -o isp.o isp.c mv -f .deps/isp.Tpo .deps/isp.Po /bin/sh ../../ylwrap ispl_y.y y.tab.c ispl_y.c y.tab.h ispl_y.h y.output ispl_y.output -- bison -y -d /home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/test/ispl_y.y:37.28-37: warning: symbol TOK_LISTEN redeclared updating ispl_y.h i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ispl_y.o -MD -MP -MF .deps/ispl_y.Tpo -c -o ispl_y.o ispl_y.c mv -f .deps/ispl_y.Tpo .deps/ispl_y.Po /bin/sh ../../ylwrap ispl_l.l lex.yy.c ispl_l.c -- flex i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT ispl_l.o -MD -MP -MF .deps/ispl_l.Tpo -c -o ispl_l.o ispl_l.c ispl_l.c:1456: warning: 'yyunput' defined but not used mv -f .deps/ispl_l.Tpo .deps/ispl_l.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o isp isp.o ispl_y.o ispl_l.o ../../src/lib/libatm.la -lfl libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/isp isp.o ispl_y.o ispl_l.o ../../src/lib/.libs/libatm.so -lresolv -lfl i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT window.o -MD -MP -MF .deps/window.Tpo -c -o window.o window.c mv -f .deps/window.Tpo .deps/window.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o window window.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/window window.o ../../src/lib/.libs/libatm.so -lresolv make[4]: Leaving directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/test' Making all in debug make[4]: Entering directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/debug' i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT delay.o -MD -MP -MF .deps/delay.Tpo -c -o delay.o delay.c mv -f .deps/delay.Tpo .deps/delay.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o delay delay.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/delay delay.o ../../src/lib/.libs/libatm.so -lresolv i586-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -MT svctor.o -MD -MP -MF .deps/svctor.Tpo -c -o svctor.o svctor.c mv -f .deps/svctor.Tpo .deps/svctor.Po /bin/sh ../../libtool --tag=CC --mode=link i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o svctor svctor.o ../../src/lib/libatm.la libtool: link: i586-linux-uclibc-gcc -I../../src/include -Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -isysroot /home/philipp/kernel2/build_i586/staging_dir -isystem /home/philipp/kernel2/build_i586/staging_dir/usr/include -D_GNU_SOURCE -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -o .libs/svctor svctor.o ../../src/lib/.libs/libatm.so -lresolv make[4]: Leaving directory `/home/philipp/kernel2/build_i586/linux-atm-V2_5_2/src/debug' Making all in qgen make[4]: E... [truncated message content] |