Jarkko Hietaniemi wrote:
3) we could probably lift the restriction that we link with c++
I replaced LINK = c++ with LINK = cc in the Makefile and it works.


Maybe I'm missing some previous discussion but as long as we are linking
ICU in, there is no way that any other linker than the C++ compiler
works.  Maybe gcc works differently but other compilers/linkers get very
confused/unhelpful/angry if one tries to mix C objects and C++ objects.

The ICU at least on Linux is a shared library. Well it worked with gcc.

leo



Reply via email to