Re: Inquiry for amos routine for expint

Tatsuro MATSUOKA <[email protected]>
Newsgroups gmane.comp.graphics.gnuplot.devel
Message-ID <[email protected]>
> ----- Original Message -----

> 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

Sorry I did see config.log in details.

gnuplot will be compiled with the following configurable features:

  Mouse support in interactive terminals: yes
  Typing <space> in plot window raises console: yes
  Readline library: GNU readline library with  -lncurses
  Command-line history file: yes
  Check current directory for .gnuplot file: no (use --with-cwdrc to enable)
  Sort help/subtopic tables by column: no (use --without-row-help to enable)
  cerf() and other special functions from libcerf: yes
  Airy and Bessel functions from libopenspecfun or libamos: yes
  Complex exponential integral cexint from libamos: yes
  plugin support for loading external functions: yes
  Statistical summary of data ("stats" command): yes

But config.log says 

configure:8714: gcc -o conftest.exe -g -O2  -I/include  -L/usr/local/lib -lamos -L/lib -lcerf  conftest.c -lcerf   >&5
configure:8714: $? = 0
configure:8734: result: -lcerf
configure:8766: checking for amos libraries using LDFLAGS: -L/usr/local/lib -lamos -L/lib -lcerf   
configure:8769: checking for library containing zairy_
configure:8799: gcc -o conftest.exe -g -O2  -I/include  -L/usr/local/lib -lamos -L/lib -lcerf   conftest.c -lcerf  >&5
/usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: /tmp/ccYZXooH.o: in function `main':
/cygdrive/f/Work/Tatsuro/cygwinwork/gnuplot/gnuplot-main/gnuplot-main/conftest.c:56: undefined reference to `zairy_'
collect2: error: ld returned 1 exit status
configure:8799: $? = 1

def file of libamos has  zairy_ symbol

Hmmmm?

Tatsuro



_______________________________________________
gnuplot-beta mailing list
[email protected]
Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.