[ 
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/[EMAIL
>  PROTECTED]:
> -------- Original Message --------
> Subject: library name for stdcxx 4.1.3
> Date: Tue, 31 Jan 2006 16:15:31 -0700
> From: Mohan Seripalli <[EMAIL PROTECTED]>
> Reply-To: [email protected]
> To: '[email protected]'         
> <[email protected]>
> 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.

Reply via email to