This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug target/24856] call to setlocale doesn't return expected value



------- Comment #16 from tedoc2000 at gmail dot com  2005-11-16 02:10 -------
Okay.. So it turns out that having my version of libiconv.a in
/opt/OPSWbuildtools/1.0.1/lib causes the problem.
I compiled it --enable-static --disable-dynamic with gcc 3.3.2..
Seeing if not doing that helps.

As I mentioned in my initial report, I am using
--with-iconv-prefix=/opt/OPSWbuildtools/1.0.1 

I'm still confused how that version of libiconv got pulled in as I see no
reference to -L/opt/OPSWbuildtools/1.0.1 in the build log.

Interestingly when I got rid of /opt/OPSWbuildtools/1.0.1/libiconv.a
I do see references to -L/opt/OPSWbuildtools/1.0.1 in the build logs :/


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24856


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