On Wed, May 23, 2012 at 03:49:41PM -0500, Bruce Dubbs wrote: > > -------- Original Message -------- > Subject: Error in BLS Python-2.7.3 > Date: Wed, 23 May 2012 17:00:53 -0300 > From: Marcos Yoshito Kasahara <[email protected]> > To: [email protected] > > Dear Bruce > > I think I have found a mistake in Python-2.7.3 ( > http://www.linuxfromscratch.org/blfs/view/svn/general/python2.html), > in the line "Command Explanations" you mention "--with-system-ffi", but in > the actual command line there is no > "--with-system-ffi". > > sed -i "s/ndbm_libs = \[\]/ndbm_libs = ['gdbm', 'gdbm_compat']/" setup.py && > ./configure --prefix=/usr --enable-shared && > make > > Thanks > > Best Regards > > Marcos Kasahara > A quick look at my local copy suggests it is in option tags, not parameter tags, and the explanation says 'if you have installed...'
If I'm correct, Marcos might wish to note that there are a lot of optional explanations for switches we don't include in the book's configure instructions. On firefox, the parameter explanations (things we mentioned above) are rendered differently from the option explanations (other things that someone decided to explain). ISTR one is regular text, the other italic, but I'm sitting in front of a tty at the moment). For lynx, obviously they will look alike. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
