Re: [Badmem-users] unable to compile kernel
Status: Beta
Brought to you by:
eagle2
From: Frank V. D. <fra...@st...> - 2003-03-12 21:18:33
|
On Wednesday 12 March 2003 20:26, you wrote: > > In the kernel configuration I set the path to the badmem utils as > > /usr/local (I also tried /usr/local/include). > > Anyone? > > Where did you install the badmem-utils to? The Utils are used twice: > as building aids and as including-binaries during the kernel build > process. Did you made a "configure; make all install" at the utils > before compiling the kernel? Did you really install the utils to > /usr/local/badmem-utils-vx.y? If yes, the kernel configuration > parameter must point to exacltly that directory (including the badmem- > utils-vx.y stuff!). > Tip: you may use symlinks to ease versioning. I actually use Gnu Stow, which populates /usr/local with links from subdirectories in /usr/local/stow. Works like a charm to install selfcompiled stuff cleanly. I installed it with make clean && ./configure --prefix=/usr/local/stow/badmem-utils-1.5 && make all install Then stowed it. Result is as above... > If you have trouble, please don't hesitate sending me your > /usr/src/linux/.config and we'll see, what we can do for you! > > Hope this helps! Not yet really ;) -- Frank Van Damme http://www.openstandaarden.be |