[Xorp-users] Build difficulties

Pavlin Radoslavov pavlin@icir.org
Tue, 26 Jul 2005 10:46:14 -0700


> I am trying to build XORP 1.1 on a Solaris box for Linux 2.6.10.  I have
> been using the recommended automake, autoconf, and libtool.  I was
> originally using GCC 3.4.1 then switched to 3.3.2 and seem to always be
> getting and error for undefined reference to
> IfConfigSetIoctl::add_vif_address6.  When I locate the line it references
> there is no add_vif_address only the IfConfigSetIoctl class with other
> methods?  Any idea what I am missing?

Is "HAVE_IOCTL_SIOCGIFCONF" defined in your top-level config.h?

I have suspicion where the error comes from, but I need to know the
answer of the above question to confirm that.

Pavlin