Boost logo

Boost-Build :

From: shobha hubballi (shobha_hubballi_at_[hidden])
Date: 2007-04-19 00:14:43


shobha hubballi <shobha_hubballi_at_[hidden]> wrote: Date: Thu, 19 Apr 2007 05:07:15 +0100 (BST)
From: shobha hubballi <shobha_hubballi_at_[hidden]>
Subject: renaming problem for boost_1_33_1 libraries
To: boost-build_at_[hidden]

Hello,

     We have built 32bit and 64bit boost_1_33_1 librararies sucessfully on solaris with CC-5.8 compiler.We want to distingusih separetely library names for built 32bit & 64bit libraries as both 32bit&64bit libraries have same name and also we want to keep both libraries in the same directory .
  Can we rename built library

 libboost_thread-sw-mt-1_33_1.so
                                                   as

 libboost_thread-sw-mt-1_33_1_32.so // 32bit
                                                   and
 libboost_thread-sw-mt-1_33_1_64.so // 64bit ????
 If we rename these libraries IS THERE ANY PROBLEM?
 If there is any problem after renaming can you suggest any other
method to build the libraries with the different library name as name mentioned above.

> Thanks
> Shobha
>
   var callCount = 0; function rmvScroll( msg ) { if ( ++callCount > 10 ) { msg.style.visibility = "visible"; } if ( callCount msg.clientHeight ) { newHeight = msg.scrollHeight + delta; } delta = msg.offsetWidth - msg.clientWidth; delta = ( isNaN( delta )? 1 : delta + 1 ); if ( msg.scrollWidth > msg.clientWidth ) { newWidth = msg.scrollWidth + delta; } msg.style.overflow = "visible"; msg.style.visibility = "visible"; if ( newWidth > 0 || newHeight > 0 ) { var ssxyzzy = document.getElementById( "ssxyzzy" ); var mediaSheet = ssxyzzy.sheet.cssRules[0]; var cssAttribs = ['#message {']; if ( newWidth > 0 ) cssAttribs.push( 'width:' + newWidth + 'px;' ); if ( newHeight > 0 ) cssAttribs.push( ' height:' + newHeight + 'px;' ); cssAttribs.push( '}' ); mediaSheet.insertRule( cssAttribs.join(""), mediaSheet.cssRules.length ); } } function imgsDone( msg ) // for Firefox, we need to scan for images that haven't set their width yet { var imgList =
 msg.getElementsByTagName( "IMG" ); var len = ((imgList == null)? 0 : imgList.length); for ( var i = 0; i
---------------------------------
  Check out what you're missing if you're not on Yahoo! Messenger

       
---------------------------------
 Check out what you're missing if you're not on Yahoo! Messenger



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk