Mailing List Archive

Quagga doesn't compile (under SuSE Linux 8.0)
Hello Quagga-developers,

I'm trying to compile quagga version 0.96.2 under an (older) SuSE-Linux,
it is version 8.0
Autoconf has been updated to version 2.57, so that shouldn't be the
problem.

The error message appears during make:
ospf_vty.c: In function `ospf_auto_cost_reference_bandwidth':
ospf_vty.c:2302: `r' undeclared (first use in this function)
ospf_vty.c:2302: (Each undeclared identifier is reported only once
ospf_vty.c:2302: for each function it appears in.)
ospf_vty.c:2302: parse error at null character
make[2]: *** [ospf_vty.o] Error 1
make[2]: Leaving directory `/home/gstammw/QUAGGA/quagga-0.96.2/ospfd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gstammw/QUAGGA/quagga-0.96.2'
make: *** [all] Error 2
core2:/home/gstammw/QUAGGA/quagga-0.96.2 #

I've attached a full log of the compilation below.
Any Ideas?

Thanks for your help,
Gunther




./configure --enable-netlink --enable-snmp --enable-nssa
--enable-opaque-lsa --enable-ospf-te --enable-rtadv --enable-user=zebra
--enable-group=zebra
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... 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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ar... ar
checking for ranlib... ranlib
checking for egrep... grep -E
checking for AIX... no
checking Should zebra's RTADV be used... yes
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 string.h... (cached) yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking sys/conf.h usability... no
checking sys/conf.h presence... no
checking for sys/conf.h... no
checking sys/ksym.h usability... no
checking sys/ksym.h presence... no
checking for sys/ksym.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for sys/types.h... (cached) yes
checking net/if_dl.h usability... no
checking net/if_dl.h presence... no
checking for net/if_dl.h... no
checking net/if_var.h usability... no
checking net/if_var.h presence... no
checking for net/if_var.h... no
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking kvm.h usability... no
checking kvm.h presence... no
checking for kvm.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking net/netopt.h usability... no
checking net/netopt.h presence... no
checking for net/netopt.h... no
checking netinet/in_var.h usability... no
checking netinet/in_var.h presence... no
checking for netinet/in_var.h... no
checking netinet/in6_var.h usability... no
checking netinet/in6_var.h presence... no
checking for netinet/in6_var.h... no
checking netinet6/in6_var.h usability... no
checking netinet6/in6_var.h presence... no
checking for netinet6/in6_var.h... no
checking netinet/in6.h usability... no
checking netinet/in6.h presence... no
checking for netinet/in6.h... no
checking inet/nd.h usability... no
checking inet/nd.h presence... no
checking for inet/nd.h... no
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking netinet/icmp6.h usability... yes
checking netinet/icmp6.h presence... yes
checking for netinet/icmp6.h... yes
checking netinet6/nd6.h usability... no
checking netinet6/nd6.h presence... no
checking for netinet6/nd6.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking whether byte ordering is bigendian... no
checking for bcopy... yes
checking for bzero... yes
checking for strerror... yes
checking for inet_aton... yes
checking for daemon... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for strlcat... no
checking for strlcpy... no
checking for if_nametoindex... yes
checking for if_indextoname... yes
checking for getifaddrs... no
checking for setproctitle... no
checking for setproctitle in -lutil... no
checking zebra between kernel interface method... netlink
checking route read method check... netlink
checking interface looking up method... netlink
checking ipforward method check... proc
checking for getaddrinfo... yes
checking whether does this OS have IPv6 stack... Linux IPv6
checking for GNU libc >= 2.1... yes
checking for inet_ntop in -lc... yes
checking for inet_pton in -lc... yes
checking for crypt in -lcrypt... yes
checking for res_init in -lresolv... no
checking for main in -lm... yes
checking for __inet_ntop... no
checking for __inet_pton... no
checking for __inet_aton... no
checking for regexec in -lc... yes
checking for main in -lcrypto... yes
checking for asn_parse_int in -lnetsnmp... yes
checking whether struct sockaddr has a sa_len field... no
checking whether struct sockaddr_in has a sin_len field... no
checking whether struct sockaddr_un has a sun_len field... no
checking whether struct sockaddr_in6 has a sin6_scope_id field... yes
checking whther socklen_t is defined... yes
checking whether struct sockaddr_dl exist... no
checking whether struct ifaliasreq exist... no
checking whether struct in6_aliasreq exist... no
checking whether in6_aliasreq.ifra_lifetime exist... no
checking whether struct rt_addrinfo exist... no
checking whether struct in_pktinfo exist... yes
checking whether getrusage is available... yes
checking whether prctl PR_SET_KEEPCAPS is available... yes
checking sys/capability.h usability... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for backtrace... yes
checking state directory...
checking for working htonl... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating zebra/Makefile
config.status: creating ripd/Makefile
config.status: creating ripngd/Makefile
config.status: creating bgpd/Makefile
config.status: creating ospfd/Makefile
config.status: creating ospf6d/Makefile
config.status: creating vtysh/Makefile
config.status: creating doc/Makefile
config.status: creating ospfclient/Makefile
config.status: creating redhat/quagga.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands

zebra configuration
-------------------
quagga version : 0.96.2
host operationg system : linux-gnu
source code location : .
compiler : gcc
compiler flags : -g -O2 -Wall
linker flags : -lm -lcrypt -lcrypto
state file directory : /var/run
user to run as : zebra
group to run as : zebra
group for vty sockets :





Make
make
make all-recursive
make[1]: Entering directory `/home/gstammw/QUAGGA/quagga-0.96.2'
Making all in lib
make[2]: Entering directory `/home/gstammw/QUAGGA/quagga-0.96.2/lib'
source='version.c' object='version.o' libtool=no \
depfile='.deps/version.Po' tmpdepfile='.deps/version.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f version.c || echo
'./'`version.c
source='network.c' object='network.o' libtool=no \
depfile='.deps/network.Po' tmpdepfile='.deps/network.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f network.c || echo
'./'`network.c
source='pid_output.c' object='pid_output.o' libtool=no \
depfile='.deps/pid_output.Po' tmpdepfile='.deps/pid_output.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f pid_output.c || echo
'./'`pid_output.c
source='getopt.c' object='getopt.o' libtool=no \
depfile='.deps/getopt.Po' tmpdepfile='.deps/getopt.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f getopt.c || echo './'`getopt.c
source='getopt1.c' object='getopt1.o' libtool=no \
depfile='.deps/getopt1.Po' tmpdepfile='.deps/getopt1.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f getopt1.c || echo
'./'`getopt1.c
source='daemon.c' object='daemon.o' libtool=no \
depfile='.deps/daemon.Po' tmpdepfile='.deps/daemon.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f daemon.c || echo './'`daemon.c
source='print_version.c' object='print_version.o' libtool=no \
depfile='.deps/print_version.Po' tmpdepfile='.deps/print_version.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f print_version.c || echo
'./'`print_version.c
source='checksum.c' object='checksum.o' libtool=no \
depfile='.deps/checksum.Po' tmpdepfile='.deps/checksum.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f checksum.c || echo
'./'`checksum.c
source='vector.c' object='vector.o' libtool=no \
depfile='.deps/vector.Po' tmpdepfile='.deps/vector.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f vector.c || echo './'`vector.c
source='linklist.c' object='linklist.o' libtool=no \
depfile='.deps/linklist.Po' tmpdepfile='.deps/linklist.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f linklist.c || echo
'./'`linklist.c
source='vty.c' object='vty.o' libtool=no \
depfile='.deps/vty.Po' tmpdepfile='.deps/vty.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f vty.c || echo './'`vty.c
source='command.c' object='command.o' libtool=no \
depfile='.deps/command.Po' tmpdepfile='.deps/command.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f command.c || echo
'./'`command.c
source='sockunion.c' object='sockunion.o' libtool=no \
depfile='.deps/sockunion.Po' tmpdepfile='.deps/sockunion.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f sockunion.c || echo
'./'`sockunion.c
source='prefix.c' object='prefix.o' libtool=no \
depfile='.deps/prefix.Po' tmpdepfile='.deps/prefix.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f prefix.c || echo './'`prefix.c
source='thread.c' object='thread.o' libtool=no \
depfile='.deps/thread.Po' tmpdepfile='.deps/thread.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f thread.c || echo './'`thread.c
source='if.c' object='if.o' libtool=no \
depfile='.deps/if.Po' tmpdepfile='.deps/if.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f if.c || echo './'`if.c
source='memory.c' object='memory.o' libtool=no \
depfile='.deps/memory.Po' tmpdepfile='.deps/memory.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f memory.c || echo './'`memory.c
source='buffer.c' object='buffer.o' libtool=no \
depfile='.deps/buffer.Po' tmpdepfile='.deps/buffer.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f buffer.c || echo './'`buffer.c
source='table.c' object='table.o' libtool=no \
depfile='.deps/table.Po' tmpdepfile='.deps/table.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f table.c || echo './'`table.c
source='hash.c' object='hash.o' libtool=no \
depfile='.deps/hash.Po' tmpdepfile='.deps/hash.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f hash.c || echo './'`hash.c
source='filter.c' object='filter.o' libtool=no \
depfile='.deps/filter.Po' tmpdepfile='.deps/filter.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f filter.c || echo './'`filter.c
source='routemap.c' object='routemap.o' libtool=no \
depfile='.deps/routemap.Po' tmpdepfile='.deps/routemap.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f routemap.c || echo
'./'`routemap.c
source='distribute.c' object='distribute.o' libtool=no \
depfile='.deps/distribute.Po' tmpdepfile='.deps/distribute.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f distribute.c || echo
'./'`distribute.c
source='stream.c' object='stream.o' libtool=no \
depfile='.deps/stream.Po' tmpdepfile='.deps/stream.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f stream.c || echo './'`stream.c
source='str.c' object='str.o' libtool=no \
depfile='.deps/str.Po' tmpdepfile='.deps/str.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f str.c || echo './'`str.c
source='log.c' object='log.o' libtool=no \
depfile='.deps/log.Po' tmpdepfile='.deps/log.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f log.c || echo './'`log.c
source='plist.c' object='plist.o' libtool=no \
depfile='.deps/plist.Po' tmpdepfile='.deps/plist.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f plist.c || echo './'`plist.c
source='zclient.c' object='zclient.o' libtool=no \
depfile='.deps/zclient.Po' tmpdepfile='.deps/zclient.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f zclient.c || echo
'./'`zclient.c
source='sockopt.c' object='sockopt.o' libtool=no \
depfile='.deps/sockopt.Po' tmpdepfile='.deps/sockopt.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f sockopt.c || echo
'./'`sockopt.c
source='smux.c' object='smux.o' libtool=no \
depfile='.deps/smux.Po' tmpdepfile='.deps/smux.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f smux.c || echo './'`smux.c
source='md5.c' object='md5.o' libtool=no \
depfile='.deps/md5.Po' tmpdepfile='.deps/md5.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f md5.c || echo './'`md5.c
source='if_rmap.c' object='if_rmap.o' libtool=no \
depfile='.deps/if_rmap.Po' tmpdepfile='.deps/if_rmap.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f if_rmap.c || echo
'./'`if_rmap.c
source='keychain.c' object='keychain.o' libtool=no \
depfile='.deps/keychain.Po' tmpdepfile='.deps/keychain.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f keychain.c || echo
'./'`keychain.c
source='privs.c' object='privs.o' libtool=no \
depfile='.deps/privs.Po' tmpdepfile='.deps/privs.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f privs.c || echo './'`privs.c
source='debug.c' object='debug.o' libtool=no \
depfile='.deps/debug.Po' tmpdepfile='.deps/debug.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f debug.c || echo './'`debug.c
debug.c: In function `debug_print_trace':
debug.c:15: warning: unknown conversion type character `z' in format
debug.c:15: warning: too many arguments for format
rm -f libzebra.a
ar cru libzebra.a version.o network.o pid_output.o getopt.o getopt1.o
daemon.o print_version.o checksum.o vector.o linklist.o vty.o command.o
sockunion.o prefix.o thread.o if.o memory.o buffer.o table.o hash.o
filter.o routemap.o distribute.o stream.o str.o log.o plist.o zclient.o
sockopt.o smux.o md5.o if_rmap.o keychain.o privs.o debug.o
ranlib libzebra.a
make[2]: Leaving directory `/home/gstammw/QUAGGA/quagga-0.96.2/lib'
Making all in zebra
make[2]: Entering directory `/home/gstammw/QUAGGA/quagga-0.96.2/zebra'
source='zserv.c' object='zserv.o' libtool=no \
depfile='.deps/zserv.Po' tmpdepfile='.deps/zserv.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f zserv.c ||
echo './'`zserv.c
zserv.c: In function `zsend_ipv6_nexthop_lookup':
zserv.c:865: warning: enumeration value `NEXTHOP_TYPE_IPV4' not handled
in switch
zserv.c:865: warning: enumeration value `NEXTHOP_TYPE_IPV4_IFINDEX' not
handled in switch
zserv.c:865: warning: enumeration value `NEXTHOP_TYPE_IPV4_IFNAME' not
handled in switch
zserv.c:865: warning: enumeration value `NEXTHOP_TYPE_BLACKHOLE' not
handled in switch
zserv.c: In function `zsend_ipv4_nexthop_lookup':
zserv.c:924: warning: enumeration value `NEXTHOP_TYPE_IPV4_IFINDEX' not
handled in switch
zserv.c:924: warning: enumeration value `NEXTHOP_TYPE_IPV4_IFNAME' not
handled in switch
zserv.c:924: warning: enumeration value `NEXTHOP_TYPE_IPV6' not handled
in switch
zserv.c:924: warning: enumeration value `NEXTHOP_TYPE_IPV6_IFINDEX' not
handled in switch
zserv.c:924: warning: enumeration value `NEXTHOP_TYPE_IPV6_IFNAME' not
handled in switch
zserv.c:924: warning: enumeration value `NEXTHOP_TYPE_BLACKHOLE' not
handled in switch
zserv.c: In function `zsend_ipv4_import_lookup':
zserv.c:982: warning: enumeration value `NEXTHOP_TYPE_IPV4_IFINDEX' not
handled in switch
zserv.c:982: warning: enumeration value `NEXTHOP_TYPE_IPV4_IFNAME' not
handled in switch
zserv.c:982: warning: enumeration value `NEXTHOP_TYPE_IPV6' not handled
in switch
zserv.c:982: warning: enumeration value `NEXTHOP_TYPE_IPV6_IFINDEX' not
handled in switch
zserv.c:982: warning: enumeration value `NEXTHOP_TYPE_IPV6_IFNAME' not
handled in switch
zserv.c:982: warning: enumeration value `NEXTHOP_TYPE_BLACKHOLE' not
handled in switch
source='main.c' object='main.o' libtool=no \
depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f main.c ||
echo './'`main.c
source='interface.c' object='interface.o' libtool=no \
depfile='.deps/interface.Po' tmpdepfile='.deps/interface.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f interface.c
|| echo './'`interface.c
source='connected.c' object='connected.o' libtool=no \
depfile='.deps/connected.Po' tmpdepfile='.deps/connected.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f connected.c
|| echo './'`connected.c
source='ioctl.c' object='ioctl.o' libtool=no \
depfile='.deps/ioctl.Po' tmpdepfile='.deps/ioctl.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f ioctl.c ||
echo './'`ioctl.c
source='zebra_rib.c' object='zebra_rib.o' libtool=no \
depfile='.deps/zebra_rib.Po' tmpdepfile='.deps/zebra_rib.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f zebra_rib.c
|| echo './'`zebra_rib.c
source='redistribute.c' object='redistribute.o' libtool=no \
depfile='.deps/redistribute.Po' tmpdepfile='.deps/redistribute.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f
redistribute.c || echo './'`redistribute.c
source='debug.c' object='debug.o' libtool=no \
depfile='.deps/debug.Po' tmpdepfile='.deps/debug.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f debug.c ||
echo './'`debug.c
source='rtadv.c' object='rtadv.o' libtool=no \
depfile='.deps/rtadv.Po' tmpdepfile='.deps/rtadv.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f rtadv.c ||
echo './'`rtadv.c
In file included from rtadv.c:37:
../zebra/zserv.h:118: warning: `struct rib' declared inside parameter
list
../zebra/zserv.h:118: warning: its scope is only this definition or
declaration, which is probably not what you want.
../zebra/zserv.h:121: warning: `struct rib' declared inside parameter
list
../zebra/zserv.h:138: warning: `struct rib' declared inside parameter
list
../zebra/zserv.h:141: warning: `struct rib' declared inside parameter
list
source='zebra_snmp.c' object='zebra_snmp.o' libtool=no \
depfile='.deps/zebra_snmp.Po' tmpdepfile='.deps/zebra_snmp.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f zebra_snmp.c
|| echo './'`zebra_snmp.c
source='zebra_vty.c' object='zebra_vty.o' libtool=no \
depfile='.deps/zebra_vty.Po' tmpdepfile='.deps/zebra_vty.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f zebra_vty.c
|| echo './'`zebra_vty.c
source='ipforward_proc.c' object='ipforward_proc.o' libtool=no \
depfile='.deps/ipforward_proc.Po' tmpdepfile='.deps/ipforward_proc.TPo'
\
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f
ipforward_proc.c || echo './'`ipforward_proc.c
source='if_netlink.c' object='if_netlink.o' libtool=no \
depfile='.deps/if_netlink.Po' tmpdepfile='.deps/if_netlink.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f if_netlink.c
|| echo './'`if_netlink.c
source='if_proc.c' object='if_proc.o' libtool=no \
depfile='.deps/if_proc.Po' tmpdepfile='.deps/if_proc.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f if_proc.c ||
echo './'`if_proc.c
source='rt_netlink.c' object='rt_netlink.o' libtool=no \
depfile='.deps/rt_netlink.Po' tmpdepfile='.deps/rt_netlink.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f rt_netlink.c
|| echo './'`rt_netlink.c
rt_netlink.c: In function `netlink_interface_addr':
rt_netlink.c:540: warning: char format, void arg (arg 2)
source='rtread_netlink.c' object='rtread_netlink.o' libtool=no \
depfile='.deps/rtread_netlink.Po' tmpdepfile='.deps/rtread_netlink.TPo'
\
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f
rtread_netlink.c || echo './'`rtread_netlink.c
gcc -g -O2 -Wall -o zebra zserv.o main.o interface.o connected.o
ioctl.o zebra_rib.o redistribute.o debug.o rtadv.o zebra_snmp.o
zebra_vty.o ../lib/libzebra.a ipforward_proc.o if_netlink.o if_proc.o
rt_netlink.o rtread_netlink.o -lm -lcrypt -lcrypto
make[2]: Leaving directory `/home/gstammw/QUAGGA/quagga-0.96.2/zebra'
Making all in bgpd
make[2]: Entering directory `/home/gstammw/QUAGGA/quagga-0.96.2/bgpd'
source='bgpd.c' object='bgpd.o' libtool=no \
depfile='.deps/bgpd.Po' tmpdepfile='.deps/bgpd.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgpd.c || echo './'`bgpd.c
source='bgp_fsm.c' object='bgp_fsm.o' libtool=no \
depfile='.deps/bgp_fsm.Po' tmpdepfile='.deps/bgp_fsm.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_fsm.c || echo
'./'`bgp_fsm.c
source='bgp_aspath.c' object='bgp_aspath.o' libtool=no \
depfile='.deps/bgp_aspath.Po' tmpdepfile='.deps/bgp_aspath.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_aspath.c || echo
'./'`bgp_aspath.c
source='bgp_community.c' object='bgp_community.o' libtool=no \
depfile='.deps/bgp_community.Po' tmpdepfile='.deps/bgp_community.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_community.c || echo
'./'`bgp_community.c
source='bgp_attr.c' object='bgp_attr.o' libtool=no \
depfile='.deps/bgp_attr.Po' tmpdepfile='.deps/bgp_attr.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_attr.c || echo
'./'`bgp_attr.c
source='bgp_debug.c' object='bgp_debug.o' libtool=no \
depfile='.deps/bgp_debug.Po' tmpdepfile='.deps/bgp_debug.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_debug.c || echo
'./'`bgp_debug.c
source='bgp_route.c' object='bgp_route.o' libtool=no \
depfile='.deps/bgp_route.Po' tmpdepfile='.deps/bgp_route.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_route.c || echo
'./'`bgp_route.c
source='bgp_zebra.c' object='bgp_zebra.o' libtool=no \
depfile='.deps/bgp_zebra.Po' tmpdepfile='.deps/bgp_zebra.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_zebra.c || echo
'./'`bgp_zebra.c
source='bgp_open.c' object='bgp_open.o' libtool=no \
depfile='.deps/bgp_open.Po' tmpdepfile='.deps/bgp_open.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_open.c || echo
'./'`bgp_open.c
source='bgp_routemap.c' object='bgp_routemap.o' libtool=no \
depfile='.deps/bgp_routemap.Po' tmpdepfile='.deps/bgp_routemap.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_routemap.c || echo
'./'`bgp_routemap.c
source='bgp_packet.c' object='bgp_packet.o' libtool=no \
depfile='.deps/bgp_packet.Po' tmpdepfile='.deps/bgp_packet.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_packet.c || echo
'./'`bgp_packet.c
source='bgp_network.c' object='bgp_network.o' libtool=no \
depfile='.deps/bgp_network.Po' tmpdepfile='.deps/bgp_network.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_network.c || echo
'./'`bgp_network.c
source='bgp_filter.c' object='bgp_filter.o' libtool=no \
depfile='.deps/bgp_filter.Po' tmpdepfile='.deps/bgp_filter.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_filter.c || echo
'./'`bgp_filter.c
source='bgp_regex.c' object='bgp_regex.o' libtool=no \
depfile='.deps/bgp_regex.Po' tmpdepfile='.deps/bgp_regex.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_regex.c || echo
'./'`bgp_regex.c
source='bgp_clist.c' object='bgp_clist.o' libtool=no \
depfile='.deps/bgp_clist.Po' tmpdepfile='.deps/bgp_clist.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_clist.c || echo
'./'`bgp_clist.c
source='bgp_dump.c' object='bgp_dump.o' libtool=no \
depfile='.deps/bgp_dump.Po' tmpdepfile='.deps/bgp_dump.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_dump.c || echo
'./'`bgp_dump.c
source='bgp_snmp.c' object='bgp_snmp.o' libtool=no \
depfile='.deps/bgp_snmp.Po' tmpdepfile='.deps/bgp_snmp.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_snmp.c || echo
'./'`bgp_snmp.c
source='bgp_ecommunity.c' object='bgp_ecommunity.o' libtool=no \
depfile='.deps/bgp_ecommunity.Po' tmpdepfile='.deps/bgp_ecommunity.TPo'
\
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_ecommunity.c || echo
'./'`bgp_ecommunity.c
source='bgp_mplsvpn.c' object='bgp_mplsvpn.o' libtool=no \
depfile='.deps/bgp_mplsvpn.Po' tmpdepfile='.deps/bgp_mplsvpn.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_mplsvpn.c || echo
'./'`bgp_mplsvpn.c
source='bgp_nexthop.c' object='bgp_nexthop.o' libtool=no \
depfile='.deps/bgp_nexthop.Po' tmpdepfile='.deps/bgp_nexthop.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_nexthop.c || echo
'./'`bgp_nexthop.c
bgp_nexthop.c: In function `bgp_nexthop_same':
bgp_nexthop.c:156: warning: enumeration value
`NEXTHOP_TYPE_IPV4_IFINDEX' not handled in switch
bgp_nexthop.c:156: warning: enumeration value `NEXTHOP_TYPE_IPV4_IFNAME'
not handled in switch
bgp_nexthop.c:156: warning: enumeration value `NEXTHOP_TYPE_BLACKHOLE'
not handled in switch
bgp_nexthop.c: In function `zlookup_read':
bgp_nexthop.c:885: warning: enumeration value
`NEXTHOP_TYPE_IPV4_IFINDEX' not handled in switch
bgp_nexthop.c:885: warning: enumeration value `NEXTHOP_TYPE_IPV4_IFNAME'
not handled in switch
bgp_nexthop.c:885: warning: enumeration value `NEXTHOP_TYPE_IPV6' not
handled in switch
bgp_nexthop.c:885: warning: enumeration value
`NEXTHOP_TYPE_IPV6_IFINDEX' not handled in switch
bgp_nexthop.c:885: warning: enumeration value `NEXTHOP_TYPE_IPV6_IFNAME'
not handled in switch
bgp_nexthop.c:885: warning: enumeration value `NEXTHOP_TYPE_BLACKHOLE'
not handled in switch
bgp_nexthop.c: In function `zlookup_read_ipv6':
bgp_nexthop.c:985: warning: enumeration value `NEXTHOP_TYPE_IPV4' not
handled in switch
bgp_nexthop.c:985: warning: enumeration value
`NEXTHOP_TYPE_IPV4_IFINDEX' not handled in switch
bgp_nexthop.c:985: warning: enumeration value `NEXTHOP_TYPE_IPV4_IFNAME'
not handled in switch
bgp_nexthop.c:985: warning: enumeration value `NEXTHOP_TYPE_BLACKHOLE'
not handled in switch
source='bgp_damp.c' object='bgp_damp.o' libtool=no \
depfile='.deps/bgp_damp.Po' tmpdepfile='.deps/bgp_damp.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_damp.c || echo
'./'`bgp_damp.c
source='bgp_table.c' object='bgp_table.o' libtool=no \
depfile='.deps/bgp_table.Po' tmpdepfile='.deps/bgp_table.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_table.c || echo
'./'`bgp_table.c
source='bgp_advertise.c' object='bgp_advertise.o' libtool=no \
depfile='.deps/bgp_advertise.Po' tmpdepfile='.deps/bgp_advertise.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_advertise.c || echo
'./'`bgp_advertise.c
source='bgp_vty.c' object='bgp_vty.o' libtool=no \
depfile='.deps/bgp_vty.Po' tmpdepfile='.deps/bgp_vty.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_vty.c || echo
'./'`bgp_vty.c
rm -f libbgp.a
ar cru libbgp.a bgpd.o bgp_fsm.o bgp_aspath.o bgp_community.o bgp_attr.o
bgp_debug.o bgp_route.o bgp_zebra.o bgp_open.o bgp_routemap.o
bgp_packet.o bgp_network.o bgp_filter.o bgp_regex.o bgp_clist.o
bgp_dump.o bgp_snmp.o bgp_ecommunity.o bgp_mplsvpn.o bgp_nexthop.o
bgp_damp.o bgp_table.o bgp_advertise.o bgp_vty.o
ranlib libbgp.a
source='bgp_main.c' object='bgp_main.o' libtool=no \
depfile='.deps/bgp_main.Po' tmpdepfile='.deps/bgp_main.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f bgp_main.c || echo
'./'`bgp_main.c
gcc -g -O2 -Wall -o bgpd bgp_main.o bgpd.o bgp_fsm.o bgp_aspath.o
bgp_community.o bgp_attr.o bgp_debug.o bgp_route.o bgp_zebra.o
bgp_open.o bgp_routemap.o bgp_packet.o bgp_network.o bgp_filter.o
bgp_regex.o bgp_clist.o bgp_dump.o bgp_snmp.o bgp_ecommunity.o
bgp_mplsvpn.o bgp_nexthop.o bgp_damp.o bgp_table.o bgp_advertise.o
bgp_vty.o ../lib/libzebra.a -lm -lcrypt -lcrypto
make[2]: Leaving directory `/home/gstammw/QUAGGA/quagga-0.96.2/bgpd'
Making all in ripd
make[2]: Entering directory `/home/gstammw/QUAGGA/quagga-0.96.2/ripd'
source='ripd.c' object='ripd.o' libtool=no \
depfile='.deps/ripd.Po' tmpdepfile='.deps/ripd.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ripd.c || echo './'`ripd.c
source='rip_zebra.c' object='rip_zebra.o' libtool=no \
depfile='.deps/rip_zebra.Po' tmpdepfile='.deps/rip_zebra.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f rip_zebra.c || echo
'./'`rip_zebra.c
source='rip_interface.c' object='rip_interface.o' libtool=no \
depfile='.deps/rip_interface.Po' tmpdepfile='.deps/rip_interface.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f rip_interface.c || echo
'./'`rip_interface.c
source='rip_debug.c' object='rip_debug.o' libtool=no \
depfile='.deps/rip_debug.Po' tmpdepfile='.deps/rip_debug.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f rip_debug.c || echo
'./'`rip_debug.c
source='rip_snmp.c' object='rip_snmp.o' libtool=no \
depfile='.deps/rip_snmp.Po' tmpdepfile='.deps/rip_snmp.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f rip_snmp.c || echo
'./'`rip_snmp.c
source='rip_routemap.c' object='rip_routemap.o' libtool=no \
depfile='.deps/rip_routemap.Po' tmpdepfile='.deps/rip_routemap.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f rip_routemap.c || echo
'./'`rip_routemap.c
source='rip_peer.c' object='rip_peer.o' libtool=no \
depfile='.deps/rip_peer.Po' tmpdepfile='.deps/rip_peer.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f rip_peer.c || echo
'./'`rip_peer.c
source='rip_offset.c' object='rip_offset.o' libtool=no \
depfile='.deps/rip_offset.Po' tmpdepfile='.deps/rip_offset.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f rip_offset.c || echo
'./'`rip_offset.c
rm -f librip.a
ar cru librip.a ripd.o rip_zebra.o rip_interface.o rip_debug.o
rip_snmp.o rip_routemap.o rip_peer.o rip_offset.o
ranlib librip.a
source='rip_main.c' object='rip_main.o' libtool=no \
depfile='.deps/rip_main.Po' tmpdepfile='.deps/rip_main.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f rip_main.c || echo
'./'`rip_main.c
gcc -g -O2 -Wall -o ripd rip_main.o ripd.o rip_zebra.o
rip_interface.o rip_debug.o rip_snmp.o rip_routemap.o rip_peer.o
rip_offset.o -L../lib -lzebra -lm -lcrypt -lcrypto
make[2]: Leaving directory `/home/gstammw/QUAGGA/quagga-0.96.2/ripd'
Making all in ripngd
make[2]: Entering directory `/home/gstammw/QUAGGA/quagga-0.96.2/ripngd'
source='ripng_interface.c' object='ripng_interface.o' libtool=no \
depfile='.deps/ripng_interface.Po'
tmpdepfile='.deps/ripng_interface.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ripng_interface.c || echo
'./'`ripng_interface.c
source='ripngd.c' object='ripngd.o' libtool=no \
depfile='.deps/ripngd.Po' tmpdepfile='.deps/ripngd.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ripngd.c || echo './'`ripngd.c
source='ripng_zebra.c' object='ripng_zebra.o' libtool=no \
depfile='.deps/ripng_zebra.Po' tmpdepfile='.deps/ripng_zebra.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ripng_zebra.c || echo
'./'`ripng_zebra.c
source='ripng_route.c' object='ripng_route.o' libtool=no \
depfile='.deps/ripng_route.Po' tmpdepfile='.deps/ripng_route.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ripng_route.c || echo
'./'`ripng_route.c
source='ripng_debug.c' object='ripng_debug.o' libtool=no \
depfile='.deps/ripng_debug.Po' tmpdepfile='.deps/ripng_debug.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ripng_debug.c || echo
'./'`ripng_debug.c
source='ripng_routemap.c' object='ripng_routemap.o' libtool=no \
depfile='.deps/ripng_routemap.Po' tmpdepfile='.deps/ripng_routemap.TPo'
\
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ripng_routemap.c || echo
'./'`ripng_routemap.c
source='ripng_offset.c' object='ripng_offset.o' libtool=no \
depfile='.deps/ripng_offset.Po' tmpdepfile='.deps/ripng_offset.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ripng_offset.c || echo
'./'`ripng_offset.c
source='ripng_peer.c' object='ripng_peer.o' libtool=no \
depfile='.deps/ripng_peer.Po' tmpdepfile='.deps/ripng_peer.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ripng_peer.c || echo
'./'`ripng_peer.c
source='ripng_nexthop.c' object='ripng_nexthop.o' libtool=no \
depfile='.deps/ripng_nexthop.Po' tmpdepfile='.deps/ripng_nexthop.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ripng_nexthop.c || echo
'./'`ripng_nexthop.c
rm -f libripng.a
ar cru libripng.a ripng_interface.o ripngd.o ripng_zebra.o ripng_route.o
ripng_debug.o ripng_routemap.o ripng_offset.o ripng_peer.o
ripng_nexthop.o
ranlib libripng.a
source='ripng_main.c' object='ripng_main.o' libtool=no \
depfile='.deps/ripng_main.Po' tmpdepfile='.deps/ripng_main.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ripng_main.c || echo
'./'`ripng_main.c
gcc -g -O2 -Wall -o ripngd ripng_main.o ripng_interface.o ripngd.o
ripng_zebra.o ripng_route.o ripng_debug.o ripng_routemap.o
ripng_offset.o ripng_peer.o ripng_nexthop.o -L../lib -lzebra -lm
-lcrypt -lcrypto
make[2]: Leaving directory `/home/gstammw/QUAGGA/quagga-0.96.2/ripngd'
Making all in ospfd
make[2]: Entering directory `/home/gstammw/QUAGGA/quagga-0.96.2/ospfd'
source='ospfd.c' object='ospfd.o' libtool=no \
depfile='.deps/ospfd.Po' tmpdepfile='.deps/ospfd.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospfd.c || echo './'`ospfd.c
source='ospf_zebra.c' object='ospf_zebra.o' libtool=no \
depfile='.deps/ospf_zebra.Po' tmpdepfile='.deps/ospf_zebra.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_zebra.c || echo
'./'`ospf_zebra.c
source='ospf_interface.c' object='ospf_interface.o' libtool=no \
depfile='.deps/ospf_interface.Po' tmpdepfile='.deps/ospf_interface.TPo'
\
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_interface.c || echo
'./'`ospf_interface.c
source='ospf_ism.c' object='ospf_ism.o' libtool=no \
depfile='.deps/ospf_ism.Po' tmpdepfile='.deps/ospf_ism.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_ism.c || echo
'./'`ospf_ism.c
source='ospf_neighbor.c' object='ospf_neighbor.o' libtool=no \
depfile='.deps/ospf_neighbor.Po' tmpdepfile='.deps/ospf_neighbor.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_neighbor.c || echo
'./'`ospf_neighbor.c
source='ospf_nsm.c' object='ospf_nsm.o' libtool=no \
depfile='.deps/ospf_nsm.Po' tmpdepfile='.deps/ospf_nsm.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_nsm.c || echo
'./'`ospf_nsm.c
source='ospf_dump.c' object='ospf_dump.o' libtool=no \
depfile='.deps/ospf_dump.Po' tmpdepfile='.deps/ospf_dump.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_dump.c || echo
'./'`ospf_dump.c
source='ospf_network.c' object='ospf_network.o' libtool=no \
depfile='.deps/ospf_network.Po' tmpdepfile='.deps/ospf_network.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_network.c || echo
'./'`ospf_network.c
source='ospf_packet.c' object='ospf_packet.o' libtool=no \
depfile='.deps/ospf_packet.Po' tmpdepfile='.deps/ospf_packet.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_packet.c || echo
'./'`ospf_packet.c
source='ospf_lsa.c' object='ospf_lsa.o' libtool=no \
depfile='.deps/ospf_lsa.Po' tmpdepfile='.deps/ospf_lsa.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_lsa.c || echo
'./'`ospf_lsa.c
source='ospf_spf.c' object='ospf_spf.o' libtool=no \
depfile='.deps/ospf_spf.Po' tmpdepfile='.deps/ospf_spf.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_spf.c || echo
'./'`ospf_spf.c
source='ospf_route.c' object='ospf_route.o' libtool=no \
depfile='.deps/ospf_route.Po' tmpdepfile='.deps/ospf_route.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_route.c || echo
'./'`ospf_route.c
ospf_route.c: In function `ospf_route_delete_same_ext':
ospf_route.c:195: warning: initialization from incompatible pointer type
ospf_route.c:196: warning: passing arg 2 of `route_node_lookup' from
incompatible pointer type
source='ospf_ase.c' object='ospf_ase.o' libtool=no \
depfile='.deps/ospf_ase.Po' tmpdepfile='.deps/ospf_ase.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_ase.c || echo
'./'`ospf_ase.c
source='ospf_abr.c' object='ospf_abr.o' libtool=no \
depfile='.deps/ospf_abr.Po' tmpdepfile='.deps/ospf_abr.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_abr.c || echo
'./'`ospf_abr.c
ospf_abr.c: In function `ospf_abr_process_network_rt':
ospf_abr.c:1081: warning: passing arg 2 of `ospf_abr_announce_network'
from incompatible pointer type
ospf_abr.c: In function `ospf_abr_announce_aggregates':
ospf_abr.c:1477: warning: passing arg 1 of
`ospf_abr_announce_network_to_area' from incompatible pointer type
source='ospf_ia.c' object='ospf_ia.o' libtool=no \
depfile='.deps/ospf_ia.Po' tmpdepfile='.deps/ospf_ia.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_ia.c || echo
'./'`ospf_ia.c
source='ospf_flood.c' object='ospf_flood.o' libtool=no \
depfile='.deps/ospf_flood.Po' tmpdepfile='.deps/ospf_flood.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_flood.c || echo
'./'`ospf_flood.c
source='ospf_lsdb.c' object='ospf_lsdb.o' libtool=no \
depfile='.deps/ospf_lsdb.Po' tmpdepfile='.deps/ospf_lsdb.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_lsdb.c || echo
'./'`ospf_lsdb.c
source='ospf_asbr.c' object='ospf_asbr.o' libtool=no \
depfile='.deps/ospf_asbr.Po' tmpdepfile='.deps/ospf_asbr.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_asbr.c || echo
'./'`ospf_asbr.c
source='ospf_routemap.c' object='ospf_routemap.o' libtool=no \
depfile='.deps/ospf_routemap.Po' tmpdepfile='.deps/ospf_routemap.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_routemap.c || echo
'./'`ospf_routemap.c
source='ospf_snmp.c' object='ospf_snmp.o' libtool=no \
depfile='.deps/ospf_snmp.Po' tmpdepfile='.deps/ospf_snmp.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_snmp.c || echo
'./'`ospf_snmp.c
source='ospf_opaque.c' object='ospf_opaque.o' libtool=no \
depfile='.deps/ospf_opaque.Po' tmpdepfile='.deps/ospf_opaque.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_opaque.c || echo
'./'`ospf_opaque.c
ospf_opaque.c: In function `free_opaque_info_per_type':
ospf_opaque.c:590: warning: assignment from incompatible pointer type
ospf_opaque.c: In function `register_opaque_info_per_id':
ospf_opaque.c:692: warning: assignment from incompatible pointer type
ospf_opaque.c: In function `free_opaque_info_per_id':
ospf_opaque.c:707: warning: passing arg 1 of `ospf_lsa_unlock' from
incompatible pointer type
ospf_opaque.c: In function `ospf_opaque_lsa_install':
ospf_opaque.c:1551: warning: passing arg 1 of `ospf_lsa_unlock' from
incompatible pointer type
ospf_opaque.c:1552: warning: assignment from incompatible pointer type
ospf_opaque.c: In function `ospf_opaque_lsa_refresh_schedule':
ospf_opaque.c:1971: warning: assignment from incompatible pointer type
ospf_opaque.c: In function `ospf_opaque_lsa_refresh_timer':
ospf_opaque.c:2023: warning: assignment from incompatible pointer type
ospf_opaque.c: In function `ospf_opaque_lsa_flush_schedule':
ospf_opaque.c:2049: warning: assignment from incompatible pointer type
source='ospf_te.c' object='ospf_te.o' libtool=no \
depfile='.deps/ospf_te.Po' tmpdepfile='.deps/ospf_te.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_te.c || echo
'./'`ospf_te.c
source='ospf_vty.c' object='ospf_vty.o' libtool=no \
depfile='.deps/ospf_vty.Po' tmpdepfile='.deps/ospf_vty.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I..
-I.. -I../lib -g -O2 -Wall -c `test -f ospf_vty.c || echo
'./'`ospf_vty.c
ospf_vty.c: In function `ospf_auto_cost_reference_bandwidth':
ospf_vty.c:2302: `r' undeclared (first use in this function)
ospf_vty.c:2302: (Each undeclared identifier is reported only once
ospf_vty.c:2302: for each function it appears in.)
ospf_vty.c:2302: parse error at null character
make[2]: *** [ospf_vty.o] Error 1
make[2]: Leaving directory `/home/gstammw/QUAGGA/quagga-0.96.2/ospfd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gstammw/QUAGGA/quagga-0.96.2'
make: *** [all] Error 2