On 12/13/05, Stephen Compall <[EMAIL PROTECTED]> wrote: > Strictly speaking, the symbol "scm_init_test" hasn't been defined, some > wacko symbol like _Nqhtjhwq_scm_init_test has been defined [well, maybe > not that bad for a function with no return value and no arguments]. > Regardless, the name has been mangled by the C++ compiler, which is why > you pass the -C option to `nm', which demangles names. The solution is > to say: > > extern "C" > void scm_init_test....
Silly me. So it is. Thanks for the help. -- Steve Juranich Tucson, AZ USA _______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
