This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: More complex linkage failures on AIX


>libstdc++-v3/include/std/std_complex.h explicitly makes calls to
>__builtin_{cabs,carg,cexp} which the compiler converts to libcalls. 
>
>	What should happen here?

Are those functions defined on AIX? If so, where? If not in libm, in
another library? If so, set MATH_LIBRARY appropriately.

Or, don't use the builtins at all.

-benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]