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/03/01 22:24:51 UTC

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

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