|
From: Tatsuro M. <tma...@ya...> - 2021-12-15 08:06:41
|
Hello I tried to use expint on the development brach on Cygwin. amos library, http://www.netlib.org/amos/ i1mach.f, r1mach.f, d1mach (replacement of the above) http://www.netlib.org/blas/i1mach.f http://www.netlib.org/blas/r1mach.f http://www.netlib.org/blas/d1mach.f cexint, zexint http://www.netlib.org/toms-2014-06-10/683 I have checked cexint, zexint by cqccex.f and zqccex.f. QUICK CHECKS FOR CEXINT ARE OK. QUICK CHECKS FOR ZEXINT ARE OK. all.dem runs without problem However, load 'expint.dem' seems to be invaild. See the below screenshot files http://tmacchant33.starfree.jp/Files/expint1.png http://tmacchant33.starfree.jp/Files/expint2.png Any suggestions? Refernce confiure LDFLAGS='-L/usr/local/lib -lamos' \ ./configure --prefix=/cygdrive/f/Work/Tatsuro/cygwinwork/gnuplot/gnuplot-main/usr/local \ --with-qt=no \ --disable-dependency-tracking \ --enable-plugins \ --with-latex \ --with-kpsexpand \ --with-x \ --with-readline=gnu \ --with-gd \ --with-lua \ --with-bitmap-terminals \ --enable-history-file \ --enable-stats \ --without-ggi \ --without-gpic \ --without-mif config.log http://tmacchant33.starfree.jp/Files/config.log Tatsuro |