(Illustration by Gaich Muramatsu)
> I use the `magic' mix of an egcs c++ compiler and the gcc c-compiler. > > g++ 2.90.28 > libstdc++2.8 2.90.28 > gcc 2.7.2.3 > libc6 2.0.7pre3 > > I did not compile the kernel-module, as I already have the > linux-2.1.101 coda module compiled, but I think there should not be > big problems there (although with the funny debian kernel-includes > policy...) solution : c++ files should be compiled by c++ and linked by c++. the debian setup shows: compiling with c++, but linking with cc doesn't work. reason : c++ is from egcs, and has different internal libs. andreasReceived on 1998-05-15 16:24:46