On Fri, 14 May 2004, Ron Blaschke wrote: > IMHO, we are currently talking C only, so that shouldn't be a problem. I > hope anybody tells me if I'm wrong. > Still, I am curious. Why would the linker need to know about C or C++?
I thought ICU contained some C++ files. As to why we care, you might need different libraries for c versus c++. For example, the Solaris c++ man page has this note: By default, the CC driver passes the following -l options to ld: -lC -lC_mtstubs -lm -lw -lcx -lc There are likely other issues too, but that's the first one that comes to mind. -- Andy Dougherty [EMAIL PROTECTED]