On Tue, 2005-12-27 at 16:02 -0200, Renato Riolino wrote: > Hi all! > > I'm still using LFS 5 on my desktop computer (Athlon XP 2800+) and now > I'm thinking of installing it on my laptop too. My laptop is a Athlon 64 > CPU and I like to know if is already possible to a newby like me to > build the full system for 64 bits? > > I now how to compile applications, apply patches, change gcc flags and > other simple things like this, but I don't have skills to find (and > change) erros on applications source code to correct a possible > incompatibilitie with a 64 bits pc? > > One more thing: Does exist a live CD for 64 bit systems? Or should I > starting from another ditro (suse for example). > > Thanks for helping! > > Renato >
Use Cross-LFS to compile for 64-bit systems. http://www.linuxfromscratch.org/clfs/ You probably want to compile a biarch system unless you know you will not need to run any 32-bit programs. There is no BLFS for the Athlon64, but in most cases, you only need to specify that you want 64-bit programs. I managed to get X11R6 compiled and running this morning, thanks to some help from others in Cross LFS. Most of the BLFS packages that I have built so far compile fine. Emacs says it doesn't recognize the architecture. expat wants to install into /usr/lib instead of /usr/lib64, but that can be fixed by adding --libdir=/usr/lib64 I don't know if there is a 64-bit LiveCD yet. I used the LFS LiveCD to build my system. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page