At Tue, 18 Aug 2009 19:19:07 -0700 (PDT), Gregery Barton wrote: > Name conflicts like this are resolved by dropping one function. So > trace through the code and check that the right downheap() function > (they have slightly different prototypes) is being called. > > I found this out because of weird failures in statistics and sort as > well. And fixed it by removing the "inline" keyword in front of the > downheap functions.
Interesting. Were you using the same version of compiler or is this a general problem? The functions are all declared static so they should be accessible only in the original file. -- Brian Gough _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
