RE: Link error in ./net/sunrcp/

From: Lever, Charles
Date: Fri Oct 28 2005 - 16:26:15 EST


>
> Hi!
>
> I get this link error:
>
> net/built-in.o: In function
> `xs_bindresvport':xprtsock.c:(.text+0x46970): undefined
> reference to `xprt_min_resvport'
> :xprtsock.c:(.text+0x46978): undefined reference to
> `xprt_max_resvport'
> net/built-in.o: In function `xs_setup_udp': undefined
> reference to `xprt_udp_slot_table_entries'
> net/built-in.o: In function `xs_setup_tcp': undefined
> reference to `xprt_tcp_slot_table_entries'
> make: *** [.tmp_vmlinux1] Error 1
>
> in case of CONFIG_SYSCTL not being enabled. This is on the VAX port,
> but I guess it'll show up on any target...

i thought that you couldn't actually get a .config that would build
the sunrpc stuff if CONFIG_SYSCTL was disabled. thus the macro logic
in net/sunrpc doesn't check for it.

was i wrong about that?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/