This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: More complex linkage failures on AIX
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: gdr at integrable-solutions dot net, libstdc++ at gcc dot gnu dot org
- Date: Thu, 10 Jun 2004 17:41:07 -0500
- Subject: Re: More complex linkage failures on AIX
- Organization: Red Hat / Chicago
- References: <200406101636.i5AGau227702@makai.watson.ibm.com>
>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