map: can't compute value of an expression involving an external symbol...

Gabriel Dos Reis gdr@codesourcery.com
Sun Jan 14 18:23:00 GMT 2001


Mark Crosland <mjc@c1000907-b.sttls1.wa.home.com> writes:

| I tried building binutils with GCC but couldn't quite get it to work
| 
| - unpack gcc-2.95.2.tar.gz
| 
| - unpack binutils-2.10.1 in a different directory

Unless I'm mistaken, I think binutils-1.10.1 contains a bug which
makes it incorrectly handle something like __dso_handle.  Better, get
a recent version from CVS tree (if you can).  Then install it so that
it can be found in your PATH. Finally proceed to a normal GCC install
(e.g. without any link) with 

| ./configure
|         --prefix=/homedir/markc/sw/gcc-2.95.2
|         --enable-threads
|         --enable-shared
|         --enable-languages=c++
|         --with-gnu-as
|         --with-gnu-ld

You should get nnot encounter any problem the.

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com


More information about the Libstdc++ mailing list