Performance Release causes link failure with undefined ref to `__sincos'
807575Nov 7 2007 — edited Nov 20 2007I noticed while building a shared library with performance release for the C compiler that linking to the library has problems due to an undefined reference to __sincos. This is a mixed fortran and c library. The fortran is fine being compiled with performance release. Everything works with the library compiled with Release for the C portion and Performance Release for the Fortran portion.
Is there anything I can do to find out if this is my problem or a problem with the compiler?