Click to See Complete Forum and Search --> : Problem with lfs


jallabert
08-18-2003, 10:39 AM
I am installing lfs, and when i run configure like this
http://archive.linuxfromscratch.org/lfs-museum/4.1/LFS-BOOK-4.1-HTML/chapter06/glibc.html
i get this "checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile"
I used glibc 2.3.2, so maybe that is what was wrong, so i tried the version they write on linuxfromscratch.org, and then i got "configure: error: cannot determine asm global directive". What shall i do?

Dracnor
08-18-2003, 10:44 AM
Did u use the same version of gcc? My glibc wouldn't compile after I statically compiled gcc with a version higher than is in the book. Make sure that your versions follow the book (especially the "important" programs). (I deviated on small things, such as the text editor and other misc. items).

jallabert
08-18-2003, 11:15 AM
I didnt use the same version of gcc..

frep45
10-01-2003, 08:54 PM
I used the correct version of Glibc, and it still says the asm global directive error for me. (RH9) Any ideas?

Dracnor
10-02-2003, 01:26 PM
What about gcc? Is that the same version? Glibc is just the libraries...they must match AFAIK.