bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gsl] GSL: make check fails


From: Brian Gough
Subject: Re: [Bug-gsl] GSL: make check fails
Date: Wed, 19 Aug 2009 09:33:15 +0100
User-agent: Wanderlust/2.14.0 (Africa) Emacs/22.2 Mule/5.0 (SAKAKI)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]