> Using CW8.3 MacOS X, I try to link with libgd (GD Image Library from
> http://www.botell.com/dg/ ) and I always get these strange link errors:
[quoted text clipped - 4 lines]
> Link Error : undefined: 'saveFP' (code)
> Referenced from 'gdImageCreate' in libgd.a
From an old post of Ron's:
> One of our customers pointed out that, the solution. The
> "saveFP"/"restFP" references (probably come when importing
[quoted text clipped - 3 lines]
> It appears that gcc calls saveFP/restFP when code is compiled -O, but
> might not call these functions in an unoptimized variant.