> > That's not enough, i'm affraid. You also need to add > > extern int errno; > > to the source code (man 3 errno). > hth ralfd > _______________________________________________ This is how I've gotten it compiled now: changing all the occurrences of "extern int errno;" with "#include <errno.h>" fixes this. weird huh? Paul