Re: Error in compiling 1.3.4

Linus Torvalds (Linus.Torvalds@cs.helsinki.fi)
Tue, 27 Jun 1995 08:21:02 +0300


Jim Lynch: "Error in compiling 1.3.4" (Jun 27, 13:15):
> Compile at vmlinux gives the following error message:-
> drivers/net/net.a(ppp.o): Undefined symbol _get_int referenced from text
> segment
> make *** [vmlinux] Error 1
> Is there an 'include' missing from somewhere?

Oops. It should be a "get_user()". Just find the (one) occurrence of
"get_int()" in ppp.c, and change it into a get_user() and everything
should be ok. It was just a typo/thinko.

Linus