> > You might consider changing your logf function to something else. The math > library contains a logf function, so you'll have trouble including math.h > with that function there, should the need arise. > > --Palrich. >
I had that very same problem, I put #define logf logf2 In merc.h, and it ran smoothly after that for me. Davion

