[ 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 <mohan@roguewave.com>
> Reply-To: stdcxx-user@incubator.apache.org
> To: 'stdcxx-user@incubator.apache.org' <stdcxx-user@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
|