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 2007/09/12 03:11:32 UTC

[jira] Created: (STDCXX-549) [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64

[Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64
------------------------------------------------------------------

                 Key: STDCXX-549
                 URL: https://issues.apache.org/jira/browse/STDCXX-549
             Project: C++ Standard Library
          Issue Type: Bug
          Components: Configuration
    Affects Versions: trunk
         Environment: Sun C++ 5.9/Linux/x86_64
            Reporter: Martin Sebor
            Priority: Critical


Configuration in wide (64-bit) mode with Sun C++ 5.9 fails on Linux/x86_64:

gmake config
gmake[3]: Entering directory `$(BUILDDIR)/include'

configuring stdcxx 4.2.0 for CC-++ on linux-2.6.9-42.elsmp-x86_64

checking if the compiler is sane                   no

int main () { return 0; }
CC -D_RWSTDDEBUG -I. -library=%none -g  -xarch=generic64 +w  -c a.cpp -o a.o
CC: illegal option usage -xarch=generic64
gmake[3]: *** [sane] Error 1
gmake[3]: Leaving directory `$(BUILDDIR)/include'
gmake[2]: *** [config.h] Error 2
gmake[2]: Leaving directory `$(BUILDDIR)/include'
gmake[1]: *** [config] Error 2
gmake[1]: Leaving directory `$(BUILDDIR)'
gmake: *** [config] Error 2
Command exited with non-zero status 2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (STDCXX-549) [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor closed STDCXX-549.
-------------------------------


> [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64
> ------------------------------------------------------------------
>
>                 Key: STDCXX-549
>                 URL: https://issues.apache.org/jira/browse/STDCXX-549
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: trunk
>         Environment: Sun C++ 5.9/Linux/x86_64
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>            Priority: Critical
>             Fix For: trunk
>
>
> Configuration in wide (64-bit) mode with Sun C++ 5.9 fails on Linux/x86_64:
> gmake config
> gmake[3]: Entering directory `$(BUILDDIR)/include'
> configuring stdcxx 4.2.0 for CC-++ on linux-2.6.9-42.elsmp-x86_64
> checking if the compiler is sane                   no
> int main () { return 0; }
> CC -D_RWSTDDEBUG -I. -library=%none -g  -xarch=generic64 +w  -c a.cpp -o a.o
> CC: illegal option usage -xarch=generic64
> gmake[3]: *** [sane] Error 1
> gmake[3]: Leaving directory `$(BUILDDIR)/include'
> gmake[2]: *** [config.h] Error 2
> gmake[2]: Leaving directory `$(BUILDDIR)/include'
> gmake[1]: *** [config] Error 2
> gmake[1]: Leaving directory `$(BUILDDIR)'
> gmake: *** [config] Error 2
> Command exited with non-zero status 2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (STDCXX-549) [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor resolved STDCXX-549.
---------------------------------

       Resolution: Fixed
    Fix Version/s: trunk

Fixed by the referenced patch.

> [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64
> ------------------------------------------------------------------
>
>                 Key: STDCXX-549
>                 URL: https://issues.apache.org/jira/browse/STDCXX-549
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: trunk
>         Environment: Sun C++ 5.9/Linux/x86_64
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>            Priority: Critical
>             Fix For: trunk
>
>
> Configuration in wide (64-bit) mode with Sun C++ 5.9 fails on Linux/x86_64:
> gmake config
> gmake[3]: Entering directory `$(BUILDDIR)/include'
> configuring stdcxx 4.2.0 for CC-++ on linux-2.6.9-42.elsmp-x86_64
> checking if the compiler is sane                   no
> int main () { return 0; }
> CC -D_RWSTDDEBUG -I. -library=%none -g  -xarch=generic64 +w  -c a.cpp -o a.o
> CC: illegal option usage -xarch=generic64
> gmake[3]: *** [sane] Error 1
> gmake[3]: Leaving directory `$(BUILDDIR)/include'
> gmake[2]: *** [config.h] Error 2
> gmake[2]: Leaving directory `$(BUILDDIR)/include'
> gmake[1]: *** [config] Error 2
> gmake[1]: Leaving directory `$(BUILDDIR)'
> gmake: *** [config] Error 2
> Command exited with non-zero status 2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (STDCXX-549) [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor reassigned STDCXX-549:
-----------------------------------

    Assignee: Martin Sebor

> [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64
> ------------------------------------------------------------------
>
>                 Key: STDCXX-549
>                 URL: https://issues.apache.org/jira/browse/STDCXX-549
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: trunk
>         Environment: Sun C++ 5.9/Linux/x86_64
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>            Priority: Critical
>
> Configuration in wide (64-bit) mode with Sun C++ 5.9 fails on Linux/x86_64:
> gmake config
> gmake[3]: Entering directory `$(BUILDDIR)/include'
> configuring stdcxx 4.2.0 for CC-++ on linux-2.6.9-42.elsmp-x86_64
> checking if the compiler is sane                   no
> int main () { return 0; }
> CC -D_RWSTDDEBUG -I. -library=%none -g  -xarch=generic64 +w  -c a.cpp -o a.o
> CC: illegal option usage -xarch=generic64
> gmake[3]: *** [sane] Error 1
> gmake[3]: Leaving directory `$(BUILDDIR)/include'
> gmake[2]: *** [config.h] Error 2
> gmake[2]: Leaving directory `$(BUILDDIR)/include'
> gmake[1]: *** [config] Error 2
> gmake[1]: Leaving directory `$(BUILDDIR)'
> gmake: *** [config] Error 2
> Command exited with non-zero status 2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.