following up on my earlier compiling problem posting:
I'm reading the comments above gsl_arts_thread_create_full, and it
mentions a "bug" in KAI C++, where it puts the type of the function
into full C++ mode, because of something to do with the
"invisible type of the first arg"
There is a hack,
extern "C" {
typedef gpointer (*t_func)(gpointer data2);
}
which mentions working around the isue for KAI C++.
However, compiing the source code as-is, does not seem to help Sun CC any.
Would someone please put out a patch for this problem?
I dont know why it is happening either. I'm guessing it just doesnt allow
calling C++ functions from alleged C functions?