Re: DMODVERSIONS causing a lot of problems

2000-11-20 Thread robert_wilhelm_land
Colin Watson wrote: > Ah, no - you want the 'gawk' package itself. > > [EMAIL PROTECTED] ~]$ dpkg -p gawk > Package: gawk > Priority: optional > Section: interpreters > Installed-Size: 708 > Maintainer: James Troup <[EMAIL PROTECTED]> > Architecture: i386 > Version: 1:3.0.4-4 > [...] > > I'm not

Re: DMODVERSIONS causing a lot of problems

2000-11-17 Thread Colin Watson
On Fri, 17 Nov 2000 at 12:40:27 +0100, robert_wilhelm_land wrote: > This is the log: > > MINI:~/drivers/sound/aureal# make install20 > make install AUCHIP=AU8820 > make[1]: Entering directory `/root/drivers/sound/aureal' > cc -D__KERNEL__ -DMODULE -DAU8820 -mpentium -O6 -fomit-frame-pointer > -W

Re: DMODVERSIONS causing a lot of problems

2000-11-17 Thread robert_wilhelm_land
Colin, the make procedure fails on the command "gawk": > > Change this to: > > install: compile > mv -f $(CONF) $(CONF).old > gawk -f mod_conf $(CONF).old > $(CONF) #!!! > echo "alias sound $(NAME)" >> $(CONF) > echo "alias midi $(NAME)" >> $

Re: DMODVERSIONS causing a lot of problems

2000-11-16 Thread Colin Watson
On Thu, 16 Nov 2000 at 15:02:57 +0100, robert_wilhelm_land wrote: > Colin, thanks for the very very quick answer! > > > > CONF = $(wildcard /etc/modules.conf) > > [...] > > > install: compile > > >mv -f $(CONF) $(CONF).old > > >gawk -f mod_conf $(CONF).old > $(CONF) > > >echo "alias

Re: DMODVERSIONS causing a lot of problems

2000-11-16 Thread robert_wilhelm_land
Colin, thanks for the very very quick answer! > > CONF = $(wildcard /etc/modules.conf) > [...] > > install: compile > >mv -f $(CONF) $(CONF).old > >gawk -f mod_conf $(CONF).old > $(CONF) > >echo "alias sound $(NAME)" >> $(CONF) > >echo "alias midi $(NAME)" >> $(CONF) > > Beware;

Re: DMODVERSIONS causing a lot of problems

2000-11-16 Thread Colin
On Thu, 16 Nov 2000 at 13:42:52 +0100, robert_wilhelm_land wrote: > Colin wrote: > > > >make install AUCHIP=AU8820 > > >make[1]: Entering directory `/root/drivers/sound/aureal' > > ^^ > > >cc -D__KERNEL__ -DMODULE -DAU8820 -mpentium -O6 -fomi

Re: DMODVERSIONS causing a lot of problems

2000-11-16 Thread robert_wilhelm_land
Colin wrote: > >After not getting the aureal sound driver to install, I'm so unsure > >about enabling or disabling this feature the next time I have to build > >a new kernel. Most astonishing is the first output of make: > > > >make install AUCHIP=AU8820 > >make[1]: Entering directory `/root/drive

Re: DMODVERSIONS causing a lot of problems

2000-11-15 Thread Colin Watson
[EMAIL PROTECTED] wrote: >Would someone kindly clarify the aspects of the DMODVERSIONS flag in >the kernel makefile? It inserts versioning symbols into modules so that you can (possibly) run them in kernels other than that which they were compiled against. However, I don't think this is really you