> I think Dave wants you to get the mingw-make from the mingw project site
:-)
Yes, I fill that. But that's a little bit complicated: to benefit from a
"pure" windows binary, you can compile a mingw binary using cygwin tools.
But you still need to download the make tool from the mingw website.
>
>> I was trying to compile project from coin-or (http://www.coin-or.org)
using
>> the cygwin tools and I found a problem:
>> .deps/ClpCholeskyBase.Plo:1: *** multiple target patterns. (and several
>> other error messages from this kind)
>>
>> So I searched in google some hints and found that thi
Hello,
I was trying to compile project from coin-or (http://www.coin-or.org) using
the cygwin tools and I found a problem:
.deps/ClpCholeskyBase.Plo:1: *** multiple target patterns. (and several
other error messages from this kind)
So I searched in google some hints and found that this is a "w
Hello,
I've have updated my cygwin install and since the installation of the
new Xwindows server, emacs doesn't work anymore.
It starts correctly, but some fonts seems to be missing.
The menu bar is displayed correctly, but inside the buffer, everything
is displayed as small rectangles.
I th
Hello,
Sorry, I forgot to say that I'm using the latest cygwin.
gcc version is 3.3.1.
I have tried again the little example and now it works.
But my main program which ends by these two lines.
I have cleaned my program and I attach it to this mail.
Your sincerely,
Yann COLLETTE
> On Thu, Nov 27,
Hello,
I've tried this program under cygwin:
#include
int main()
{
printf("%lf\n", pow(2,8));
return 0;
}
This program returns 8 instead of 256.
I've tried pow(2.0,8), pow(2.0, 8.0), etc ... Seems to me that I've found
a bug ?
instead of pow, I'm using pow(A,B)=exp(B*log(A)) (it works)
Y
6 matches
Mail list logo