Thu 2019-01-10 07:47:00 UTC+1, Chintan Joshi:

> I need MPIR for a package I am trying to use.
> I have a Windows 10 machine. I start with: 
>
> $ ./configure --disable-static --enable-shared 
>
> This appears to go without any hiccups. However, when I run "make ".
> I even tried make install; no luck yet. Any help would be highly
> appreciated. Please do let me know if I can provide with any
> information from my end to help troubleshoot this issue.
> Below is the what I see: 
>
> $ make 
> E:/programs/GnuWin32/bin/make  all-recursive 
> make[1]: Entering directory `E:/mpir-3.0.0' 
> Making all in tests 
> make[2]: Entering directory `E:/mpir-3.0.0/tests' 
> makefile:1309: warning: overriding commands for target `.s.o' 
> makefile:1294: warning: ignoring old commands for target `.s.o' 
>
> ...
>
> add.c:1:52: warning: null character(s) ignored 
>  !<symlink>▒▒. . / m p n / g e n e r i c / a d d . c 
>                                                    ^ 
> make[2]: *** [add.lo] Error 1 
> make[2]: Leaving directory `E:/mpir-3.0.0/mpn' 
> make[1]: *** [all-recursive] Error 1 
> make[1]: Leaving directory `E:/mpir-3.0.0' 
> make: *** [all] Error 2 
>
> Cheers, 
> Chintan

Hi,

Replying on behalf of E. M. Bray who is not subscribed to this list:

"""

The issue is that you're not running the `make` from Cygwin, but rather
some other `make.exe` that happens to be on your `$PATH`, possibly
from mingw-w64, or some other program that bundles a make.

When using Cygwin you should make sure that there aren't non-Cygwin
directories earlier in your `$PATH` (normally there wouldn't be,
except for user error :-) 

In fact it's right in the first line of output from your `make` call:

E:/programs/GnuWin32/bin/make  all-recursive 

"""

Cheers,
Samuel

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mpir-devel+unsubscr...@googlegroups.com.
To post to this group, send email to mpir-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/mpir-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to