This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/52645] gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope
- From: "dave.anglin at bell dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 21 Mar 2012 14:43:57 +0000
- Subject: [Bug libgcj/52645] gnu/java/net/natPlainDatagramSocketImpl.cc:660:14: error: 'IPPROTO_IPV6' was not declared in this scope
- Auto-submitted: auto-generated
- References: <bug-52645-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52645
--- Comment #2 from dave.anglin at bell dot net 2012-03-21 14:43:57 UTC ---
On 3/21/2012 9:09 AM, ro at CeBiTec dot Uni-Bielefeld.DE wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52645
>
> --- Comment #1 from ro at CeBiTec dot Uni-Bielefeld.DE<ro at CeBiTec dot Uni-Bielefeld.DE> 2012-03-21 13:09:44 UTC ---
> This is from my Tru64 UNIX removal patch. Could you please check if
> IPPROTO_IPV6 and/or IPV6_MULTICAST_IF are defined in any system header
> or if this another case of partial IPv6 support?
IPPROTO_IPV6 and IPV6_MULTICAST_IF are not defined in any system header
on HP-UX 11.00. As far as I can tell, there is no IPv6 support.
On HP-UX 11.11, the defines are in netinet/in6.h.
Dave