I resolved the last argp problem by changing: #ifdef __OPTIMIZE__ to #if 1 I also had to modify the ARGP_FS_EI macro to: #ifndef ARGP_FS_EI #ifdef __GNUC__ #define ARGP_FS_EI extern inline #else #define ARGP_FS_EI static #endif #endif The whole thing now compiles. Now to see if it works, and to change my hacks into clean patches to configure.in and a few .c and .h files. -- Carson Gaspar -- [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.cs.columbia.edu/~carson/home.html Queen Trapped in a Butch Body
