Re: Building a kernel with SCTP support



On 6/24/07, Kip Macy <kip.macy@xxxxxxxxx> wrote:
>
> Do I need to define additional flags in my config file?

No, unless sctp_pcb.c was somehow removed from your sys/conf/files you
probably need to 'make cleandepend; make depend'. It builds fine for
me with those options.


I did that, and the result is here:
http://night.rdslink.ro/dudu/freebsd/SCTP_out.bz2. I suspect a PEBKAC
here :( Should this be the case, I appologise in advance.

-Kip



--
If it's there, and you can see it, it's real.
If it's not there, and you can see it, it's virtual.
If it's there, and you can't see it, it's transparent.
If it's not there, and you can't see it, you erased it.
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Building a kernel with SCTP support
    ... On 6/24/07, Kip Macy wrote: ... > Do I need to define additional flags in my config file? ... unless sctp_pcb.c was somehow removed from your sys/conf/files you ...
    (freebsd-current)
  • Re: IP FILTER and network address
    ... Executing the config file i get the following error ... But the networka addresses above are ... flags S keep state ...
    (freebsd-questions)
  • Re: How to define multiple flags in a config file?
    ... outoption flags like this: ... This throws an exception becuase it can't be parsed. ... I have never seen how to combine flags in a config file. ...
    (microsoft.public.dotnet.languages.csharp)