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 2006/02/01 02:12:33 UTC

[jira] Created: (STDCXX-130) BUILDTYPE doesn't affect library name

BUILDTYPE doesn't affect library name
-------------------------------------

         Key: STDCXX-130
         URL: http://issues.apache.org/jira/browse/STDCXX-130
     Project: STDCXX
        Type: Improvement
  Components: Configuration  
    Versions: 4.1.3    
 Environment: all
    Reporter: Martin Sebor
 Assigned to: Martin Sebor 
     Fix For: 4.1.4


>From http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-user/200601.mbox/%3c4FA4B7B3231C5D459E7BAD020213A942026A92E3@bco-exchange.bco.roguewave.com%3e:

-------- Original Message --------
Subject: library name for stdcxx 4.1.3
Date: Tue, 31 Jan 2006 16:15:31 -0700
From: Mohan Seripalli <mo...@roguewave.com>
Reply-To: stdcxx-user@incubator.apache.org
To: 'stdcxx-user@incubator.apache.org'	 <st...@incubator.apache.org>

Hi Martin,
 
I modified the BUILDDIR/makefile.in for 15s build type as follows
 
TOPDIR     = /amd/devbuild/mohan/stdcxx413/stdcxx-4.1.3
BUILDDIR   = /amd/devbuild/mohan/stdcxx413/stdcxx-4.1.3/build
CONFIG     =
/amd/devbuild/mohan/stdcxx413/stdcxx-4.1.3/etc/config/gcc.config
BUILDTYPE  = 15s 
BUILDMODE  = debug,pthreads
...
...
 
 
and then tried running the following commands from BUILDDIR
gmake clean
gmake lib BUILDTYPE=15s
 
and I still see the library name as lib/libstd.a
instead of 
lib/libstd15s.a
 
Any idea what I might have missed?

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


[jira] Closed: (STDCXX-130) BUILDTYPE doesn't affect library name

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

Martin Sebor closed STDCXX-130.
-------------------------------

    Resolution: Fixed

> BUILDTYPE doesn't affect library name
> -------------------------------------
>
>                 Key: STDCXX-130
>                 URL: https://issues.apache.org/jira/browse/STDCXX-130
>             Project: C++ Standard Library
>          Issue Type: Improvement
>          Components: Configuration
>    Affects Versions: 4.1.3
>         Environment: all
>            Reporter: Martin Sebor
>         Assigned To: Martin Sebor
>             Fix For: 4.2
>
>
> From http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-user/200601.mbox/%3c4FA4B7B3231C5D459E7BAD020213A942026A92E3@bco-exchange.bco.roguewave.com%3e:
> -------- Original Message --------
> Subject: library name for stdcxx 4.1.3
> Date: Tue, 31 Jan 2006 16:15:31 -0700
> From: Mohan Seripalli <mo...@roguewave.com>
> Reply-To: stdcxx-user@incubator.apache.org
> To: 'stdcxx-user@incubator.apache.org'	 <st...@incubator.apache.org>
> Hi Martin,
>  
> I modified the BUILDDIR/makefile.in for 15s build type as follows
>  
> TOPDIR     = /amd/devbuild/mohan/stdcxx413/stdcxx-4.1.3
> BUILDDIR   = /amd/devbuild/mohan/stdcxx413/stdcxx-4.1.3/build
> CONFIG     =
> /amd/devbuild/mohan/stdcxx413/stdcxx-4.1.3/etc/config/gcc.config
> BUILDTYPE  = 15s 
> BUILDMODE  = debug,pthreads
> ...
> ...
>  
>  
> and then tried running the following commands from BUILDDIR
> gmake clean
> gmake lib BUILDTYPE=15s
>  
> and I still see the library name as lib/libstd.a
> instead of 
> lib/libstd15s.a
>  
> Any idea what I might have missed?

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


[jira] Updated: (STDCXX-130) BUILDTYPE doesn't affect library name

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/STDCXX-130?page=all ]

Martin Sebor updated STDCXX-130:
--------------------------------

    Fix Version: 4.2
                     (was: 4.1.4)

> BUILDTYPE doesn't affect library name
> -------------------------------------
>
>          Key: STDCXX-130
>          URL: http://issues.apache.org/jira/browse/STDCXX-130
>      Project: C++ Standard Library
>         Type: Improvement

>   Components: Configuration
>     Versions: 4.1.3
>  Environment: all
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor
>      Fix For: 4.2

>
> From http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-user/200601.mbox/%3c4FA4B7B3231C5D459E7BAD020213A942026A92E3@bco-exchange.bco.roguewave.com%3e:
> -------- Original Message --------
> Subject: library name for stdcxx 4.1.3
> Date: Tue, 31 Jan 2006 16:15:31 -0700
> From: Mohan Seripalli <mo...@roguewave.com>
> Reply-To: stdcxx-user@incubator.apache.org
> To: 'stdcxx-user@incubator.apache.org'	 <st...@incubator.apache.org>
> Hi Martin,
>  
> I modified the BUILDDIR/makefile.in for 15s build type as follows
>  
> TOPDIR     = /amd/devbuild/mohan/stdcxx413/stdcxx-4.1.3
> BUILDDIR   = /amd/devbuild/mohan/stdcxx413/stdcxx-4.1.3/build
> CONFIG     =
> /amd/devbuild/mohan/stdcxx413/stdcxx-4.1.3/etc/config/gcc.config
> BUILDTYPE  = 15s 
> BUILDMODE  = debug,pthreads
> ...
> ...
>  
>  
> and then tried running the following commands from BUILDDIR
> gmake clean
> gmake lib BUILDTYPE=15s
>  
> and I still see the library name as lib/libstd.a
> instead of 
> lib/libstd15s.a
>  
> Any idea what I might have missed?

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