| Mathieu Carbou on Thu, 18 Oct 2012 05:20:13 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| PARI/GP compilation parameters |
Hello, I just tried several compilation flags on Cygwin for PARI after reading the INSTALL doc: (1) ./Configure --static --without-gmp (2) ./Configure --static --enable-tls (3) ./Configure --static --enable-tls --without-gmp What is strange is that my scripts take a really longer time for cases (2) and (3) whereas I think it would be the opposite: i.e. 1 minutes instead of 2 seconds with (1). Is it normal ? What could create those differences ? Mathieu.