Re: creating shared object (.so) with gcc under cygwin

2004-11-04 Thread Rene Nyffenegger
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

Re: creating shared object (.so) with gcc under cygwin

2004-11-03 Thread Igor Pechtchanski
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

creating shared object (.so) with gcc under cygwin

2004-11-03 Thread Rene Nyffenegger
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) {