2009/11/22 Kyle Brennan <[email protected]>: > so i believe that everything was done correctly this time, i compiled it in > the sources directory rather than tools. i am still running into a similar > problem. the terminal told me this: > collect2: ld returned 1 exit status > make[2]: *** [/mnt/lfs/sources/glibc-build/iconv/iconvconfig] Error 1 > make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.10.1/iconv' > make[1]: *** [iconv/others] Error 2 > make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.10.1' > make: *** [all] Error 2 > > i am thinking that it may be a processor incompatibility problem. i am > running an intel q6600 (quad core x64 compatable, oc to 3.2 GHz from 2.4) >
Please trim whatever is no longer relevant when you reply to a conversation. Thanks. Having done that, you can then include the line or two (it might look more than a line on your terminal, because usually it will be very long) showing the *command* that failed, AND the error message (if you are scripting, the error message will be on stderr, so use e.g. 2>&1 to capture it). Typically,, this will be a gcc or libtool invocation, but very occasionally a package might invoke 'ld' directly) At the moment, all we know is that you were building iconvconfig in the iconv directory, but what matters is the error itself. ĸen -- After tragedy, and farce, "OMG poneys!" -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
