DJ Lucas wrote:
> On 12/05/2011 06:37 PM, Andrew Benton wrote:
>> On Mon, 05 Dec 2011 17:38:28 -0600
>> Bruce Dubbs<[email protected]>  wrote:

>> touch tools/edis/EnhancedDisassembly.exports
>> ./configure --prefix=/usr
>> find -name Makefile -exec                            \
>>    sed -ir -e '/^LIBRARYNAME/a SHARED_LIBRARY = 1'    \
>>            -e 's#BUILD_ARCHIVE :*= 1#NO_&#'           \
>>            -e '/^USEDLIBS/s# \([A-Za-z]*\).a# -l\1#g' \
>>            -e 's#^USEDLIBS#LDFLAGS#' {} \;
>> sed -i 's#BUILD_ARCHIVE = 1#NO_&#' Makefile.rules
>> sed -i 's#x)/docs#x)/share/doc#' Makefile.config
>> make -j4
>> make check
>> make install

> Very nice guys! Don't suppose one of y'all want to add it to the book? :-)

Yes, I'll go ahead and do it tomorrow.  Where should it go? 
Programming?  General Utilities?

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to