> On 12/05/2011 06:37 PM, Andrew Benton 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

I didn't realize this package was so large -- 91 libraries and 25 
binaries - one named 'opt'.  I'm thinking about installing this with a 
prefix=/opt/llvm.

It also takes about 12 SBU to build.  That makes it one of the longer 
packages to build (but not in the class of Qt4 or FF or OpenOffice).

   -- 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