On Friday 04 February 2005 01:25, DAVID Foglesong wrote: > I haven't seen my original message post to the list yet, but I think I may > have found the root problem -- the FreeBSD p4 api is built with GCC 2.x, > but I'm building with 3.x Yes, that's definitely the problem. The 'name mangling' in gcc 3.x is incompatible with that of gcc 2.x. Tony