Hi - On Wed, Jan 29, 2003 at 03:25:51PM -0700, Gary Thomas wrote: > [...] > I can't duplicate this problem. I've tried building on > Red Hat 7.3 (GCC-2.96) and 8.0 (GCC 3.2). [...] An even newer compiler traps the standards violation in question. Briefly, all the function *definitions* in sid/main/dynamic that include a default value for their arguments should have that default clause taken away. (Only function *declarations* should have default values.) - FChE