So I'm trying to do some compiling of UNIX thingies. I've run into some problems with one in particular. When I run the ./configure script, it wants to use -traditional-cpp to do the preprocessing, which I think is causing some problems.
Now, the man page says that what -traditional-cpp...