Dave -- If you can compile it with -E, you'll see the output of the preprocessor as presented to the rest of the compiler front-end. I often find this helpful in debugging things having to do with .h files. You'll see where the different files start/stop, and everything inside false #if branches will be blank.
I also wonder about all those .. directories in pathnames and whether they are right under AIX: things might be in different places there than under on the OSs more commonly used by open source hackers. -- Eliot _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

