[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help needed for compiling ns-2
>
> From: "Christoph Haenle" <[email protected]>
> To: "Shaogang Chen" <[email protected]>,
"Steven McCanne" <[email protected]>
> cc: <[email protected]>
> Subject: Re: Help needed for compiling ns-2
> Date: Mon, 08 Sep 97 18:28:04 EDT
>
> Hi,
>
> see if you can find IP_MULTICAST_LOOP in
>
> /usr/include/netinet/in.h:#define IP_MULTICAST_LOOP 0x12 /*
> set/get IP multicast loopback */
>
> If nothing else helps, you might want to try the biggest hack ever and
> replace the constant in net-ip.cc with 0x12 (ughh!)
>
> -Chris.
you might just want to consider not compiling tap.cc, net.cc,
and net-ip.cc. They are only used for "emulation" at this
point anyhow {which is experimental}. So, I believe if
you just edit the makefile to not compile those three files
you will probably be in luck.
- K