> > gcc -D__KERNEL__ -I/usr/src/linux-2.4-benh/include -Wall > > -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer > > -fno-strict-aliasing -D__powerpc__ -fsigned-char -msoft-float -pipe > > -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -DMODULE -DMODVERSIONS > > -include /usr/src/linux-2.4-benh/include/linux/modversions.h -c -o > > tumbler.o tumbler.c > > > > Ok, the .c's compiled just fine...but the .cpp file is not playing nice. I > tried replacing gcc with g++ and cpp, but neither seem to have much effect. > Thanks for the continued help. > John
The set_deq.cc isnt a module, it's a applet to set the mixer volume. g++ -o set_deq set_deq.cc it takes an argument, a float 0 => x => 1 where 1 is full volume and 0 is off. Cheers. James Tyson --- Samizdat New Media Solutions