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 19:30:29 UTC

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

     [ http://issues.apache.org/jira/browse/STDCXX-26?page=all ]
     
Martin Sebor resolved STDCXX-26:
--------------------------------

    Fix Version: 4.1.3
     Resolution: Fixed

Fixed. The output of the config script on Solaris is now as expected:

configuring for gcc-3.4.3 on sunos-5.9-sparc

...
checking for <locale.h>                            ok ("/usr/include/locale.h")
checking for <cmath>                               no (_RWSTD_NO_CMATH)
checking for <math.h>                              ok ("/usr/local/gcc-3.4.3/lib
...

as is the log:

gcc -E  -D_RWSTD_USE_CONFIG -pedantic -nostdinc++  /tmp/math-8965.cpp >/tmp/math-8965.i
/tmp/math-8965.cpp:1:17: cmath: No such file or directory
gcc -E  -D_RWSTD_USE_CONFIG -pedantic -nostdinc++  /tmp/math-8965.cpp >/tmp/math-8965.i


> 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
>     Assignee: Martin Sebor
>      Fix For: 4.1.3

>
> 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