Nevermind, I found out what was wrong
The cvs update didnt port over the Makefile from 267
-Matt
Takashi Okumura wrote:
> although i ported the first netnice developed on FreeBSD to Linux,
> i don't think i can give you proper advice. but, i think you can
> check out netnice267 and check how the compilation works on
> the platform...
>
> hey linux gurus, any suggestion?
>
> thanks!
>
> -- taka
>
> On 11/13/05, Matt Davis <mat...@gm...> wrote:
>
>>currently the compile for netnice2612
>>stops with the linking error:
>>
>>
>>>LD init/built-in.o
>>>LD .tmp_vmlinux1
>>>kernel/built-in.o(.text+0x62db): In function `do_fork':
>>>: undefined reference to `vif_fork'
>>>kernel/built-in.o(.text+0x993f): In function `do_exit':
>>>: undefined reference to `vif_exit'
>>>net/built-in.o(.text+0x2236b): In function `ip_finish_output':
>>>: undefined reference to `vif_input'
>>>net/built-in.o(.text+0x223a8): In function `ip_finish_output':
>>>: undefined reference to `vif_input'
>>>net/built-in.o(.text+0x48c59): In function `inet_sock_release':
>>>: undefined reference to `vif_checksk'
>>
>>I have a feeling its the way the makfiles are setup
>>
>>all of the net/core/vif_*.c use the EXPORT macro... so Im kinda
>>scratchin my head on this one.
>>
>>-Matt
>>
>>
>>-------------------------------------------------------
>>SF.Net email is sponsored by:
>>Tame your development challenges with Apache's Geronimo App Server. Download
>>it for free - -and be entered to win a 42" plasma tv or your very own
>>Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
>>_______________________________________________
>>Netnice-developer mailing list
>>Net...@li...
>>https://lists.sourceforge.net/lists/listinfo/netnice-developer
>>
>
>
|