Aleksandar Kuktin wrote:
>> On Wed, 23 Nov 2011 19:35:46 +1100
>> Wayne Blaszczyk <wblas...@bigpond.net.au> wrote:
>>
>> ./configure --prefix=/usr --disable-werror
>> make
>> make -C gdb install
>>
>> This only installs the binaries and one of the libraries which is not
>> shared by binutils.
> 
> This should make it into BLFS.

We don't have gdb in BLFS at all and there is still a huge amount of 
work to do before we start adding packages that are not fairly important 
dependencies of existing packages.

That said, I have a script from 2007:

sed -i -e 's/^install:.*$/install:/'
    libiberty/Makefile.in bfd/doc/Makefile.in &&

./configure --prefix=/usr
             --disable-install-libiberty
             --disable-install-libbfd
             --disable-nls &&

make &&
sudo make install


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

Reply via email to