This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] libstdc++/28125


Joe Buck wrote:
On Tue, Jan 02, 2007 at 11:03:55AM -0600, Benjamin Kosnik wrote:
Joe Buck wrote:
On Sat, Dec 23, 2006 at 10:09:23AM -0500, Kaveh R. GHAZI wrote:
Ben - Looks like Joe started having the same problem on solaris2.8 around
the same time as when your patch went in.

http://gcc.gnu.org/ml/gcc-testresults/2006-12/msg00543.html

Joe, can you investigate where your libstdc++ errors are coming from and
confirm whenther it's related to libiconv?
Looks like it. My libstdc++.log file is filled with things like

/u/jbuck/gnu.sol2/bin/ld: skipping incompatible /depot/libiconv/lib/libiconv.so when searching for -liconv
/u/jbuck/gnu.sol2/bin/ld: cannot find -liconv
Hmm.

Why are you configuring with:

--with-libiconv-prefix=/depot/libiconv


That machine has a version of GNU libiconv in that location with symbolic
links to /usr/local.  I can't prevent configure from finding the one in
/usr/local,

Au contraire.


You should be able to prevent this by not specifying "--with-libiconv-prefix=/depot/libiconv"

Can you please try that and let me know how it goes?

best,
benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]