|
From: Glenn H. <gh...@c2...> - 2001-05-09 06:15:17
|
GürerÖzen wrote: > > I grabbed latest version today from cvs with following commands: > > export CVSROOT=":pserver:ano...@cv...:/cvsroot/linux-apus" > cvs -z3 co 2.4 > > Then configured it with "make menuconfig", and compiled it with "make dep" > and "make". > > First problem is in the mem.c. At the end of this file, there is a call to > lp_m68k_init(), but "grep -r lp_m68k_init *" shows that this function isn't > defined anywhere!? I commented it for now to avoid linking problem. disable CONFIG_M68K_PRINTER (or something like that) in .config, and try again. Shouldn't the m68k printer option be removed from apus ? -glenn |