Menu

#70 MINGW32 has no sincos

open
nobody
5
2006-02-07
2006-02-07
T.Tamaki
No

in ltiSinCos.h,
#if defined(_LTI_GNUC_3) && !(defined(_LTI_MACOSX))

but above can not be compiled with mingw32, so the
following works:

#if defined(_LTI_GNUC_3) && !(defined(_LTI_MACOSX)) &&
!(defined(_LTI_CYGWIN))

I don't check, but cygwin and mingw may not have sincos.

in 1.9.15 and ltilib1 cvs. no sincos in litlib2 cvs?

Discussion

  • Peter Doerfler

    Peter Doerfler - 2006-02-21

    Logged In: YES
    user_id=728643

    sent a mail to ltilib-devel to make this look better.

     

Log in to post a comment.

MongoDB Logo MongoDB