Chris Staub <[EMAIL PROTECTED]> writes: > tyler wrote: >> Hi, >> >> I'm working through the latest stable book release (6.3), and have had >> no apparent problems before section 5.13, installing ncurses. The last >> part of the output from make is pasted below, which complains about the >> hash-style=both option. I've confirmed that cc and gcc are pointed to >> the right places, and my path is correct. I've googled and searched the >> mailing lists, but I haven't figured out what I've done wrong. In most >> cases I've simply copy-pasted the directions, but I may have overlooked >> something. Please help! >> > > This is the problem - /usr/bin/g++. Apparently g++ is not in /tools. You > apparently either skipped GCC Pass 2 or some part of it (like maybe > "make install"), or typed something wrong there. What is the output of > "readelf -l /tools/bin/gcc | grep interpret"?
That's it. I checked my logs from the previous sections and I did overlook the make install step of GCC pass 2. I went back and ran make install for gcc, and double checked with readelf that everything was pointed at /tools. I assume that I'll have to repeat everything from that stage forward now to ensure I haven't mixed my systems? Thanks! Tyler -- -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
