Link to home
Start Free TrialLog in
Avatar of neelytd
neelytd

asked on

Using Cygwin to compile on Windows 64-bit OS

I am trying to compile MPFR using GCC and Cygwin. When I set CFLAGS=-m64, I get an error stating "c compiler cannot create executables"

I am on Windows 7 (64-bit)

Why would I get this error?
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Why not visual studio C compiler with MinGW make?