You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2005/09/19 18:35:29 UTC

[jira] Commented: (STDCXX-26) bogus test for

    [ http://issues.apache.org/jira/browse/STDCXX-26?page=comments#action_12329876 ] 

Martin Sebor commented on STDCXX-26:
------------------------------------

This is caused by a bug in Solaris basename:

$ uname -rs && basename math ".h"
SunOS 5.10
ma


> bogus test for <ma.h>
> ---------------------
>
>          Key: STDCXX-26
>          URL: http://issues.apache.org/jira/browse/STDCXX-26
>      Project: STDCXX
>         Type: Bug
>   Components: Configuration
>     Versions: 4.1.2
>  Environment: Solaris 10 and earlier
>     Reporter: Martin Sebor

>
> The configuration script checks for the header <ma.h> instead of <math.h>.
> ...
> checking for <locale.h>                            ok ("/usr/include/locale.h")
> checking for <ma.h>                                no (_RWSTD_NO_MA_H)
> checking for <csetjmp>                             ok
> ...
> Here's the relevant portion of config.log:
> CC -E -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -library=%none -g  /tmp/ma-6277.cpp >/tmp/ma-6277.i
> "/tmp/ma-6277.cpp", line 1: Error: Could not open include file <ma.h>.
> 1 Error(s) detected.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira