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

Reply via email to