Hi I just started chapter 6 of linux from scratch using version 6.2 of
the book and the accompanying LFS distro, I ran:
../glibc-2.3.6/configure --prefix=/usr --disable-profile
--enable-add-ons --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc
But got the error:
FYI: I installed the xorg-proto stuff (and everything else before lib)
to the standard prefix: /usr.
Allan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
Hi.
I want to build OO (Open Office) with the last BLFS. I had to download OO
2.3, because 2.2 is not available anymore. But I don't think it's an
issue here.
In the build process, I get this error message :
checking if uudecode can decode base 64 file... yes
checking if /opt/jdk/bin/java works.
I have searched for a couple hours now with no answer to fix my problem.
When I issue the command
'make bootstrap'
to compile gcc 4.12 I keep getting this error
/lib/libc.so.6: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make[3]: *** [libgcc_s.so] Error 1
Hi.
1) While installing the OpenLDAP package, I noticed a problem with the
instructions given in the BLFS book (SVN) : I had to add the option
"--enable-sql=no", configure was complaining about not finding sql.h.
Is this normal, or did I miss something ?
2) I experience extreme slowness in using
juras wrote:
> I have a BLFS system for some time. I started whith LFS-6.2 and BLFS-svn
> before the 6.2 version was relesed.
>
> Now I am going to install ATLAS, GLS, Octave and while reading some
> documents I found:
> "... gcc4.2 is what the architectural defaults are built for, and
> prev
Well updating GCC (or glibc/binutils) is not always easy. This is
because everything else depends on these packages. Updating GCC 4.2.0
to 4.2.2 would not be too hard. The difference between 4.0.3 and 4.2.2
may be bigger.
But you can try it. I've upgraded glibc before and haven't had any
problems s
Le Tue, 6 Nov 2007 19:59:29 -0800 "Dan Nicholson" <[EMAIL PROTECTED]> a
écrit :
> On 11/6/07, Nicolas FRANCOIS <[EMAIL PROTECTED]> wrote:
> >
> > I have an annoying problem with my new LFS box (LFS SVN post 6.3, BLFS
> > SVN) : Everything is working quite OK...except ftp. When I want to
> > connec