tags 449020 + confirmed
block 449020 with 443234
thanks

Hello,

On Fri, Nov 02, 2007 at 08:03:38PM +0800, Ying-Chun Liu (PaulLiu) wrote:
> [EMAIL PROTECTED]:/root# g++ -I/usr/include/stlport -pthread
> -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_SSTREAM
> -Os -I. -DNDEBUG -fPIC -fno-strict-aliasing -fomit-frame-pointer -g
> -Wall -O2 -c test.cc
> In file included from /usr/include/stlport/stl/_alloc.h:39,
>                  from /usr/include/stlport/stl/_string.h:23,
>                  from /usr/include/stlport/string:32,
>                  from test.cc:1:
> /usr/include/stlport/stl/_cstdlib.h:91: error: '__std_alias::llabs' has
> not been declared
> /usr/include/stlport/stl/_cstdlib.h:92: error: '__std_alias::lldiv_t'
> has not been declared
> /usr/include/stlport/stl/_cstdlib.h:93: error: '__std_alias::lldiv' has
> not been declared
> /usr/include/stlport/stl/_cstdlib.h: In function 'long long int abs(long
> long int)':
> /usr/include/stlport/stl/_cstdlib.h:144: error: 'llabs' is not a member
> of '__std_alias'
> /usr/include/stlport/stl/_cstdlib.h: In function 'lldiv_t div(long long
> int, long long int)':
> /usr/include/stlport/stl/_cstdlib.h:145: error: 'lldiv' is not a member
> of '__std_alias'
> [EMAIL PROTECTED]:/root#

This is because of #443234. You can use #define _GLIBCXX_USE_C99 on
these arches to work around this.

Regards,

Thomas



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to