Hi. Again some nameclashes: FPSP exports a bunch of name-clash prone symbols, two of which actually clash with libm symbols: 'round' and 'sinf' The latter returns 'signed infinity' (FPSP) or a single precision sin() (libm) ! What to do? Are there any user-entry points to FPSP at all (apart from the installation routine, of course)? -- Till