On Sat, 27 Apr 1996, Dale Scheetz wrote: > On Sat, 27 Apr 1996, VaX#n8 wrote: > > > I can't seem to statically link ppp into my kernel... it complains that > > bsd_comp.c must be compiled as module > > In other words, make all'' from /usr/src is broken > > not on list yet. reply by email > > > These are all kernel issues. Bsd_comp.c is only allowed to be built as a > modules (this is done automatically. you are not given the option of > leaving bsd_comp out). As ppp has a dependancy connection with bsd_comp, > ppp must be built as a module also. > Ppp is, to my knowlege, the only module that must be built as a module. > And this has only been since the introduction of bsd_comp.
Bsd_comp must be compiled as a module but PPP does *not* have to be compiled as a module unless you answered yes to CONFIG_MODVERSIONS. Gerry [EMAIL PROTECTED]

