View Single Post
  #4 (permalink)  
Old 04-29-2003
mes's Avatar
mes mes is online now
ZeroC Staff
 
Name: Mark Spruiell
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Feb 2003
Location: California
Posts: 976
If I were having this problem, I'd probably try poking around in the library to see if these symbols are present. For example:

nm -C /usr/lib/gcc-lib/i386-redhat-linux/3.2/libstdc++.so | grep 'basic_string.*wchar' | more

Another option would be to build GCC yourself.

Finally, you can disable the compilation of src/IceUtil/Unicode.cpp. This file contains utility functions that are not used by the rest of the Ice distribution.

- Mark
Reply With Quote