Igor,
Thanks a lot for the clarification
Cheers,
Rene
> On Wed, 3 Nov 2004, Rene Nyffenegger wrote:
>
> > Hello
> >
> > I am trying to create a shared object and use it in a program under
> > cygwin with gcc. I seem to miss a point. If some kind soul could help
> > me on that, I'd be very grat
On Wed, 3 Nov 2004, Rene Nyffenegger wrote:
> Hello
>
> I am trying to create a shared object and use it in a program under
> cygwin with gcc. I seem to miss a point. If some kind soul could help
> me on that, I'd be very grateful.
>
> Here's the code for the shared object (calc_mean.c):
>
> #in
Hello
I am trying to create a shared object and use it in a program under
cygwin with gcc. I seem to miss a point. If some kind soul could help
me on that, I'd be very grateful.
Here's the code for the shared object (calc_mean.c):
#include "calc_mean.h"
double mean(double a, double b) {
3 matches
Mail list logo