gcc-4.5.2 - Pass 1 error -gcc command not found ??
Linux From ScratchThis Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hello Every one ,
I would like to know if any one has seen this wierd out put after "make install" command of Gcc-4.5.2 of chapter 5.5 for building Gcc-4.5.2 -pass-1
ln -vs libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name | sed 's/libgcc/&_eh/'` is giving the following output
ln: target `found' is not a directory
i have the following out put for the commands enclosed between double quotes:
out put of "echo $LFS_TGT" -> i686-lfs-linux-gnu-gcc
out put of "gcc -print-libgcc-file-name" -> /usr/lib/gcc/i586-suse-linux/4.5/libgcc.a
$LFS_TGT-gcc -print-libgcc-file-name | sed 's/libgcc/&_eh/'
i686-lfs-linux-gnu-gcc:command not found
What does this mean ?
This can point to a few things:
- i686-lfs-linux-gnu-gcc isn't (correctly) installed: Something went wrong when building gcc pass 1,
- One of the lfs' user environment settings isn't correct (check 4.4. Setting Up the Environment).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.