Hi, I am trying to install
submount on my Debian Sid machine. However even though it compiles cleanly and installs OK I can't insert the module.
Here is the dmesg output I get:
Code:
subfs: version magic '2.6.11-kanotix-10 preempt K7 gcc-4.0' should be '2.6.11-kanotix-10 preempt K7 gcc-3.3'
This doesn't look like a huge problem, as I have both GCC 4.0 and 3.3 installed.
The question is though, how can I select a compiler during configure and/or make that this software will be happy with?
GJ