On Wed, 17 Aug 2005, Kevin Connor wrote:

>
> However, when I try to run make I get:
>
> cd ../obj_s;  /usr/bin/g++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -I.
> -I../include  -D_GNU_SOURCE -DNDEBUG -I/tools/include -O2 -fPIC
> -c ../c++/demo.cc

 Somehow, your PATH hs got screwed up - /tools/bin/g++ is the version of
g++ that should have been used.  I think you've come back to this and
missed something when you set up your environment ?

> Someone suggested in the thread I read to try running the readelf command
> against programs that have been built since the test compile. when I do, I
> get ouput similar to this every time:
>

 If you aren't sure exactly where you restarted, or if you don't agree
that is why your PATH got changed, run ldd on example binaries to make
sure they are linking against /tools/lib/whatever.

Ken
-- 
 das eine Mal als Tragödie, das andere Mal als Farce

--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to