Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 412.41 KB | None | 0 0
  1. Explore
  2. Repositories
  3. Organizations
  4. Repositories
  5. dockersubtest / qimr_mtb
  6. Builds
  7. Using 0 of 1 private repositories. Get more
  8. FAILED
  9.  
  10. Build in 'master' (67fcd4c5)
  11. latest
  12. Firedrops/qimr_mtb
  13. CREATED
  14. a day ago
  15. DURATION
  16. 27 min
  17. USER
  18. dockersubtest
  19. LOCATION
  20. unknown
  21. IP
  22. 192.30.252.90
  23. Building in Docker Cloud's infrastructure...
  24. Cloning into '.'...
  25. Warning: Permanently added the RSA host key for IP address '140.82.114.4' to the list of known hosts.
  26. Reset branch 'master'
  27. Your branch is up-to-date with 'origin/master'.
  28. KernelVersion: 4.4.0-1060-aws
  29. Components: [{u'Version': u'18.03.1-ee-3', u'Name': u'Engine', u'Details': {u'KernelVersion': u'4.4.0-1060-aws', u'Os': u'linux', u'BuildTime': u'2018-08-30T18:42:30.000000000+00:00', u'ApiVersion': u'1.37', u'MinAPIVersion': u'1.12', u'GitCommit': u'b9a5c95', u'Arch': u'amd64', u'Experimental': u'false', u'GoVersion': u'go1.10.2'}}]
  30. Arch: amd64
  31. BuildTime: 2018-08-30T18:42:30.000000000+00:00
  32. ApiVersion: 1.37
  33. Platform: {u'Name': u''}
  34. Version: 18.03.1-ee-3
  35. MinAPIVersion: 1.12
  36. GitCommit: b9a5c95
  37. Os: linux
  38. GoVersion: go1.10.2
  39. Starting build of index.docker.io/dockersubtest/qimr_mtb:latest...
  40. [WARNING]: Empty continuation line found in:
  41. RUN apt-get update && apt-get install -y --no-install-recommends bash-completion ca-certificates ccache file fonts-texgyre g++ gfortran gsfonts libblas-dev libbz2-1.0 libcurl3 libicu57 libjpeg62-turbo libopenblas-dev libpangocairo-1.0-0 libpcre3 libpng16-16 libreadline7 libtiff5 liblzma5 locales make unzip zip zlib1g && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.utf8 && /usr/sbin/update-locale LANG=en_US.UTF-8 && BUILDDEPS="curl default-jdk libbz2-dev libcairo2-dev libcurl4-openssl-dev libpango1.0-dev libjpeg-dev libicu-dev libpcre3-dev libpng-dev libreadline-dev libtiff5-dev liblzma-dev libx11-dev libxt-dev perl rsync subversion tcl8.6-dev tk8.6-dev texinfo texlive-extra-utils texlive-fonts-recommended texlive-fonts-extra texlive-latex-recommended x11proto-core-dev xauth xfonts-base xvfb zlib1g-dev" && apt-get install -y --no-install-recommends $BUILDDEPS && cd tmp/ && svn co https://svn.r-project.org/R/trunk R-devel && cd R-devel && ./tools/rsync-recommended && R_PAPERSIZE=letter R_BATCHSAVE="--no-save --no-restore" R_BROWSER=xdg-open PAGER=/usr/bin/pager PERL=/usr/bin/perl R_UNZIPCMD=/usr/bin/unzip R_ZIPCMD=/usr/bin/zip R_PRINTCMD=/usr/bin/lpr LIBnn=lib AWK=/usr/bin/awk CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g" CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g" ./configure --enable-R-shlib --enable-memory-profiling --with-readline --with-blas --with-tcltk --disable-nls --with-recommended-packages && make && make install && echo "options(repos = c(CRAN = 'https://cran.rstudio.com/'), download.file.method = 'libcurl')" >> /usr/local/lib/R/etc/Rprofile.site && mkdir -p /usr/local/lib/R/site-library && chown root:staff /usr/local/lib/R/site-library && chmod g+wx /usr/local/lib/R/site-library && echo "R_LIBS_USER='/usr/local/lib/R/site-library'" >> /usr/local/lib/R/etc/Renviron && echo "R_LIBS=\${R_LIBS-'/usr/local/lib/R/site-library:/usr/local/lib/R/library:/usr/lib/R/library'}" >> /usr/local/lib/R/etc/Renviron && [ -z "$BUILD_DATE" ] && BUILD_DATE=$(TZ="America/Los_Angeles" date -I) || true && MRAN=https://mran.microsoft.com/snapshot/${BUILD_DATE} && echo MRAN=$MRAN >> /etc/environment && export MRAN=$MRAN && Rscript -e "install.packages(c('littler', 'docopt'), repo = '$MRAN')" && ln -s /usr/local/lib/R/site-library/littler/examples/install2.r /usr/local/bin/install2.r && ln -s /usr/local/lib/R/site-library/littler/examples/installGithub.r /usr/local/bin/installGithub.r && ln -s /usr/local/lib/R/site-library/littler/bin/r /usr/local/bin/r && curl -O /usr/local/bin/install2.r https://github.com/eddelbuettel/littler/raw/master/inst/examples/install2.r && chmod +x /usr/local/bin/install2.r && cd / && rm -rf /tmp/* && apt-get remove --purge -y $BUILDDEPS && apt-get autoremove -y && apt-get autoclean -y && rm -rf /var/lib/apt/lists/*
  42. [WARNING]: Empty continuation lines will become errors in a future release.
  43. Step 1/77 : FROM google/cloud-sdk
  44. ---> fdb2213adc87
  45. Step 2/77 : LABEL maintainer="Larry Cai <larrycai.jpl@gmail.com>"
  46. ---> Running in 6b23b18eee64
  47. Removing intermediate container 6b23b18eee64
  48. ---> 5aff39f24809
  49. Step 3/77 : EXPOSE 80 443 22 9418
  50. ---> Running in 10694eaf2015
  51. Removing intermediate container 10694eaf2015
  52. ---> 54ca6e9a94e3
  53. Step 4/77 : ENV IMAGE_PACKAGES="zlib1g-dev libz-dev libbz2-dev liblzma-dev libcurl4-gnutls-dev libgconf-2-4 libssl-dev libncurses5-dev libopenblas-base build-essential make g++ gcc perl python-pip python3-pip autoconf automake r-base jq ruby apache2 bwa gzip kalign tar wget vim bedtools"
  54. ---> Running in eb7cbb3a8472
  55. Removing intermediate container eb7cbb3a8472
  56. ---> 808cb0cd7ca9
  57. Step 5/77 : RUN apt -y update && apt -y install $IMAGE_PACKAGES
  58. ---> Running in d89dcfdad016
  59. WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
  60. Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
  61. Ign:2 http://deb.debian.org/debian stretch InRelease
  62. Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
  63. Hit:4 http://deb.debian.org/debian stretch Release
  64. Get:5 https://packages.cloud.google.com/apt cloud-sdk-stretch InRelease [6377 B]
  65. Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [502 kB]
  66. Fetched 694 kB in 2s (322 kB/s)
  67. Reading package lists...
  68. Building dependency tree...
  69. Reading state information...
  70. 5 packages can be upgraded. Run 'apt list --upgradable' to see them.
  71. WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
  72. Reading package lists...
  73. Building dependency tree...
  74. Reading state information...
  75. gcc is already the newest version (4:6.3.0-4).
  76. gzip is already the newest version (1.6-5+b1).
  77. gzip set to manually installed.
  78. perl is already the newest version (5.24.1-3+deb9u5).
  79. perl set to manually installed.
  80. tar is already the newest version (1.29b-1.1).
  81. tar set to manually installed.
  82. The following additional packages will be installed:
  83. apache2-bin apache2-data apache2-utils autotools-dev bzip2-doc cdbs dpkg-dev
  84. fakeroot fonts-lato g++-6 gconf-service gconf2-common gfortran gfortran-6
  85. gir1.2-glib-2.0 icu-devtools javascript-common libalgorithm-diff-perl
  86. libalgorithm-diff-xs-perl libalgorithm-merge-perl libapr1 libaprutil1
  87. libaprutil1-dbd-sqlite3 libaprutil1-ldap libauthen-sasl-perl libblas-common
  88. libblas-dev libblas3 libdbus-glib-1-2 libdpkg-perl libencode-locale-perl
  89. libfakeroot libfile-basedir-perl libfile-desktopentry-perl
  90. libfile-fcntllock-perl libfile-listing-perl libfile-mimeinfo-perl
  91. libfont-afm-perl libgfortran-6-dev libgfortran3 libgirepository-1.0-1
  92. libhtml-form-perl libhtml-format-perl libhtml-parser-perl
  93. libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
  94. libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
  95. libhttp-negotiate-perl libicu-dev libio-html-perl libio-socket-ssl-perl
  96. libipc-system-simple-perl libjpeg-dev libjpeg62-turbo-dev libjq1
  97. libjs-jquery liblapack-dev liblapack3 liblocale-gettext-perl liblua5.2-0
  98. liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl
  99. libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl
  100. libonig4 libpaper-utils libpaper1 libpcre16-3 libpcre3-dev libpcre32-3
  101. libpcrecpp0v5 libpng-dev libpng-tools libprocps6 libpython-all-dev
  102. libpython3-dev libpython3.5 libpython3.5-dev libreadline-dev libruby2.3
  103. libsigsegv2 libssl-doc libstdc++-6-dev libtcl8.6 libtext-iconv-perl
  104. libtie-ixhash-perl libtimedate-perl libtinfo-dev libtk8.6 liburi-perl
  105. libwww-perl libwww-robotrules-perl libx11-protocol-perl libxml-parser-perl
  106. libxml-twig-perl libxml-xpathengine-perl libxss1 libyaml-0-2 m4
  107. perl-openssl-defaults pkg-config procps psmisc python-all python-all-dev
  108. python-cffi-backend python-crypto python-cryptography python-dbus
  109. python-enum34 python-gi python-idna python-ipaddress python-keyring
  110. python-keyrings.alt python-pip-whl python-pyasn1 python-secretstorage
  111. python-six python-wheel python-xdg python3-cffi-backend python3-crypto
  112. python3-cryptography python3-dbus python3-dev python3-gi python3-idna
  113. python3-keyring python3-keyrings.alt python3-pkg-resources python3-pyasn1
  114. python3-secretstorage python3-setuptools python3-six python3-wheel
  115. python3-xdg python3.5-dev r-base-core r-base-dev r-base-html r-cran-boot
  116. r-cran-class r-cran-cluster r-cran-codetools r-cran-foreign
  117. r-cran-kernsmooth r-cran-lattice r-cran-mass r-cran-matrix r-cran-mgcv
  118. r-cran-nlme r-cran-nnet r-cran-rpart r-cran-spatial r-cran-survival
  119. r-doc-html r-recommended rake ruby-did-you-mean ruby-minitest
  120. ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3
  121. rubygems-integration ssl-cert unzip vim-common vim-runtime x11-xserver-utils
  122. xdg-utils xxd zip
  123. Suggested packages:
  124. www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom
  125. autoconf-archive gnu-standards autoconf-doc libtool gettext filo samtools
  126. devscripts debian-keyring g++-multilib g++-6-multilib gcc-6-doc
  127. libstdc++6-6-dbg gfortran-multilib gfortran-doc gfortran-6-multilib
  128. gfortran-6-doc libgfortran3-dbg libcoarrays-dev libdigest-hmac-perl
  129. libgssapi-perl liblapack-doc-man liblapack-doc libcurl4-doc libcurl3-dbg
  130. libgnutls28-dev libidn11-dev libkrb5-dev libldap2-dev librtmp-dev
  131. libssh2-1-dev libdata-dump-perl icu-doc libcrypt-ssleay-perl liblzma-doc
  132. ncurses-doc readline-doc libstdc++-6-doc tcl8.6 tk8.6 libauthen-ntlm-perl
  133. libunicode-map8-perl libunicode-string-perl xml-twig-tools m4-doc make-doc
  134. python-crypto-dbg python-crypto-doc python-cryptography-doc
  135. python-cryptography-vectors python-dbus-dbg python-dbus-doc
  136. python-enum34-doc python-gi-cairo gnome-keyring libkf5wallet-bin
  137. gir1.2-gnomekeyring-1.0 python-fs python-gdata python-kde4 python-keyczar
  138. doc-base python-secretstorage-doc python3-crypto-dbg
  139. python3-cryptography-vectors python3-dbus-dbg python3-pykde4
  140. python-setuptools-doc ess r-doc-info | r-doc-pdf r-mathlib debhelper
  141. texlive-base texlive-latex-base texlive-generic-recommended
  142. texlive-fonts-recommended texlive-fonts-extra texlive-extra-utils
  143. texlive-latex-recommended texlive-latex-extra texinfo mozilla | www-browser
  144. ri ruby-dev bundler openssl-blacklist ctags vim-doc vim-scripts nickle
  145. cairo-5c xorg-docs-core gvfs-bin
  146. The following NEW packages will be installed:
  147. apache2 apache2-bin apache2-data apache2-utils autoconf automake
  148. autotools-dev bedtools build-essential bwa bzip2-doc cdbs dpkg-dev fakeroot
  149. fonts-lato g++ g++-6 gconf-service gconf2-common gfortran gfortran-6
  150. gir1.2-glib-2.0 icu-devtools javascript-common jq kalign
  151. libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
  152. libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap
  153. libauthen-sasl-perl libblas-common libblas-dev libblas3 libbz2-dev
  154. libcurl4-gnutls-dev libdbus-glib-1-2 libdpkg-perl libencode-locale-perl
  155. libfakeroot libfile-basedir-perl libfile-desktopentry-perl
  156. libfile-fcntllock-perl libfile-listing-perl libfile-mimeinfo-perl
  157. libfont-afm-perl libgconf-2-4 libgfortran-6-dev libgfortran3
  158. libgirepository-1.0-1 libhtml-form-perl libhtml-format-perl
  159. libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
  160. libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
  161. libhttp-message-perl libhttp-negotiate-perl libicu-dev libio-html-perl
  162. libio-socket-ssl-perl libipc-system-simple-perl libjpeg-dev
  163. libjpeg62-turbo-dev libjq1 libjs-jquery liblapack-dev liblapack3
  164. liblocale-gettext-perl liblua5.2-0 liblwp-mediatypes-perl
  165. liblwp-protocol-https-perl liblzma-dev libmailtools-perl libncurses5-dev
  166. libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl
  167. libonig4 libopenblas-base libpaper-utils libpaper1 libpcre16-3 libpcre3-dev
  168. libpcre32-3 libpcrecpp0v5 libpng-dev libpng-tools libprocps6
  169. libpython-all-dev libpython3-dev libpython3.5 libpython3.5-dev
  170. libreadline-dev libruby2.3 libsigsegv2 libssl-dev libssl-doc libstdc++-6-dev
  171. libtcl8.6 libtext-iconv-perl libtie-ixhash-perl libtimedate-perl
  172. libtinfo-dev libtk8.6 liburi-perl libwww-perl libwww-robotrules-perl
  173. libx11-protocol-perl libxml-parser-perl libxml-twig-perl
  174. libxml-xpathengine-perl libxss1 libyaml-0-2 m4 make perl-openssl-defaults
  175. pkg-config procps psmisc python-all python-all-dev python-cffi-backend
  176. python-crypto python-cryptography python-dbus python-enum34 python-gi
  177. python-idna python-ipaddress python-keyring python-keyrings.alt python-pip
  178. python-pip-whl python-pyasn1 python-secretstorage python-six python-wheel
  179. python-xdg python3-cffi-backend python3-crypto python3-cryptography
  180. python3-dbus python3-dev python3-gi python3-idna python3-keyring
  181. python3-keyrings.alt python3-pip python3-pkg-resources python3-pyasn1
  182. python3-secretstorage python3-setuptools python3-six python3-wheel
  183. python3-xdg python3.5-dev r-base r-base-core r-base-dev r-base-html
  184. r-cran-boot r-cran-class r-cran-cluster r-cran-codetools r-cran-foreign
  185. r-cran-kernsmooth r-cran-lattice r-cran-mass r-cran-matrix r-cran-mgcv
  186. r-cran-nlme r-cran-nnet r-cran-rpart r-cran-spatial r-cran-survival
  187. r-doc-html r-recommended rake ruby ruby-did-you-mean ruby-minitest
  188. ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3
  189. rubygems-integration ssl-cert unzip vim vim-common vim-runtime wget
  190. x11-xserver-utils xdg-utils xxd zip zlib1g-dev
  191. 0 upgraded, 204 newly installed, 0 to remove and 5 not upgraded.
  192. Need to get 160 MB of archives.
  193. After this operation, 490 MB of additional disk space will be used.
  194. Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
  195. Get:2 http://deb.debian.org/debian stretch/main amd64 libprocps6 amd64 2:3.3.12-3+deb9u1 [58.5 kB]
  196. Get:3 http://deb.debian.org/debian stretch/main amd64 procps amd64 2:3.3.12-3+deb9u1 [250 kB]
  197. Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
  198. Get:5 http://deb.debian.org/debian stretch/main amd64 libapr1 amd64 1.5.2-5 [96.6 kB]
  199. Get:6 http://deb.debian.org/debian stretch/main amd64 libaprutil1 amd64 1.5.4-3 [85.8 kB]
  200. Get:7 http://deb.debian.org/debian stretch/main amd64 libaprutil1-dbd-sqlite3 amd64 1.5.4-3 [19.3 kB]
  201. Get:8 http://deb.debian.org/debian stretch/main amd64 libaprutil1-ldap amd64 1.5.4-3 [17.4 kB]
  202. Get:9 http://deb.debian.org/debian stretch/main amd64 liblua5.2-0 amd64 5.2.4-1.1+b2 [110 kB]
  203. Get:10 http://deb.debian.org/debian stretch/main amd64 apache2-bin amd64 2.4.25-3+deb9u7 [1187 kB]
  204. Get:11 http://security.debian.org/debian-security stretch/updates/main amd64 libpng-dev amd64 1.6.28-1+deb9u1 [250 kB]
  205. Get:12 http://security.debian.org/debian-security stretch/updates/main amd64 libpng-tools amd64 1.6.28-1+deb9u1 [133 kB]
  206. Get:13 http://security.debian.org/debian-security stretch/updates/main amd64 libssl-dev amd64 1.1.0k-1~deb9u1 [1591 kB]
  207. Get:14 http://deb.debian.org/debian stretch/main amd64 apache2-utils amd64 2.4.25-3+deb9u7 [218 kB]
  208. Get:15 http://deb.debian.org/debian stretch/main amd64 apache2-data all 2.4.25-3+deb9u7 [162 kB]
  209. Get:16 http://deb.debian.org/debian stretch/main amd64 apache2 amd64 2.4.25-3+deb9u7 [236 kB]
  210. Get:17 http://deb.debian.org/debian stretch/main amd64 fonts-lato all 2.0-1 [2684 kB]
  211. Get:18 http://security.debian.org/debian-security stretch/updates/main amd64 libssl-doc all 1.1.0k-1~deb9u1 [1482 kB]
  212. Get:19 http://security.debian.org/debian-security stretch/updates/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB]
  213. Get:20 http://deb.debian.org/debian stretch/main amd64 liblocale-gettext-perl amd64 1.07-3+b1 [18.7 kB]
  214. Get:21 http://deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB]
  215. Get:22 http://deb.debian.org/debian stretch/main amd64 libxss1 amd64 1:1.2.2-1 [17.5 kB]
  216. Get:23 http://deb.debian.org/debian stretch/main amd64 wget amd64 1.18-5+deb9u3 [800 kB]
  217. Get:24 http://deb.debian.org/debian stretch/main amd64 libsigsegv2 amd64 2.10-5 [28.9 kB]
  218. Get:25 http://deb.debian.org/debian stretch/main amd64 m4 amd64 1.4.18-1 [202 kB]
  219. Get:26 http://deb.debian.org/debian stretch/main amd64 autoconf all 2.69-10 [338 kB]
  220. Get:27 http://deb.debian.org/debian stretch/main amd64 autotools-dev all 20161112.1 [73.4 kB]
  221. Get:28 http://deb.debian.org/debian stretch/main amd64 automake all 1:1.15-6 [733 kB]
  222. Get:29 http://deb.debian.org/debian stretch/main amd64 bedtools amd64 2.26.0+dfsg-3 [584 kB]
  223. Get:30 http://deb.debian.org/debian stretch/main amd64 libstdc++-6-dev amd64 6.3.0-18+deb9u1 [1420 kB]
  224. Get:31 http://deb.debian.org/debian stretch/main amd64 g++-6 amd64 6.3.0-18+deb9u1 [7094 kB]
  225. Get:32 http://security.debian.org/debian-security stretch/updates/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB]
  226. Get:33 http://deb.debian.org/debian stretch/main amd64 g++ amd64 4:6.3.0-4 [1546 B]
  227. Get:34 http://deb.debian.org/debian stretch/main amd64 make amd64 4.1-9.1 [302 kB]
  228. Get:35 http://deb.debian.org/debian stretch/main amd64 libdpkg-perl all 1.18.25 [1287 kB]
  229. Get:36 http://deb.debian.org/debian stretch/main amd64 dpkg-dev all 1.18.25 [1595 kB]
  230. Get:37 http://deb.debian.org/debian stretch/main amd64 build-essential amd64 12.3 [7346 B]
  231. Get:38 http://deb.debian.org/debian stretch/main amd64 bwa amd64 0.7.15-2+deb9u1 [194 kB]
  232. Get:39 http://deb.debian.org/debian stretch/main amd64 bzip2-doc all 1.0.6-8.1 [307 kB]
  233. Get:40 http://deb.debian.org/debian stretch/main amd64 cdbs all 0.4.150 [82.6 kB]
  234. Get:41 http://deb.debian.org/debian stretch/main amd64 libfakeroot amd64 1.21-3.1 [45.7 kB]
  235. Get:42 http://deb.debian.org/debian stretch/main amd64 fakeroot amd64 1.21-3.1 [85.6 kB]
  236. Get:43 http://deb.debian.org/debian stretch/main amd64 libdbus-glib-1-2 amd64 0.108-2 [206 kB]
  237. Get:44 http://deb.debian.org/debian stretch/main amd64 gconf2-common all 3.2.6-4 [1040 kB]
  238. Get:45 http://deb.debian.org/debian stretch/main amd64 libgconf-2-4 amd64 3.2.6-4+b1 [427 kB]
  239. Get:46 http://deb.debian.org/debian stretch/main amd64 gconf-service amd64 3.2.6-4+b1 [415 kB]
  240. Get:47 http://deb.debian.org/debian stretch/main amd64 libgfortran3 amd64 6.3.0-18+deb9u1 [265 kB]
  241. Get:48 http://deb.debian.org/debian stretch/main amd64 libgfortran-6-dev amd64 6.3.0-18+deb9u1 [299 kB]
  242. Get:49 http://deb.debian.org/debian stretch/main amd64 gfortran-6 amd64 6.3.0-18+deb9u1 [6916 kB]
  243. Get:50 http://deb.debian.org/debian stretch/main amd64 gfortran amd64 4:6.3.0-4 [1356 B]
  244. Get:51 http://deb.debian.org/debian stretch/main amd64 libgirepository-1.0-1 amd64 1.50.0-1+b1 [89.0 kB]
  245. Get:52 http://deb.debian.org/debian stretch/main amd64 gir1.2-glib-2.0 amd64 1.50.0-1+b1 [139 kB]
  246. Get:53 http://deb.debian.org/debian stretch/main amd64 icu-devtools amd64 57.1-6+deb9u2 [178 kB]
  247. Get:54 http://deb.debian.org/debian stretch/main amd64 javascript-common all 11 [6120 B]
  248. Get:55 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
  249. Get:56 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
  250. Get:57 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
  251. Get:58 http://deb.debian.org/debian stretch/main amd64 kalign amd64 1:2.03+20110620-3 [99.7 kB]
  252. Get:59 http://deb.debian.org/debian stretch/main amd64 libalgorithm-diff-perl all 1.19.03-1 [48.7 kB]
  253. Get:60 http://deb.debian.org/debian stretch/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4+b2 [11.6 kB]
  254. Get:61 http://deb.debian.org/debian stretch/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
  255. Get:62 http://deb.debian.org/debian stretch/main amd64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
  256. Get:63 http://deb.debian.org/debian stretch/main amd64 libblas-common amd64 3.7.0-2 [14.2 kB]
  257. Get:64 http://deb.debian.org/debian stretch/main amd64 libblas3 amd64 3.7.0-2 [155 kB]
  258. Get:65 http://deb.debian.org/debian stretch/main amd64 libblas-dev amd64 3.7.0-2 [162 kB]
  259. Get:66 http://deb.debian.org/debian stretch/main amd64 libbz2-dev amd64 1.0.6-8.1 [29.4 kB]
  260. Get:67 http://deb.debian.org/debian stretch/main amd64 libcurl4-gnutls-dev amd64 7.52.1-5+deb9u9 [373 kB]
  261. Get:68 http://deb.debian.org/debian stretch/main amd64 libencode-locale-perl all 1.05-1 [13.7 kB]
  262. Get:69 http://deb.debian.org/debian stretch/main amd64 libipc-system-simple-perl all 1.25-3 [26.9 kB]
  263. Get:70 http://deb.debian.org/debian stretch/main amd64 libfile-basedir-perl all 0.07-1 [17.5 kB]
  264. Get:71 http://deb.debian.org/debian stretch/main amd64 liburi-perl all 1.71-1 [88.6 kB]
  265. Get:72 http://deb.debian.org/debian stretch/main amd64 libfile-desktopentry-perl all 0.22-1 [19.2 kB]
  266. Get:73 http://deb.debian.org/debian stretch/main amd64 libfile-fcntllock-perl amd64 0.22-3+b2 [35.3 kB]
  267. Get:74 http://deb.debian.org/debian stretch/main amd64 libtimedate-perl all 2.3000-2 [42.2 kB]
  268. Get:75 http://deb.debian.org/debian stretch/main amd64 libhttp-date-perl all 6.02-1 [10.7 kB]
  269. Get:76 http://deb.debian.org/debian stretch/main amd64 libfile-listing-perl all 6.04-1 [10.3 kB]
  270. Get:77 http://deb.debian.org/debian stretch/main amd64 libfile-mimeinfo-perl all 0.27-1 [50.2 kB]
  271. Get:78 http://deb.debian.org/debian stretch/main amd64 libfont-afm-perl all 1.20-2 [13.6 kB]
  272. Get:79 http://deb.debian.org/debian stretch/main amd64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
  273. Get:80 http://deb.debian.org/debian stretch/main amd64 libhtml-parser-perl amd64 3.72-3 [104 kB]
  274. Get:81 http://deb.debian.org/debian stretch/main amd64 libio-html-perl all 1.001-1 [17.6 kB]
  275. Get:82 http://deb.debian.org/debian stretch/main amd64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
  276. Get:83 http://deb.debian.org/debian stretch/main amd64 libhttp-message-perl all 6.11-1 [75.9 kB]
  277. Get:84 http://deb.debian.org/debian stretch/main amd64 libhtml-form-perl all 6.03-1 [23.9 kB]
  278. Get:85 http://deb.debian.org/debian stretch/main amd64 libhtml-tree-perl all 5.03-2 [210 kB]
  279. Get:86 http://deb.debian.org/debian stretch/main amd64 libhtml-format-perl all 2.12-1 [43.5 kB]
  280. Get:87 http://deb.debian.org/debian stretch/main amd64 libhttp-cookies-perl all 6.01-1 [17.4 kB]
  281. Get:88 http://deb.debian.org/debian stretch/main amd64 libhttp-daemon-perl all 6.01-1 [17.3 kB]
  282. Get:89 http://deb.debian.org/debian stretch/main amd64 libhttp-negotiate-perl all 6.00-2 [13.6 kB]
  283. Get:90 http://deb.debian.org/debian stretch/main amd64 libicu-dev amd64 57.1-6+deb9u2 [16.5 MB]
  284. Get:91 http://deb.debian.org/debian stretch/main amd64 perl-openssl-defaults amd64 3 [6782 B]
  285. Get:92 http://deb.debian.org/debian stretch/main amd64 libnet-ssleay-perl amd64 1.80-1 [285 kB]
  286. Get:93 http://deb.debian.org/debian stretch/main amd64 libio-socket-ssl-perl all 2.044-1 [195 kB]
  287. Get:94 http://deb.debian.org/debian stretch/main amd64 libjpeg62-turbo-dev amd64 1:1.5.1-2 [210 kB]
  288. Get:95 http://deb.debian.org/debian stretch/main amd64 libjpeg-dev all 1:1.5.1-2 [56.1 kB]
  289. Get:96 http://deb.debian.org/debian stretch/main amd64 libjs-jquery all 3.1.1-2+deb9u1 [154 kB]
  290. Get:97 http://deb.debian.org/debian stretch/main amd64 libopenblas-base amd64 0.2.19-3 [3793 kB]
  291. Get:98 http://deb.debian.org/debian stretch/main amd64 liblapack3 amd64 3.7.0-2 [2141 kB]
  292. Get:99 http://deb.debian.org/debian stretch/main amd64 liblapack-dev amd64 3.7.0-2 [2170 kB]
  293. Get:100 http://deb.debian.org/debian stretch/main amd64 libnet-http-perl all 6.12-1 [23.8 kB]
  294. Get:101 http://deb.debian.org/debian stretch/main amd64 libwww-robotrules-perl all 6.01-1 [14.3 kB]
  295. Get:102 http://deb.debian.org/debian stretch/main amd64 libwww-perl all 6.15-1 [195 kB]
  296. Get:103 http://deb.debian.org/debian stretch/main amd64 liblwp-protocol-https-perl all 6.06-2 [9582 B]
  297. Get:104 http://deb.debian.org/debian stretch/main amd64 liblzma-dev amd64 5.2.2-1.2+b1 [292 kB]
  298. Get:105 http://deb.debian.org/debian stretch/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
  299. Get:106 http://deb.debian.org/debian stretch/main amd64 libmailtools-perl all 2.18-1 [88.5 kB]
  300. Get:107 http://deb.debian.org/debian stretch/main amd64 libtinfo-dev amd64 6.0+20161126-1+deb9u2 [79.2 kB]
  301. Get:108 http://deb.debian.org/debian stretch/main amd64 libncurses5-dev amd64 6.0+20161126-1+deb9u2 [175 kB]
  302. Get:109 http://deb.debian.org/debian stretch/main amd64 libxml-parser-perl amd64 2.44-2+b1 [212 kB]
  303. Get:110 http://deb.debian.org/debian stretch/main amd64 libxml-twig-perl all 1:3.50-1 [179 kB]
  304. Get:111 http://deb.debian.org/debian stretch/main amd64 libnet-dbus-perl amd64 1.1.0-4+b1 [179 kB]
  305. Get:112 http://deb.debian.org/debian stretch/main amd64 libpaper1 amd64 1.1.24+nmu5 [21.6 kB]
  306. Get:113 http://deb.debian.org/debian stretch/main amd64 libpaper-utils amd64 1.1.24+nmu5 [17.6 kB]
  307. Get:114 http://deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB]
  308. Get:115 http://deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB]
  309. Get:116 http://deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB]
  310. Get:117 http://deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
  311. Get:118 http://deb.debian.org/debian stretch/main amd64 libpython-all-dev amd64 2.7.13-2 [960 B]
  312. Get:119 http://deb.debian.org/debian stretch/main amd64 libpython3.5 amd64 3.5.3-1+deb9u1 [1372 kB]
  313. Get:120 http://deb.debian.org/debian stretch/main amd64 libpython3.5-dev amd64 3.5.3-1+deb9u1 [37.7 MB]
  314. Get:121 http://deb.debian.org/debian stretch/main amd64 libpython3-dev amd64 3.5.3-1 [18.7 kB]
  315. Get:122 http://deb.debian.org/debian stretch/main amd64 libreadline-dev amd64 7.0-3 [132 kB]
  316. Get:123 http://deb.debian.org/debian stretch/main amd64 libtcl8.6 amd64 8.6.6+dfsg-1+b1 [985 kB]
  317. Get:124 http://deb.debian.org/debian stretch/main amd64 libtext-iconv-perl amd64 1.7-5+b4 [15.3 kB]
  318. Get:125 http://deb.debian.org/debian stretch/main amd64 libtie-ixhash-perl all 1.23-2 [11.7 kB]
  319. Get:126 http://deb.debian.org/debian stretch/main amd64 libtk8.6 amd64 8.6.6-1+b1 [754 kB]
  320. Get:127 http://deb.debian.org/debian stretch/main amd64 libx11-protocol-perl all 0.56-7 [150 kB]
  321. Get:128 http://deb.debian.org/debian stretch/main amd64 libxml-xpathengine-perl all 0.13-1 [39.1 kB]
  322. Get:129 http://deb.debian.org/debian stretch/main amd64 libyaml-0-2 amd64 0.1.7-2 [47.6 kB]
  323. Get:130 http://deb.debian.org/debian stretch/main amd64 pkg-config amd64 0.29-4+b1 [63.3 kB]
  324. Get:131 http://deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
  325. Get:132 http://deb.debian.org/debian stretch/main amd64 python-all amd64 2.7.13-2 [942 B]
  326. Get:133 http://deb.debian.org/debian stretch/main amd64 python-all-dev amd64 2.7.13-2 [962 B]
  327. Get:134 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
  328. Get:135 http://deb.debian.org/debian stretch/main amd64 python-crypto amd64 2.6.1-7 [259 kB]
  329. Get:136 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
  330. Get:137 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB]
  331. Get:138 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
  332. Get:139 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
  333. Get:140 http://deb.debian.org/debian stretch/main amd64 python-six all 1.10.0-3 [14.4 kB]
  334. Get:141 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3+deb9u1 [211 kB]
  335. Get:142 http://deb.debian.org/debian stretch/main amd64 python-dbus amd64 1.2.4-1+b1 [185 kB]
  336. Get:143 http://deb.debian.org/debian stretch/main amd64 python-gi amd64 3.22.0-2 [515 kB]
  337. Get:144 http://deb.debian.org/debian stretch/main amd64 python-secretstorage all 2.3.1-2 [13.8 kB]
  338. Get:145 http://deb.debian.org/debian stretch/main amd64 python-keyring all 10.1-1 [40.7 kB]
  339. Get:146 http://deb.debian.org/debian stretch/main amd64 python-keyrings.alt all 1.3-1 [16.4 kB]
  340. Get:147 http://deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB]
  341. Get:148 http://deb.debian.org/debian stretch/main amd64 python-pip all 9.0.1-2+deb9u1 [179 kB]
  342. Get:149 http://deb.debian.org/debian stretch/main amd64 python-wheel all 0.29.0-2 [51.7 kB]
  343. Get:150 http://deb.debian.org/debian stretch/main amd64 python-xdg all 0.25-4 [35.8 kB]
  344. Get:151 http://deb.debian.org/debian stretch/main amd64 python3-cffi-backend amd64 1.9.1-2 [70.1 kB]
  345. Get:152 http://deb.debian.org/debian stretch/main amd64 python3-crypto amd64 2.6.1-7 [259 kB]
  346. Get:153 http://deb.debian.org/debian stretch/main amd64 python3-idna all 2.2-1 [32.7 kB]
  347. Get:154 http://deb.debian.org/debian stretch/main amd64 python3-pyasn1 all 0.1.9-2 [34.5 kB]
  348. Get:155 http://deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB]
  349. Get:156 http://deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB]
  350. Get:157 http://deb.debian.org/debian stretch/main amd64 python3-six all 1.10.0-3 [14.4 kB]
  351. Get:158 http://deb.debian.org/debian stretch/main amd64 python3-cryptography amd64 1.7.1-3+deb9u1 [210 kB]
  352. Get:159 http://deb.debian.org/debian stretch/main amd64 python3-dbus amd64 1.2.4-1+b1 [184 kB]
  353. Get:160 http://deb.debian.org/debian stretch/main amd64 python3.5-dev amd64 3.5.3-1+deb9u1 [413 kB]
  354. Get:161 http://deb.debian.org/debian stretch/main amd64 python3-dev amd64 3.5.3-1 [1154 B]
  355. Get:162 http://deb.debian.org/debian stretch/main amd64 python3-gi amd64 3.22.0-2 [473 kB]
  356. Get:163 http://deb.debian.org/debian stretch/main amd64 python3-secretstorage all 2.3.1-2 [14.2 kB]
  357. Get:164 http://deb.debian.org/debian stretch/main amd64 python3-keyring all 10.1-1 [36.8 kB]
  358. Get:165 http://deb.debian.org/debian stretch/main amd64 python3-keyrings.alt all 1.3-1 [16.2 kB]
  359. Get:166 http://deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB]
  360. Get:167 http://deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB]
  361. Get:168 http://deb.debian.org/debian stretch/main amd64 python3-xdg all 0.25-4 [35.7 kB]
  362. Get:169 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
  363. Get:170 http://deb.debian.org/debian stretch/main amd64 unzip amd64 6.0-21+deb9u1 [170 kB]
  364. Get:171 http://deb.debian.org/debian stretch/main amd64 xdg-utils all 1.1.1-1+deb9u1 [71.2 kB]
  365. Get:172 http://deb.debian.org/debian stretch/main amd64 r-base-core amd64 3.3.3-1 [21.2 MB]
  366. Get:173 http://deb.debian.org/debian stretch/main amd64 r-cran-boot all 1.3-18-2 [577 kB]
  367. Get:174 http://deb.debian.org/debian stretch/main amd64 r-cran-cluster amd64 2.0.5-1 [490 kB]
  368. Get:175 http://deb.debian.org/debian stretch/main amd64 r-cran-foreign amd64 0.8.67-1 [211 kB]
  369. Get:176 http://deb.debian.org/debian stretch/main amd64 r-cran-mass amd64 7.3-45-1 [1017 kB]
  370. Get:177 http://deb.debian.org/debian stretch/main amd64 r-cran-kernsmooth amd64 2.23-15-2 [81.7 kB]
  371. Get:178 http://deb.debian.org/debian stretch/main amd64 r-cran-lattice amd64 0.20-34-1 [713 kB]
  372. Get:179 http://deb.debian.org/debian stretch/main amd64 r-cran-nlme amd64 3.1.129-1 [2042 kB]
  373. Get:180 http://deb.debian.org/debian stretch/main amd64 r-cran-matrix amd64 1.2-7.1-1 [2311 kB]
  374. Get:181 http://deb.debian.org/debian stretch/main amd64 r-cran-mgcv amd64 1.8-16-1 [2106 kB]
  375. Get:182 http://deb.debian.org/debian stretch/main amd64 r-cran-survival amd64 2.40-1-1 [4863 kB]
  376. Get:183 http://deb.debian.org/debian stretch/main amd64 r-cran-rpart amd64 4.1-10-2 [861 kB]
  377. Get:184 http://deb.debian.org/debian stretch/main amd64 r-cran-class amd64 7.3-14-1 [80.9 kB]
  378. Get:185 http://deb.debian.org/debian stretch/main amd64 r-cran-nnet amd64 7.3-12-1 [96.9 kB]
  379. Get:186 http://deb.debian.org/debian stretch/main amd64 r-cran-spatial amd64 7.3-11-1 [118 kB]
  380. Get:187 http://deb.debian.org/debian stretch/main amd64 r-cran-codetools all 0.2-15-1 [46.2 kB]
  381. Get:188 http://deb.debian.org/debian stretch/main amd64 r-recommended all 3.3.3-1 [2706 B]
  382. Get:189 http://deb.debian.org/debian stretch/main amd64 r-base all 3.3.3-1 [40.7 kB]
  383. Get:190 http://deb.debian.org/debian stretch/main amd64 r-base-dev all 3.3.3-1 [4402 B]
  384. Get:191 http://deb.debian.org/debian stretch/main amd64 r-doc-html all 3.3.3-1 [551 kB]
  385. Get:192 http://deb.debian.org/debian stretch/main amd64 rubygems-integration all 1.11 [4994 B]
  386. Get:193 http://deb.debian.org/debian stretch/main amd64 ruby-did-you-mean all 1.0.0-2 [11.2 kB]
  387. Get:194 http://deb.debian.org/debian stretch/main amd64 ruby-minitest all 5.9.0-1 [51.1 kB]
  388. Get:195 http://deb.debian.org/debian stretch/main amd64 ruby-net-telnet all 0.1.1-2 [12.5 kB]
  389. Get:196 http://deb.debian.org/debian stretch/main amd64 ruby-power-assert all 0.3.0-1 [7902 B]
  390. Get:197 http://deb.debian.org/debian stretch/main amd64 ruby-test-unit all 3.1.7-2 [69.6 kB]
  391. Get:198 http://deb.debian.org/debian stretch/main amd64 libruby2.3 amd64 2.3.3-1+deb9u6 [3109 kB]
  392. Get:199 http://deb.debian.org/debian stretch/main amd64 ruby2.3 amd64 2.3.3-1+deb9u6 [188 kB]
  393. Get:200 http://deb.debian.org/debian stretch/main amd64 ruby amd64 1:2.3.3 [10.8 kB]
  394. Get:201 http://deb.debian.org/debian stretch/main amd64 rake all 10.5.0-2 [49.4 kB]
  395. Get:202 http://deb.debian.org/debian stretch/main amd64 ssl-cert all 1.0.39 [20.8 kB]
  396. Get:203 http://deb.debian.org/debian stretch/main amd64 x11-xserver-utils amd64 7.7+7+b1 [167 kB]
  397. Get:204 http://deb.debian.org/debian stretch/main amd64 r-base-html all 3.3.3-1 [85.9 kB]
  398. debconf: delaying package configuration, since apt-utils is not installed
  399. Fetched 160 MB in 11s (14.1 MB/s)
  400. Selecting previously unselected package libprocps6:amd64.
  401. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70%
  402. (Reading database ... 75%
  403. (Reading database ... 80% (Reading database ... 85%
  404. (Reading database ... 90% (Reading database ... 95%
  405. (Reading database ... 100% (Reading database ... 91175 files and directories currently installed.)
  406. Preparing to unpack .../000-libprocps6_2%3a3.3.12-3+deb9u1_amd64.deb ...
  407. Unpacking libprocps6:amd64 (2:3.3.12-3+deb9u1) ...
  408. Selecting previously unselected package procps.
  409. Preparing to unpack .../001-procps_2%3a3.3.12-3+deb9u1_amd64.deb ...
  410. Unpacking procps (2:3.3.12-3+deb9u1) ...
  411. Selecting previously unselected package libapr1:amd64.
  412. Preparing to unpack .../002-libapr1_1.5.2-5_amd64.deb ...
  413. Unpacking libapr1:amd64 (1.5.2-5) ...
  414. Selecting previously unselected package libaprutil1:amd64.
  415. Preparing to unpack .../003-libaprutil1_1.5.4-3_amd64.deb ...
  416. Unpacking libaprutil1:amd64 (1.5.4-3) ...
  417. Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64.
  418. Preparing to unpack .../004-libaprutil1-dbd-sqlite3_1.5.4-3_amd64.deb ...
  419. Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-3) ...
  420. Selecting previously unselected package libaprutil1-ldap:amd64.
  421. Preparing to unpack .../005-libaprutil1-ldap_1.5.4-3_amd64.deb ...
  422. Unpacking libaprutil1-ldap:amd64 (1.5.4-3) ...
  423. Selecting previously unselected package liblua5.2-0:amd64.
  424. Preparing to unpack .../006-liblua5.2-0_5.2.4-1.1+b2_amd64.deb ...
  425. Unpacking liblua5.2-0:amd64 (5.2.4-1.1+b2) ...
  426. Selecting previously unselected package apache2-bin.
  427. Preparing to unpack .../007-apache2-bin_2.4.25-3+deb9u7_amd64.deb ...
  428. Unpacking apache2-bin (2.4.25-3+deb9u7) ...
  429. Selecting previously unselected package apache2-utils.
  430. Preparing to unpack .../008-apache2-utils_2.4.25-3+deb9u7_amd64.deb ...
  431. Unpacking apache2-utils (2.4.25-3+deb9u7) ...
  432. Selecting previously unselected package apache2-data.
  433. Preparing to unpack .../009-apache2-data_2.4.25-3+deb9u7_all.deb ...
  434. Unpacking apache2-data (2.4.25-3+deb9u7) ...
  435. Selecting previously unselected package apache2.
  436. Preparing to unpack .../010-apache2_2.4.25-3+deb9u7_amd64.deb ...
  437. Unpacking apache2 (2.4.25-3+deb9u7) ...
  438. Selecting previously unselected package fonts-lato.
  439. Preparing to unpack .../011-fonts-lato_2.0-1_all.deb ...
  440. Unpacking fonts-lato (2.0-1) ...
  441. Selecting previously unselected package liblocale-gettext-perl.
  442. Preparing to unpack .../012-liblocale-gettext-perl_1.07-3+b1_amd64.deb ...
  443. Unpacking liblocale-gettext-perl (1.07-3+b1) ...
  444. Selecting previously unselected package libpcrecpp0v5:amd64.
  445. Preparing to unpack .../013-libpcrecpp0v5_2%3a8.39-3_amd64.deb ...
  446. Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ...
  447. Selecting previously unselected package libxss1:amd64.
  448. Preparing to unpack .../014-libxss1_1%3a1.2.2-1_amd64.deb ...
  449. Unpacking libxss1:amd64 (1:1.2.2-1) ...
  450. Selecting previously unselected package xxd.
  451. Preparing to unpack .../015-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
  452. Unpacking xxd (2:8.0.0197-4+deb9u3) ...
  453. Selecting previously unselected package vim-common.
  454. Preparing to unpack .../016-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
  455. Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
  456. Selecting previously unselected package wget.
  457. Preparing to unpack .../017-wget_1.18-5+deb9u3_amd64.deb ...
  458. Unpacking wget (1.18-5+deb9u3) ...
  459. Selecting previously unselected package libsigsegv2:amd64.
  460. Preparing to unpack .../018-libsigsegv2_2.10-5_amd64.deb ...
  461. Unpacking libsigsegv2:amd64 (2.10-5) ...
  462. Selecting previously unselected package m4.
  463. Preparing to unpack .../019-m4_1.4.18-1_amd64.deb ...
  464. Unpacking m4 (1.4.18-1) ...
  465. Selecting previously unselected package autoconf.
  466. Preparing to unpack .../020-autoconf_2.69-10_all.deb ...
  467. Unpacking autoconf (2.69-10) ...
  468. Selecting previously unselected package autotools-dev.
  469. Preparing to unpack .../021-autotools-dev_20161112.1_all.deb ...
  470. Unpacking autotools-dev (20161112.1) ...
  471. Selecting previously unselected package automake.
  472. Preparing to unpack .../022-automake_1%3a1.15-6_all.deb ...
  473. Unpacking automake (1:1.15-6) ...
  474. Selecting previously unselected package bedtools.
  475. Preparing to unpack .../023-bedtools_2.26.0+dfsg-3_amd64.deb ...
  476. Unpacking bedtools (2.26.0+dfsg-3) ...
  477. Selecting previously unselected package libstdc++-6-dev:amd64.
  478. Preparing to unpack .../024-libstdc++-6-dev_6.3.0-18+deb9u1_amd64.deb ...
  479. Unpacking libstdc++-6-dev:amd64 (6.3.0-18+deb9u1) ...
  480. Selecting previously unselected package g++-6.
  481. Preparing to unpack .../025-g++-6_6.3.0-18+deb9u1_amd64.deb ...
  482. Unpacking g++-6 (6.3.0-18+deb9u1) ...
  483. Selecting previously unselected package g++.
  484. Preparing to unpack .../026-g++_4%3a6.3.0-4_amd64.deb ...
  485. Unpacking g++ (4:6.3.0-4) ...
  486. Selecting previously unselected package make.
  487. Preparing to unpack .../027-make_4.1-9.1_amd64.deb ...
  488. Unpacking make (4.1-9.1) ...
  489. Selecting previously unselected package libdpkg-perl.
  490. Preparing to unpack .../028-libdpkg-perl_1.18.25_all.deb ...
  491. Unpacking libdpkg-perl (1.18.25) ...
  492. Selecting previously unselected package dpkg-dev.
  493. Preparing to unpack .../029-dpkg-dev_1.18.25_all.deb ...
  494. Unpacking dpkg-dev (1.18.25) ...
  495. Selecting previously unselected package build-essential.
  496. Preparing to unpack .../030-build-essential_12.3_amd64.deb ...
  497. Unpacking build-essential (12.3) ...
  498. Selecting previously unselected package bwa.
  499. Preparing to unpack .../031-bwa_0.7.15-2+deb9u1_amd64.deb ...
  500. Unpacking bwa (0.7.15-2+deb9u1) ...
  501. Selecting previously unselected package bzip2-doc.
  502. Preparing to unpack .../032-bzip2-doc_1.0.6-8.1_all.deb ...
  503. Unpacking bzip2-doc (1.0.6-8.1) ...
  504. Selecting previously unselected package cdbs.
  505. Preparing to unpack .../033-cdbs_0.4.150_all.deb ...
  506. Unpacking cdbs (0.4.150) ...
  507. Selecting previously unselected package libfakeroot:amd64.
  508. Preparing to unpack .../034-libfakeroot_1.21-3.1_amd64.deb ...
  509. Unpacking libfakeroot:amd64 (1.21-3.1) ...
  510. Selecting previously unselected package fakeroot.
  511. Preparing to unpack .../035-fakeroot_1.21-3.1_amd64.deb ...
  512. Unpacking fakeroot (1.21-3.1) ...
  513. Selecting previously unselected package libdbus-glib-1-2:amd64.
  514. Preparing to unpack .../036-libdbus-glib-1-2_0.108-2_amd64.deb ...
  515. Unpacking libdbus-glib-1-2:amd64 (0.108-2) ...
  516. Selecting previously unselected package gconf2-common.
  517. Preparing to unpack .../037-gconf2-common_3.2.6-4_all.deb ...
  518. Unpacking gconf2-common (3.2.6-4) ...
  519. Selecting previously unselected package libgconf-2-4:amd64.
  520. Preparing to unpack .../038-libgconf-2-4_3.2.6-4+b1_amd64.deb ...
  521. Unpacking libgconf-2-4:amd64 (3.2.6-4+b1) ...
  522. Selecting previously unselected package gconf-service.
  523. Preparing to unpack .../039-gconf-service_3.2.6-4+b1_amd64.deb ...
  524. Unpacking gconf-service (3.2.6-4+b1) ...
  525. Selecting previously unselected package libgfortran3:amd64.
  526. Preparing to unpack .../040-libgfortran3_6.3.0-18+deb9u1_amd64.deb ...
  527. Unpacking libgfortran3:amd64 (6.3.0-18+deb9u1) ...
  528. Selecting previously unselected package libgfortran-6-dev:amd64.
  529. Preparing to unpack .../041-libgfortran-6-dev_6.3.0-18+deb9u1_amd64.deb ...
  530. Unpacking libgfortran-6-dev:amd64 (6.3.0-18+deb9u1) ...
  531. Selecting previously unselected package gfortran-6.
  532. Preparing to unpack .../042-gfortran-6_6.3.0-18+deb9u1_amd64.deb ...
  533. Unpacking gfortran-6 (6.3.0-18+deb9u1) ...
  534. Selecting previously unselected package gfortran.
  535. Preparing to unpack .../043-gfortran_4%3a6.3.0-4_amd64.deb ...
  536. Unpacking gfortran (4:6.3.0-4) ...
  537. Selecting previously unselected package libgirepository-1.0-1:amd64.
  538. Preparing to unpack .../044-libgirepository-1.0-1_1.50.0-1+b1_amd64.deb ...
  539. Unpacking libgirepository-1.0-1:amd64 (1.50.0-1+b1) ...
  540. Selecting previously unselected package gir1.2-glib-2.0:amd64.
  541. Preparing to unpack .../045-gir1.2-glib-2.0_1.50.0-1+b1_amd64.deb ...
  542. Unpacking gir1.2-glib-2.0:amd64 (1.50.0-1+b1) ...
  543. Selecting previously unselected package icu-devtools.
  544. Preparing to unpack .../046-icu-devtools_57.1-6+deb9u2_amd64.deb ...
  545. Unpacking icu-devtools (57.1-6+deb9u2) ...
  546. Selecting previously unselected package javascript-common.
  547. Preparing to unpack .../047-javascript-common_11_all.deb ...
  548. Unpacking javascript-common (11) ...
  549. Selecting previously unselected package libonig4:amd64.
  550. Preparing to unpack .../048-libonig4_6.1.3-2_amd64.deb ...
  551. Unpacking libonig4:amd64 (6.1.3-2) ...
  552. Selecting previously unselected package libjq1:amd64.
  553. Preparing to unpack .../049-libjq1_1.5+dfsg-1.3_amd64.deb ...
  554. Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
  555. Selecting previously unselected package jq.
  556. Preparing to unpack .../050-jq_1.5+dfsg-1.3_amd64.deb ...
  557. Unpacking jq (1.5+dfsg-1.3) ...
  558. Selecting previously unselected package kalign.
  559. Preparing to unpack .../051-kalign_1%3a2.03+20110620-3_amd64.deb ...
  560. Unpacking kalign (1:2.03+20110620-3) ...
  561. Selecting previously unselected package libalgorithm-diff-perl.
  562. Preparing to unpack .../052-libalgorithm-diff-perl_1.19.03-1_all.deb ...
  563. Unpacking libalgorithm-diff-perl (1.19.03-1) ...
  564. Selecting previously unselected package libalgorithm-diff-xs-perl.
  565. Preparing to unpack .../053-libalgorithm-diff-xs-perl_0.04-4+b2_amd64.deb ...
  566. Unpacking libalgorithm-diff-xs-perl (0.04-4+b2) ...
  567. Selecting previously unselected package libalgorithm-merge-perl.
  568. Preparing to unpack .../054-libalgorithm-merge-perl_0.08-3_all.deb ...
  569. Unpacking libalgorithm-merge-perl (0.08-3) ...
  570. Selecting previously unselected package libauthen-sasl-perl.
  571. Preparing to unpack .../055-libauthen-sasl-perl_2.1600-1_all.deb ...
  572. Unpacking libauthen-sasl-perl (2.1600-1) ...
  573. Selecting previously unselected package libblas-common.
  574. Preparing to unpack .../056-libblas-common_3.7.0-2_amd64.deb ...
  575. Unpacking libblas-common (3.7.0-2) ...
  576. Selecting previously unselected package libblas3.
  577. Preparing to unpack .../057-libblas3_3.7.0-2_amd64.deb ...
  578. Unpacking libblas3 (3.7.0-2) ...
  579. Selecting previously unselected package libblas-dev.
  580. Preparing to unpack .../058-libblas-dev_3.7.0-2_amd64.deb ...
  581. Unpacking libblas-dev (3.7.0-2) ...
  582. Selecting previously unselected package libbz2-dev:amd64.
  583. Preparing to unpack .../059-libbz2-dev_1.0.6-8.1_amd64.deb ...
  584. Unpacking libbz2-dev:amd64 (1.0.6-8.1) ...
  585. Selecting previously unselected package libcurl4-gnutls-dev:amd64.
  586. Preparing to unpack .../060-libcurl4-gnutls-dev_7.52.1-5+deb9u9_amd64.deb ...
  587. Unpacking libcurl4-gnutls-dev:amd64 (7.52.1-5+deb9u9) ...
  588. Selecting previously unselected package libencode-locale-perl.
  589. Preparing to unpack .../061-libencode-locale-perl_1.05-1_all.deb ...
  590. Unpacking libencode-locale-perl (1.05-1) ...
  591. Selecting previously unselected package libipc-system-simple-perl.
  592. Preparing to unpack .../062-libipc-system-simple-perl_1.25-3_all.deb ...
  593. Unpacking libipc-system-simple-perl (1.25-3) ...
  594. Selecting previously unselected package libfile-basedir-perl.
  595. Preparing to unpack .../063-libfile-basedir-perl_0.07-1_all.deb ...
  596. Unpacking libfile-basedir-perl (0.07-1) ...
  597. Selecting previously unselected package liburi-perl.
  598. Preparing to unpack .../064-liburi-perl_1.71-1_all.deb ...
  599. Unpacking liburi-perl (1.71-1) ...
  600. Selecting previously unselected package libfile-desktopentry-perl.
  601. Preparing to unpack .../065-libfile-desktopentry-perl_0.22-1_all.deb ...
  602. Unpacking libfile-desktopentry-perl (0.22-1) ...
  603. Selecting previously unselected package libfile-fcntllock-perl.
  604. Preparing to unpack .../066-libfile-fcntllock-perl_0.22-3+b2_amd64.deb ...
  605. Unpacking libfile-fcntllock-perl (0.22-3+b2) ...
  606. Selecting previously unselected package libtimedate-perl.
  607. Preparing to unpack .../067-libtimedate-perl_2.3000-2_all.deb ...
  608. Unpacking libtimedate-perl (2.3000-2) ...
  609. Selecting previously unselected package libhttp-date-perl.
  610. Preparing to unpack .../068-libhttp-date-perl_6.02-1_all.deb ...
  611. Unpacking libhttp-date-perl (6.02-1) ...
  612. Selecting previously unselected package libfile-listing-perl.
  613. Preparing to unpack .../069-libfile-listing-perl_6.04-1_all.deb ...
  614. Unpacking libfile-listing-perl (6.04-1) ...
  615. Selecting previously unselected package libfile-mimeinfo-perl.
  616. Preparing to unpack .../070-libfile-mimeinfo-perl_0.27-1_all.deb ...
  617. Unpacking libfile-mimeinfo-perl (0.27-1) ...
  618. Selecting previously unselected package libfont-afm-perl.
  619. Preparing to unpack .../071-libfont-afm-perl_1.20-2_all.deb ...
  620. Unpacking libfont-afm-perl (1.20-2) ...
  621. Selecting previously unselected package libhtml-tagset-perl.
  622. Preparing to unpack .../072-libhtml-tagset-perl_3.20-3_all.deb ...
  623. Unpacking libhtml-tagset-perl (3.20-3) ...
  624. Selecting previously unselected package libhtml-parser-perl.
  625. Preparing to unpack .../073-libhtml-parser-perl_3.72-3_amd64.deb ...
  626. Unpacking libhtml-parser-perl (3.72-3) ...
  627. Selecting previously unselected package libio-html-perl.
  628. Preparing to unpack .../074-libio-html-perl_1.001-1_all.deb ...
  629. Unpacking libio-html-perl (1.001-1) ...
  630. Selecting previously unselected package liblwp-mediatypes-perl.
  631. Preparing to unpack .../075-liblwp-mediatypes-perl_6.02-1_all.deb ...
  632. Unpacking liblwp-mediatypes-perl (6.02-1) ...
  633. Selecting previously unselected package libhttp-message-perl.
  634. Preparing to unpack .../076-libhttp-message-perl_6.11-1_all.deb ...
  635. Unpacking libhttp-message-perl (6.11-1) ...
  636. Selecting previously unselected package libhtml-form-perl.
  637. Preparing to unpack .../077-libhtml-form-perl_6.03-1_all.deb ...
  638. Unpacking libhtml-form-perl (6.03-1) ...
  639. Selecting previously unselected package libhtml-tree-perl.
  640. Preparing to unpack .../078-libhtml-tree-perl_5.03-2_all.deb ...
  641. Unpacking libhtml-tree-perl (5.03-2) ...
  642. Selecting previously unselected package libhtml-format-perl.
  643. Preparing to unpack .../079-libhtml-format-perl_2.12-1_all.deb ...
  644. Unpacking libhtml-format-perl (2.12-1) ...
  645. Selecting previously unselected package libhttp-cookies-perl.
  646. Preparing to unpack .../080-libhttp-cookies-perl_6.01-1_all.deb ...
  647. Unpacking libhttp-cookies-perl (6.01-1) ...
  648. Selecting previously unselected package libhttp-daemon-perl.
  649. Preparing to unpack .../081-libhttp-daemon-perl_6.01-1_all.deb ...
  650. Unpacking libhttp-daemon-perl (6.01-1) ...
  651. Selecting previously unselected package libhttp-negotiate-perl.
  652. Preparing to unpack .../082-libhttp-negotiate-perl_6.00-2_all.deb ...
  653. Unpacking libhttp-negotiate-perl (6.00-2) ...
  654. Selecting previously unselected package libicu-dev.
  655. Preparing to unpack .../083-libicu-dev_57.1-6+deb9u2_amd64.deb ...
  656. Unpacking libicu-dev (57.1-6+deb9u2) ...
  657. Selecting previously unselected package perl-openssl-defaults:amd64.
  658. Preparing to unpack .../084-perl-openssl-defaults_3_amd64.deb ...
  659. Unpacking perl-openssl-defaults:amd64 (3) ...
  660. Selecting previously unselected package libnet-ssleay-perl.
  661. Preparing to unpack .../085-libnet-ssleay-perl_1.80-1_amd64.deb ...
  662. Unpacking libnet-ssleay-perl (1.80-1) ...
  663. Selecting previously unselected package libio-socket-ssl-perl.
  664. Preparing to unpack .../086-libio-socket-ssl-perl_2.044-1_all.deb ...
  665. Unpacking libio-socket-ssl-perl (2.044-1) ...
  666. Selecting previously unselected package libjpeg62-turbo-dev:amd64.
  667. Preparing to unpack .../087-libjpeg62-turbo-dev_1%3a1.5.1-2_amd64.deb ...
  668. Unpacking libjpeg62-turbo-dev:amd64 (1:1.5.1-2) ...
  669. Selecting previously unselected package libjpeg-dev.
  670. Preparing to unpack .../088-libjpeg-dev_1%3a1.5.1-2_all.deb ...
  671. Unpacking libjpeg-dev (1:1.5.1-2) ...
  672. Selecting previously unselected package libjs-jquery.
  673. Preparing to unpack .../089-libjs-jquery_3.1.1-2+deb9u1_all.deb ...
  674. Unpacking libjs-jquery (3.1.1-2+deb9u1) ...
  675. Selecting previously unselected package libopenblas-base.
  676. Preparing to unpack .../090-libopenblas-base_0.2.19-3_amd64.deb ...
  677. Unpacking libopenblas-base (0.2.19-3) ...
  678. Selecting previously unselected package liblapack3.
  679. Preparing to unpack .../091-liblapack3_3.7.0-2_amd64.deb ...
  680. Unpacking liblapack3 (3.7.0-2) ...
  681. Selecting previously unselected package liblapack-dev.
  682. Preparing to unpack .../092-liblapack-dev_3.7.0-2_amd64.deb ...
  683. Unpacking liblapack-dev (3.7.0-2) ...
  684. Selecting previously unselected package libnet-http-perl.
  685. Preparing to unpack .../093-libnet-http-perl_6.12-1_all.deb ...
  686. Unpacking libnet-http-perl (6.12-1) ...
  687. Selecting previously unselected package libwww-robotrules-perl.
  688. Preparing to unpack .../094-libwww-robotrules-perl_6.01-1_all.deb ...
  689. Unpacking libwww-robotrules-perl (6.01-1) ...
  690. Selecting previously unselected package libwww-perl.
  691. Preparing to unpack .../095-libwww-perl_6.15-1_all.deb ...
  692. Unpacking libwww-perl (6.15-1) ...
  693. Selecting previously unselected package liblwp-protocol-https-perl.
  694. Preparing to unpack .../096-liblwp-protocol-https-perl_6.06-2_all.deb ...
  695. Unpacking liblwp-protocol-https-perl (6.06-2) ...
  696. Selecting previously unselected package liblzma-dev:amd64.
  697. Preparing to unpack .../097-liblzma-dev_5.2.2-1.2+b1_amd64.deb ...
  698. Unpacking liblzma-dev:amd64 (5.2.2-1.2+b1) ...
  699. Selecting previously unselected package libnet-smtp-ssl-perl.
  700. Preparing to unpack .../098-libnet-smtp-ssl-perl_1.04-1_all.deb ...
  701. Unpacking libnet-smtp-ssl-perl (1.04-1) ...
  702. Selecting previously unselected package libmailtools-perl.
  703. Preparing to unpack .../099-libmailtools-perl_2.18-1_all.deb ...
  704. Unpacking libmailtools-perl (2.18-1) ...
  705. Selecting previously unselected package libtinfo-dev:amd64.
  706. Preparing to unpack .../100-libtinfo-dev_6.0+20161126-1+deb9u2_amd64.deb ...
  707. Unpacking libtinfo-dev:amd64 (6.0+20161126-1+deb9u2) ...
  708. Selecting previously unselected package libncurses5-dev:amd64.
  709. Preparing to unpack .../101-libncurses5-dev_6.0+20161126-1+deb9u2_amd64.deb ...
  710. Unpacking libncurses5-dev:amd64 (6.0+20161126-1+deb9u2) ...
  711. Selecting previously unselected package libxml-parser-perl.
  712. Preparing to unpack .../102-libxml-parser-perl_2.44-2+b1_amd64.deb ...
  713. Unpacking libxml-parser-perl (2.44-2+b1) ...
  714. Selecting previously unselected package libxml-twig-perl.
  715. Preparing to unpack .../103-libxml-twig-perl_1%3a3.50-1_all.deb ...
  716. Unpacking libxml-twig-perl (1:3.50-1) ...
  717. Selecting previously unselected package libnet-dbus-perl.
  718. Preparing to unpack .../104-libnet-dbus-perl_1.1.0-4+b1_amd64.deb ...
  719. Unpacking libnet-dbus-perl (1.1.0-4+b1) ...
  720. Selecting previously unselected package libpaper1:amd64.
  721. Preparing to unpack .../105-libpaper1_1.1.24+nmu5_amd64.deb ...
  722. Unpacking libpaper1:amd64 (1.1.24+nmu5) ...
  723. Selecting previously unselected package libpaper-utils.
  724. Preparing to unpack .../106-libpaper-utils_1.1.24+nmu5_amd64.deb ...
  725. Unpacking libpaper-utils (1.1.24+nmu5) ...
  726. Selecting previously unselected package libpcre16-3:amd64.
  727. Preparing to unpack .../107-libpcre16-3_2%3a8.39-3_amd64.deb ...
  728. Unpacking libpcre16-3:amd64 (2:8.39-3) ...
  729. Selecting previously unselected package libpcre32-3:amd64.
  730. Preparing to unpack .../108-libpcre32-3_2%3a8.39-3_amd64.deb ...
  731. Unpacking libpcre32-3:amd64 (2:8.39-3) ...
  732. Selecting previously unselected package libpcre3-dev:amd64.
  733. Preparing to unpack .../109-libpcre3-dev_2%3a8.39-3_amd64.deb ...
  734. Unpacking libpcre3-dev:amd64 (2:8.39-3) ...
  735. Selecting previously unselected package zlib1g-dev:amd64.
  736. Preparing to unpack .../110-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
  737. Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
  738. Selecting previously unselected package libpng-dev:amd64.
  739. Preparing to unpack .../111-libpng-dev_1.6.28-1+deb9u1_amd64.deb ...
  740. Unpacking libpng-dev:amd64 (1.6.28-1+deb9u1) ...
  741. Selecting previously unselected package libpng-tools.
  742. Preparing to unpack .../112-libpng-tools_1.6.28-1+deb9u1_amd64.deb ...
  743. Unpacking libpng-tools (1.6.28-1+deb9u1) ...
  744. Selecting previously unselected package libpython-all-dev:amd64.
  745. Preparing to unpack .../113-libpython-all-dev_2.7.13-2_amd64.deb ...
  746. Unpacking libpython-all-dev:amd64 (2.7.13-2) ...
  747. Selecting previously unselected package libpython3.5:amd64.
  748. Preparing to unpack .../114-libpython3.5_3.5.3-1+deb9u1_amd64.deb ...
  749. Unpacking libpython3.5:amd64 (3.5.3-1+deb9u1) ...
  750. Selecting previously unselected package libpython3.5-dev:amd64.
  751. Preparing to unpack .../115-libpython3.5-dev_3.5.3-1+deb9u1_amd64.deb ...
  752. Unpacking libpython3.5-dev:amd64 (3.5.3-1+deb9u1) ...
  753. Selecting previously unselected package libpython3-dev:amd64.
  754. Preparing to unpack .../116-libpython3-dev_3.5.3-1_amd64.deb ...
  755. Unpacking libpython3-dev:amd64 (3.5.3-1) ...
  756. Selecting previously unselected package libreadline-dev:amd64.
  757. Preparing to unpack .../117-libreadline-dev_7.0-3_amd64.deb ...
  758. Unpacking libreadline-dev:amd64 (7.0-3) ...
  759. Selecting previously unselected package libssl-dev:amd64.
  760. Preparing to unpack .../118-libssl-dev_1.1.0k-1~deb9u1_amd64.deb ...
  761. Unpacking libssl-dev:amd64 (1.1.0k-1~deb9u1) ...
  762. Selecting previously unselected package libssl-doc.
  763. Preparing to unpack .../119-libssl-doc_1.1.0k-1~deb9u1_all.deb ...
  764. Unpacking libssl-doc (1.1.0k-1~deb9u1) ...
  765. Selecting previously unselected package libtcl8.6:amd64.
  766. Preparing to unpack .../120-libtcl8.6_8.6.6+dfsg-1+b1_amd64.deb ...
  767. Unpacking libtcl8.6:amd64 (8.6.6+dfsg-1+b1) ...
  768. Selecting previously unselected package libtext-iconv-perl.
  769. Preparing to unpack .../121-libtext-iconv-perl_1.7-5+b4_amd64.deb ...
  770. Unpacking libtext-iconv-perl (1.7-5+b4) ...
  771. Selecting previously unselected package libtie-ixhash-perl.
  772. Preparing to unpack .../122-libtie-ixhash-perl_1.23-2_all.deb ...
  773. Unpacking libtie-ixhash-perl (1.23-2) ...
  774. Selecting previously unselected package libtk8.6:amd64.
  775. Preparing to unpack .../123-libtk8.6_8.6.6-1+b1_amd64.deb ...
  776. Unpacking libtk8.6:amd64 (8.6.6-1+b1) ...
  777. Selecting previously unselected package libx11-protocol-perl.
  778. Preparing to unpack .../124-libx11-protocol-perl_0.56-7_all.deb ...
  779. Unpacking libx11-protocol-perl (0.56-7) ...
  780. Selecting previously unselected package libxml-xpathengine-perl.
  781. Preparing to unpack .../125-libxml-xpathengine-perl_0.13-1_all.deb ...
  782. Unpacking libxml-xpathengine-perl (0.13-1) ...
  783. Selecting previously unselected package libyaml-0-2:amd64.
  784. Preparing to unpack .../126-libyaml-0-2_0.1.7-2_amd64.deb ...
  785. Unpacking libyaml-0-2:amd64 (0.1.7-2) ...
  786. Selecting previously unselected package pkg-config.
  787. Preparing to unpack .../127-pkg-config_0.29-4+b1_amd64.deb ...
  788. Unpacking pkg-config (0.29-4+b1) ...
  789. Selecting previously unselected package psmisc.
  790. Preparing to unpack .../128-psmisc_22.21-2.1+b2_amd64.deb ...
  791. Unpacking psmisc (22.21-2.1+b2) ...
  792. Selecting previously unselected package python-all.
  793. Preparing to unpack .../129-python-all_2.7.13-2_amd64.deb ...
  794. Unpacking python-all (2.7.13-2) ...
  795. Selecting previously unselected package python-all-dev.
  796. Preparing to unpack .../130-python-all-dev_2.7.13-2_amd64.deb ...
  797. Unpacking python-all-dev (2.7.13-2) ...
  798. Selecting previously unselected package python-cffi-backend.
  799. Preparing to unpack .../131-python-cffi-backend_1.9.1-2_amd64.deb ...
  800. Unpacking python-cffi-backend (1.9.1-2) ...
  801. Selecting previously unselected package python-crypto.
  802. Preparing to unpack .../132-python-crypto_2.6.1-7_amd64.deb ...
  803. Unpacking python-crypto (2.6.1-7) ...
  804. Selecting previously unselected package python-enum34.
  805. Preparing to unpack .../133-python-enum34_1.1.6-1_all.deb ...
  806. Unpacking python-enum34 (1.1.6-1) ...
  807. Selecting previously unselected package python-idna.
  808. Preparing to unpack .../134-python-idna_2.2-1_all.deb ...
  809. Unpacking python-idna (2.2-1) ...
  810. Selecting previously unselected package python-ipaddress.
  811. Preparing to unpack .../135-python-ipaddress_1.0.17-1_all.deb ...
  812. Unpacking python-ipaddress (1.0.17-1) ...
  813. Selecting previously unselected package python-pyasn1.
  814. Preparing to unpack .../136-python-pyasn1_0.1.9-2_all.deb ...
  815. Unpacking python-pyasn1 (0.1.9-2) ...
  816. Selecting previously unselected package python-six.
  817. Preparing to unpack .../137-python-six_1.10.0-3_all.deb ...
  818. Unpacking python-six (1.10.0-3) ...
  819. Selecting previously unselected package python-cryptography.
  820. Preparing to unpack .../138-python-cryptography_1.7.1-3+deb9u1_amd64.deb ...
  821. Unpacking python-cryptography (1.7.1-3+deb9u1) ...
  822. Selecting previously unselected package python-dbus.
  823. Preparing to unpack .../139-python-dbus_1.2.4-1+b1_amd64.deb ...
  824. Unpacking python-dbus (1.2.4-1+b1) ...
  825. Selecting previously unselected package python-gi.
  826. Preparing to unpack .../140-python-gi_3.22.0-2_amd64.deb ...
  827. Unpacking python-gi (3.22.0-2) ...
  828. Selecting previously unselected package python-secretstorage.
  829. Preparing to unpack .../141-python-secretstorage_2.3.1-2_all.deb ...
  830. Unpacking python-secretstorage (2.3.1-2) ...
  831. Selecting previously unselected package python-keyring.
  832. Preparing to unpack .../142-python-keyring_10.1-1_all.deb ...
  833. Unpacking python-keyring (10.1-1) ...
  834. Selecting previously unselected package python-keyrings.alt.
  835. Preparing to unpack .../143-python-keyrings.alt_1.3-1_all.deb ...
  836. Unpacking python-keyrings.alt (1.3-1) ...
  837. Selecting previously unselected package python-pip-whl.
  838. Preparing to unpack .../144-python-pip-whl_9.0.1-2+deb9u1_all.deb ...
  839. Unpacking python-pip-whl (9.0.1-2+deb9u1) ...
  840. Selecting previously unselected package python-pip.
  841. Preparing to unpack .../145-python-pip_9.0.1-2+deb9u1_all.deb ...
  842. Unpacking python-pip (9.0.1-2+deb9u1) ...
  843. Selecting previously unselected package python-wheel.
  844. Preparing to unpack .../146-python-wheel_0.29.0-2_all.deb ...
  845. Unpacking python-wheel (0.29.0-2) ...
  846. Selecting previously unselected package python-xdg.
  847. Preparing to unpack .../147-python-xdg_0.25-4_all.deb ...
  848. Unpacking python-xdg (0.25-4) ...
  849. Selecting previously unselected package python3-cffi-backend.
  850. Preparing to unpack .../148-python3-cffi-backend_1.9.1-2_amd64.deb ...
  851. Unpacking python3-cffi-backend (1.9.1-2) ...
  852. Selecting previously unselected package python3-crypto.
  853. Preparing to unpack .../149-python3-crypto_2.6.1-7_amd64.deb ...
  854. Unpacking python3-crypto (2.6.1-7) ...
  855. Selecting previously unselected package python3-idna.
  856. Preparing to unpack .../150-python3-idna_2.2-1_all.deb ...
  857. Unpacking python3-idna (2.2-1) ...
  858. Selecting previously unselected package python3-pyasn1.
  859. Preparing to unpack .../151-python3-pyasn1_0.1.9-2_all.deb ...
  860. Unpacking python3-pyasn1 (0.1.9-2) ...
  861. Selecting previously unselected package python3-pkg-resources.
  862. Preparing to unpack .../152-python3-pkg-resources_33.1.1-1_all.deb ...
  863. Unpacking python3-pkg-resources (33.1.1-1) ...
  864. Selecting previously unselected package python3-setuptools.
  865. Preparing to unpack .../153-python3-setuptools_33.1.1-1_all.deb ...
  866. Unpacking python3-setuptools (33.1.1-1) ...
  867. Selecting previously unselected package python3-six.
  868. Preparing to unpack .../154-python3-six_1.10.0-3_all.deb ...
  869. Unpacking python3-six (1.10.0-3) ...
  870. Selecting previously unselected package python3-cryptography.
  871. Preparing to unpack .../155-python3-cryptography_1.7.1-3+deb9u1_amd64.deb ...
  872. Unpacking python3-cryptography (1.7.1-3+deb9u1) ...
  873. Selecting previously unselected package python3-dbus.
  874. Preparing to unpack .../156-python3-dbus_1.2.4-1+b1_amd64.deb ...
  875. Unpacking python3-dbus (1.2.4-1+b1) ...
  876. Selecting previously unselected package python3.5-dev.
  877. Preparing to unpack .../157-python3.5-dev_3.5.3-1+deb9u1_amd64.deb ...
  878. Unpacking python3.5-dev (3.5.3-1+deb9u1) ...
  879. Selecting previously unselected package python3-dev.
  880. Preparing to unpack .../158-python3-dev_3.5.3-1_amd64.deb ...
  881. Unpacking python3-dev (3.5.3-1) ...
  882. Selecting previously unselected package python3-gi.
  883. Preparing to unpack .../159-python3-gi_3.22.0-2_amd64.deb ...
  884. Unpacking python3-gi (3.22.0-2) ...
  885. Selecting previously unselected package python3-secretstorage.
  886. Preparing to unpack .../160-python3-secretstorage_2.3.1-2_all.deb ...
  887. Unpacking python3-secretstorage (2.3.1-2) ...
  888. Selecting previously unselected package python3-keyring.
  889. Preparing to unpack .../161-python3-keyring_10.1-1_all.deb ...
  890. Unpacking python3-keyring (10.1-1) ...
  891. Selecting previously unselected package python3-keyrings.alt.
  892. Preparing to unpack .../162-python3-keyrings.alt_1.3-1_all.deb ...
  893. Unpacking python3-keyrings.alt (1.3-1) ...
  894. Selecting previously unselected package python3-pip.
  895. Preparing to unpack .../163-python3-pip_9.0.1-2+deb9u1_all.deb ...
  896. Unpacking python3-pip (9.0.1-2+deb9u1) ...
  897. Selecting previously unselected package python3-wheel.
  898. Preparing to unpack .../164-python3-wheel_0.29.0-2_all.deb ...
  899. Unpacking python3-wheel (0.29.0-2) ...
  900. Selecting previously unselected package python3-xdg.
  901. Preparing to unpack .../165-python3-xdg_0.25-4_all.deb ...
  902. Unpacking python3-xdg (0.25-4) ...
  903. Selecting previously unselected package zip.
  904. Preparing to unpack .../166-zip_3.0-11+b1_amd64.deb ...
  905. Unpacking zip (3.0-11+b1) ...
  906. Selecting previously unselected package unzip.
  907. Preparing to unpack .../167-unzip_6.0-21+deb9u1_amd64.deb ...
  908. Unpacking unzip (6.0-21+deb9u1) ...
  909. Selecting previously unselected package xdg-utils.
  910. Preparing to unpack .../168-xdg-utils_1.1.1-1+deb9u1_all.deb ...
  911. Unpacking xdg-utils (1.1.1-1+deb9u1) ...
  912. Selecting previously unselected package r-base-core.
  913. Preparing to unpack .../169-r-base-core_3.3.3-1_amd64.deb ...
  914. Unpacking r-base-core (3.3.3-1) ...
  915. Selecting previously unselected package r-cran-boot.
  916. Preparing to unpack .../170-r-cran-boot_1.3-18-2_all.deb ...
  917. Unpacking r-cran-boot (1.3-18-2) ...
  918. Selecting previously unselected package r-cran-cluster.
  919. Preparing to unpack .../171-r-cran-cluster_2.0.5-1_amd64.deb ...
  920. Unpacking r-cran-cluster (2.0.5-1) ...
  921. Selecting previously unselected package r-cran-foreign.
  922. Preparing to unpack .../172-r-cran-foreign_0.8.67-1_amd64.deb ...
  923. Unpacking r-cran-foreign (0.8.67-1) ...
  924. Selecting previously unselected package r-cran-mass.
  925. Preparing to unpack .../173-r-cran-mass_7.3-45-1_amd64.deb ...
  926. Unpacking r-cran-mass (7.3-45-1) ...
  927. Selecting previously unselected package r-cran-kernsmooth.
  928. Preparing to unpack .../174-r-cran-kernsmooth_2.23-15-2_amd64.deb ...
  929. Unpacking r-cran-kernsmooth (2.23-15-2) ...
  930. Selecting previously unselected package r-cran-lattice.
  931. Preparing to unpack .../175-r-cran-lattice_0.20-34-1_amd64.deb ...
  932. Unpacking r-cran-lattice (0.20-34-1) ...
  933. Selecting previously unselected package r-cran-nlme.
  934. Preparing to unpack .../176-r-cran-nlme_3.1.129-1_amd64.deb ...
  935. Unpacking r-cran-nlme (3.1.129-1) ...
  936. Selecting previously unselected package r-cran-matrix.
  937. Preparing to unpack .../177-r-cran-matrix_1.2-7.1-1_amd64.deb ...
  938. Unpacking r-cran-matrix (1.2-7.1-1) ...
  939. Selecting previously unselected package r-cran-mgcv.
  940. Preparing to unpack .../178-r-cran-mgcv_1.8-16-1_amd64.deb ...
  941. Unpacking r-cran-mgcv (1.8-16-1) ...
  942. Selecting previously unselected package r-cran-survival.
  943. Preparing to unpack .../179-r-cran-survival_2.40-1-1_amd64.deb ...
  944. Unpacking r-cran-survival (2.40-1-1) ...
  945. Selecting previously unselected package r-cran-rpart.
  946. Preparing to unpack .../180-r-cran-rpart_4.1-10-2_amd64.deb ...
  947. Unpacking r-cran-rpart (4.1-10-2) ...
  948. Selecting previously unselected package r-cran-class.
  949. Preparing to unpack .../181-r-cran-class_7.3-14-1_amd64.deb ...
  950. Unpacking r-cran-class (7.3-14-1) ...
  951. Selecting previously unselected package r-cran-nnet.
  952. Preparing to unpack .../182-r-cran-nnet_7.3-12-1_amd64.deb ...
  953. Unpacking r-cran-nnet (7.3-12-1) ...
  954. Selecting previously unselected package r-cran-spatial.
  955. Preparing to unpack .../183-r-cran-spatial_7.3-11-1_amd64.deb ...
  956. Unpacking r-cran-spatial (7.3-11-1) ...
  957. Selecting previously unselected package r-cran-codetools.
  958. Preparing to unpack .../184-r-cran-codetools_0.2-15-1_all.deb ...
  959. Unpacking r-cran-codetools (0.2-15-1) ...
  960. Selecting previously unselected package r-recommended.
  961. Preparing to unpack .../185-r-recommended_3.3.3-1_all.deb ...
  962. Unpacking r-recommended (3.3.3-1) ...
  963. Selecting previously unselected package r-base.
  964. Preparing to unpack .../186-r-base_3.3.3-1_all.deb ...
  965. Unpacking r-base (3.3.3-1) ...
  966. Selecting previously unselected package r-base-dev.
  967. Preparing to unpack .../187-r-base-dev_3.3.3-1_all.deb ...
  968. Unpacking r-base-dev (3.3.3-1) ...
  969. Selecting previously unselected package r-doc-html.
  970. Preparing to unpack .../188-r-doc-html_3.3.3-1_all.deb ...
  971. Unpacking r-doc-html (3.3.3-1) ...
  972. Selecting previously unselected package rubygems-integration.
  973. Preparing to unpack .../189-rubygems-integration_1.11_all.deb ...
  974. Unpacking rubygems-integration (1.11) ...
  975. Selecting previously unselected package ruby-did-you-mean.
  976. Preparing to unpack .../190-ruby-did-you-mean_1.0.0-2_all.deb ...
  977. Unpacking ruby-did-you-mean (1.0.0-2) ...
  978. Selecting previously unselected package ruby-minitest.
  979. Preparing to unpack .../191-ruby-minitest_5.9.0-1_all.deb ...
  980. Unpacking ruby-minitest (5.9.0-1) ...
  981. Selecting previously unselected package ruby-net-telnet.
  982. Preparing to unpack .../192-ruby-net-telnet_0.1.1-2_all.deb ...
  983. Unpacking ruby-net-telnet (0.1.1-2) ...
  984. Selecting previously unselected package ruby-power-assert.
  985. Preparing to unpack .../193-ruby-power-assert_0.3.0-1_all.deb ...
  986. Unpacking ruby-power-assert (0.3.0-1) ...
  987. Selecting previously unselected package ruby-test-unit.
  988. Preparing to unpack .../194-ruby-test-unit_3.1.7-2_all.deb ...
  989. Unpacking ruby-test-unit (3.1.7-2) ...
  990. Selecting previously unselected package libruby2.3:amd64.
  991. Preparing to unpack .../195-libruby2.3_2.3.3-1+deb9u6_amd64.deb ...
  992. Unpacking libruby2.3:amd64 (2.3.3-1+deb9u6) ...
  993. Selecting previously unselected package ruby2.3.
  994. Preparing to unpack .../196-ruby2.3_2.3.3-1+deb9u6_amd64.deb ...
  995. Unpacking ruby2.3 (2.3.3-1+deb9u6) ...
  996. Selecting previously unselected package ruby.
  997. Preparing to unpack .../197-ruby_1%3a2.3.3_amd64.deb ...
  998. Unpacking ruby (1:2.3.3) ...
  999. Selecting previously unselected package rake.
  1000. Preparing to unpack .../198-rake_10.5.0-2_all.deb ...
  1001. Unpacking rake (10.5.0-2) ...
  1002. Selecting previously unselected package ssl-cert.
  1003. Preparing to unpack .../199-ssl-cert_1.0.39_all.deb ...
  1004. Unpacking ssl-cert (1.0.39) ...
  1005. Selecting previously unselected package vim-runtime.
  1006. Preparing to unpack .../200-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ...
  1007. Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime'
  1008. Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime'
  1009. Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ...
  1010. Selecting previously unselected package vim.
  1011. Preparing to unpack .../201-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ...
  1012. Unpacking vim (2:8.0.0197-4+deb9u3) ...
  1013. Selecting previously unselected package x11-xserver-utils.
  1014. Preparing to unpack .../202-x11-xserver-utils_7.7+7+b1_amd64.deb ...
  1015. Unpacking x11-xserver-utils (7.7+7+b1) ...
  1016. Selecting previously unselected package r-base-html.
  1017. Preparing to unpack .../203-r-base-html_3.3.3-1_all.deb ...
  1018. Unpacking r-base-html (3.3.3-1) ...
  1019. Setting up cdbs (0.4.150) ...
  1020. Setting up libhtml-tagset-perl (3.20-3) ...
  1021. Setting up python-idna (2.2-1) ...
  1022. Setting up libjs-jquery (3.1.1-2+deb9u1) ...
  1023. Setting up libpaper1:amd64 (1.1.24+nmu5) ...
  1024. debconf: unable to initialize frontend: Dialog
  1025. debconf: (TERM is not set, so the dialog frontend is not usable.)
  1026. debconf: falling back to frontend: Readline
  1027. Creating config file /etc/papersize with new version
  1028. Setting up libapr1:amd64 (1.5.2-5) ...
  1029. Setting up python-pip-whl (9.0.1-2+deb9u1) ...
  1030. Setting up gconf2-common (3.2.6-4) ...
  1031. debconf: unable to initialize frontend: Dialog
  1032. debconf: (TERM is not set, so the dialog frontend is not usable.)
  1033. debconf: falling back to frontend: Readline
  1034. Creating config file /etc/gconf/2/path with new version
  1035. Setting up kalign (1:2.03+20110620-3) ...
  1036. Setting up libpaper-utils (1.1.24+nmu5) ...
  1037. Setting up bwa (0.7.15-2+deb9u1) ...
  1038. Setting up libfont-afm-perl (1.20-2) ...
  1039. Setting up make (4.1-9.1) ...
  1040. Setting up libbz2-dev:amd64 (1.0.6-8.1) ...
  1041. Setting up python-crypto (2.6.1-7) ...
  1042. Setting up libstdc++-6-dev:amd64 (6.3.0-18+deb9u1) ...
  1043. Setting up psmisc (22.21-2.1+b2) ...
  1044. Setting up bedtools (2.26.0+dfsg-3) ...
  1045. Processing triggers for mime-support (3.60) ...
  1046. Setting up python3-cffi-backend (1.9.1-2) ...
  1047. Setting up libencode-locale-perl (1.05-1) ...
  1048. Setting up xxd (2:8.0.0197-4+deb9u3) ...
  1049. Setting up libtimedate-perl (2.3000-2) ...
  1050. Setting up libsigsegv2:amd64 (2.10-5) ...
  1051. Setting up python3-crypto (2.6.1-7) ...
  1052. Setting up libdbus-glib-1-2:amd64 (0.108-2) ...
  1053. Setting up perl-openssl-defaults:amd64 (3) ...
  1054. Setting up libblas-common (3.7.0-2) ...
  1055. Setting up libpng-tools (1.6.28-1+deb9u1) ...
  1056. Setting up libpython3.5:amd64 (3.5.3-1+deb9u1) ...
  1057. Setting up python-pyasn1 (0.1.9-2) ...
  1058. Setting up libipc-system-simple-perl (1.25-3) ...
  1059. Setting up libfile-basedir-perl (0.07-1) ...
  1060. Setting up libssl-dev:amd64 (1.1.0k-1~deb9u1) ...
  1061. Setting up libgfortran3:amd64 (6.3.0-18+deb9u1) ...
  1062. Setting up libxss1:amd64 (1:1.2.2-1) ...
  1063. Setting up libio-html-perl (1.001-1) ...
  1064. Setting up python3-idna (2.2-1) ...
  1065. Setting up libonig4:amd64 (6.1.3-2) ...
  1066. Setting up python3-xdg (0.25-4) ...
  1067. Setting up python-wheel (0.29.0-2) ...
  1068. Setting up libgfortran-6-dev:amd64 (6.3.0-18+deb9u1) ...
  1069. Setting up python3-keyrings.alt (1.3-1) ...
  1070. Setting up python3-six (1.10.0-3) ...
  1071. Setting up unzip (6.0-21+deb9u1) ...
  1072. Setting up libtie-ixhash-perl (1.23-2) ...
  1073. Setting up libpython-all-dev:amd64 (2.7.13-2) ...
  1074. Setting up libdpkg-perl (1.18.25) ...
  1075. Setting up libtinfo-dev:amd64 (6.0+20161126-1+deb9u2) ...
  1076. Setting up apache2-data (2.4.25-3+deb9u7) ...
  1077. Setting up ssl-cert (1.0.39) ...
  1078. debconf: unable to initialize frontend: Dialog
  1079. debconf: (TERM is not set, so the dialog frontend is not usable.)
  1080. debconf: falling back to frontend: Readline
  1081. Setting up python3-wheel (0.29.0-2) ...
  1082. Setting up m4 (1.4.18-1) ...
  1083. Processing triggers for sgml-base (1.29) ...
  1084. Setting up python3-pkg-resources (33.1.1-1) ...
  1085. Setting up libpython3.5-dev:amd64 (3.5.3-1+deb9u1) ...
  1086. Setting up libprocps6:amd64 (2:3.3.12-3+deb9u1) ...
  1087. Setting up libgirepository-1.0-1:amd64 (1.50.0-1+b1) ...
  1088. Setting up zip (3.0-11+b1) ...
  1089. Setting up python-keyrings.alt (1.3-1) ...
  1090. Setting up procps (2:3.3.12-3+deb9u1) ...
  1091. update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
  1092. Setting up fonts-lato (2.0-1) ...
  1093. Setting up g++-6 (6.3.0-18+deb9u1) ...
  1094. Setting up libncurses5-dev:amd64 (6.0+20161126-1+deb9u2) ...
  1095. Setting up libfile-fcntllock-perl (0.22-3+b2) ...
  1096. Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
  1097. Setting up python-cffi-backend (1.9.1-2) ...
  1098. Setting up pkg-config (0.29-4+b1) ...
  1099. Setting up ruby-did-you-mean (1.0.0-2) ...
  1100. Setting up libyaml-0-2:amd64 (0.1.7-2) ...
  1101. Setting up python3-pyasn1 (0.1.9-2) ...
  1102. Setting up libblas3 (3.7.0-2) ...
  1103. update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
  1104. Setting up dpkg-dev (1.18.25) ...
  1105. Setting up python-six (1.10.0-3) ...
  1106. Setting up gir1.2-glib-2.0:amd64 (1.50.0-1+b1) ...
  1107. Setting up liblwp-mediatypes-perl (6.02-1) ...
  1108. Processing triggers for libc-bin (2.24-11+deb9u4) ...
  1109. Setting up autotools-dev (20161112.1) ...
  1110. Setting up bzip2-doc (1.0.6-8.1) ...
  1111. Setting up liburi-perl (1.71-1) ...
  1112. Setting up libtext-iconv-perl (1.7-5+b4) ...
  1113. Setting up libaprutil1:amd64 (1.5.4-3) ...
  1114. Setting up libfakeroot:amd64 (1.21-3.1) ...
  1115. Setting up python-enum34 (1.1.6-1) ...
  1116. Setting up libhtml-parser-perl (3.72-3) ...
  1117. Setting up wget (1.18-5+deb9u3) ...
  1118. Setting up python3-pip (9.0.1-2+deb9u1) ...
  1119. Setting up ruby-net-telnet (0.1.1-2) ...
  1120. Setting up libreadline-dev:amd64 (7.0-3) ...
  1121. Setting up vim-common (2:8.0.0197-4+deb9u3) ...
  1122. Setting up libalgorithm-diff-perl (1.19.03-1) ...
  1123. Setting up liblocale-gettext-perl (1.07-3+b1) ...
  1124. Setting up rubygems-integration (1.11) ...
  1125. Setting up x11-xserver-utils (7.7+7+b1) ...
  1126. Setting up libx11-protocol-perl (0.56-7) ...
  1127. Setting up libxml-xpathengine-perl (0.13-1) ...
  1128. Setting up g++ (4:6.3.0-4) ...
  1129. update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
  1130. Setting up libpcrecpp0v5:amd64 (2:8.39-3) ...
  1131. Setting up libpcre32-3:amd64 (2:8.39-3) ...
  1132. Setting up libnet-http-perl (6.12-1) ...
  1133. Setting up vim-runtime (2:8.0.0197-4+deb9u3) ...
  1134. Setting up icu-devtools (57.1-6+deb9u2) ...
  1135. Setting up libssl-doc (1.1.0k-1~deb9u1) ...
  1136. Setting up liblua5.2-0:amd64 (5.2.4-1.1+b2) ...
  1137. Setting up libpcre16-3:amd64 (2:8.39-3) ...
  1138. Setting up libtcl8.6:amd64 (8.6.6+dfsg-1+b1) ...
  1139. Setting up libjpeg62-turbo-dev:amd64 (1:1.5.1-2) ...
  1140. Setting up liblzma-dev:amd64 (5.2.2-1.2+b1) ...
  1141. Setting up javascript-common (11) ...
  1142. Package apache2 is not configured yet. Will defer actions by package javascript-common.
  1143. Setting up python3-setuptools (33.1.1-1) ...
  1144. Setting up python-dbus (1.2.4-1+b1) ...
  1145. Remove stale byte-compiled files...
  1146. Setting up ruby-minitest (5.9.0-1) ...
  1147. Setting up python3.5-dev (3.5.3-1+deb9u1) ...
  1148. Setting up xdg-utils (1.1.1-1+deb9u1) ...
  1149. Setting up python-ipaddress (1.0.17-1) ...
  1150. Setting up python-pip (9.0.1-2+deb9u1) ...
  1151. Processing triggers for hicolor-icon-theme (0.15-1) ...
  1152. Setting up libcurl4-gnutls-dev:amd64 (7.52.1-5+deb9u9) ...
  1153. Setting up python-all (2.7.13-2) ...
  1154. Setting up libwww-robotrules-perl (6.01-1) ...
  1155. Setting up libauthen-sasl-perl (2.1600-1) ...
  1156. Processing triggers for fontconfig (2.11.0-6.7+b1) ...
  1157. Setting up r-doc-html (3.3.3-1) ...
  1158. Setting up ruby-power-assert (0.3.0-1) ...
  1159. Setting up python-xdg (0.25-4) ...
  1160. Setting up libaprutil1-ldap:amd64 (1.5.4-3) ...
  1161. Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
  1162. Setting up libpython3-dev:amd64 (3.5.3-1) ...
  1163. Setting up libopenblas-base (0.2.19-3) ...
  1164. update-alternatives: using /usr/lib/openblas-base/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
  1165. update-alternatives: using /usr/lib/openblas-base/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode
  1166. Setting up python3-cryptography (1.7.1-3+deb9u1) ...
  1167. Setting up gfortran-6 (6.3.0-18+deb9u1) ...
  1168. Setting up jq (1.5+dfsg-1.3) ...
  1169. Setting up libpcre3-dev:amd64 (2:8.39-3) ...
  1170. Setting up libhttp-date-perl (6.02-1) ...
  1171. Setting up python3-dbus (1.2.4-1+b1) ...
  1172. Setting up ruby-test-unit (3.1.7-2) ...
  1173. Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-3) ...
  1174. Setting up libnet-ssleay-perl (1.80-1) ...
  1175. Setting up build-essential (12.3) ...
  1176. Setting up vim (2:8.0.0197-4+deb9u3) ...
  1177. update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
  1178. update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
  1179. update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
  1180. update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
  1181. update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
  1182. update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
  1183. update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
  1184. update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
  1185. Setting up apache2-utils (2.4.25-3+deb9u7) ...
  1186. Setting up liblapack3 (3.7.0-2) ...
  1187. Setting up libtk8.6:amd64 (8.6.6-1+b1) ...
  1188. Setting up libgconf-2-4:amd64 (3.2.6-4+b1) ...
  1189. Setting up r-base-core (3.3.3-1) ...
  1190. debconf: unable to initialize frontend: Dialog
  1191. debconf: (TERM is not set, so the dialog frontend is not usable.)
  1192. debconf: falling back to frontend: Readline
  1193. Creating config file /etc/R/Renviron with new version
  1194. Setting up apache2-bin (2.4.25-3+deb9u7) ...
  1195. Setting up python3-dev (3.5.3-1) ...
  1196. Setting up r-cran-nnet (7.3-12-1) ...
  1197. Setting up autoconf (2.69-10) ...
  1198. Setting up libicu-dev (57.1-6+deb9u2) ...
  1199. Setting up python3-gi (3.22.0-2) ...
  1200. Setting up fakeroot (1.21-3.1) ...
  1201. update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
  1202. Setting up libio-socket-ssl-perl (2.044-1) ...
  1203. Setting up libhtml-tree-perl (5.03-2) ...
  1204. Setting up gconf-service (3.2.6-4+b1) ...
  1205. Setting up libalgorithm-merge-perl (0.08-3) ...
  1206. Setting up python-gi (3.22.0-2) ...
  1207. Setting up libalgorithm-diff-xs-perl (0.04-4+b2) ...
  1208. Setting up libfile-desktopentry-perl (0.22-1) ...
  1209. Setting up python-all-dev (2.7.13-2) ...
  1210. Setting up libjpeg-dev (1:1.5.1-2) ...
  1211. Setting up r-base-html (3.3.3-1) ...
  1212. Setting up r-cran-spatial (7.3-11-1) ...
  1213. Setting up automake (1:1.15-6) ...
  1214. update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
  1215. Setting up python-cryptography (1.7.1-3+deb9u1) ...
  1216. Setting up libfile-listing-perl (6.04-1) ...
  1217. Setting up libhttp-message-perl (6.11-1) ...
  1218. Setting up r-cran-mass (7.3-45-1) ...
  1219. Setting up libpng-dev:amd64 (1.6.28-1+deb9u1) ...
  1220. Setting up python3-secretstorage (2.3.1-2) ...
  1221. Setting up libfile-mimeinfo-perl (0.27-1) ...
  1222. Setting up r-cran-cluster (2.0.5-1) ...
  1223. Setting up libhttp-negotiate-perl (6.00-2) ...
  1224. Setting up python-secretstorage (2.3.1-2) ...
  1225. Setting up gfortran (4:6.3.0-4) ...
  1226. update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode
  1227. update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode
  1228. Setting up r-cran-boot (1.3-18-2) ...
  1229. Setting up libnet-smtp-ssl-perl (1.04-1) ...
  1230. Setting up libhtml-format-perl (2.12-1) ...
  1231. Setting up python-keyring (10.1-1) ...
  1232. Setting up apache2 (2.4.25-3+deb9u7) ...
  1233. Enabling module mpm_event.
  1234. Enabling module authz_core.
  1235. Enabling module authz_host.
  1236. Enabling module authn_core.
  1237. Enabling module auth_basic.
  1238. Enabling module access_compat.
  1239. Enabling module authn_file.
  1240. Enabling module authz_user.
  1241. Enabling module alias.
  1242. Enabling module dir.
  1243. Enabling module autoindex.
  1244. Enabling module env.
  1245. Enabling module mime.
  1246. Enabling module negotiation.
  1247. Enabling module setenvif.
  1248. Enabling module filter.
  1249. Enabling module deflate.
  1250. Enabling module status.
  1251. Enabling module reqtimeout.
  1252. Enabling conf charset.
  1253. Enabling conf localized-error-pages.
  1254. Enabling conf other-vhosts-access-log.
  1255. Enabling conf security.
  1256. Enabling conf serve-cgi-bin.
  1257. Enabling site 000-default.
  1258. info: Executing deferred 'a2enconf javascript-common' for package javascript-common
  1259. Enabling conf javascript-common.
  1260. invoke-rc.d: could not determine current runlevel
  1261. invoke-rc.d: policy-rc.d denied execution of start.
  1262. Setting up r-cran-codetools (0.2-15-1) ...
  1263. Setting up libhttp-cookies-perl (6.01-1) ...
  1264. Setting up python3-keyring (10.1-1) ...
  1265. Setting up libblas-dev (3.7.0-2) ...
  1266. update-alternatives: using /usr/lib/libblas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode
  1267. Setting up r-cran-lattice (0.20-34-1) ...
  1268. Setting up r-cran-nlme (3.1.129-1) ...
  1269. Setting up r-cran-foreign (0.8.67-1) ...
  1270. Setting up r-cran-class (7.3-14-1) ...
  1271. Setting up r-cran-kernsmooth (2.23-15-2) ...
  1272. Setting up libhttp-daemon-perl (6.01-1) ...
  1273. Setting up libhtml-form-perl (6.03-1) ...
  1274. Setting up liblapack-dev (3.7.0-2) ...
  1275. update-alternatives: using /usr/lib/lapack/liblapack.so to provide /usr/lib/liblapack.so (liblapack.so) in auto mode
  1276. Setting up libmailtools-perl (2.18-1) ...
  1277. Setting up r-cran-matrix (1.2-7.1-1) ...
  1278. Setting up r-base-dev (3.3.3-1) ...
  1279. Setting up r-cran-mgcv (1.8-16-1) ...
  1280. Setting up r-cran-survival (2.40-1-1) ...
  1281. Setting up r-cran-rpart (4.1-10-2) ...
  1282. Setting up r-recommended (3.3.3-1) ...
  1283. Setting up r-base (3.3.3-1) ...
  1284. Setting up rake (10.5.0-2) ...
  1285. Setting up liblwp-protocol-https-perl (6.06-2) ...
  1286. Setting up libruby2.3:amd64 (2.3.3-1+deb9u6) ...
  1287. Setting up libwww-perl (6.15-1) ...
  1288. Setting up ruby2.3 (2.3.3-1+deb9u6) ...
  1289. Setting up libxml-parser-perl (2.44-2+b1) ...
  1290. Setting up ruby (1:2.3.3) ...
  1291. Setting up libxml-twig-perl (1:3.50-1) ...
  1292. Setting up libnet-dbus-perl (1.1.0-4+b1) ...
  1293. Processing triggers for libc-bin (2.24-11+deb9u4) ...
  1294. Removing intermediate container d89dcfdad016
  1295. ---> 2fe39eba527f
  1296. Step 6/77 : ENV PIP_PACKAGES="gsalib reshape"
  1297. ---> Running in 6329963ab481
  1298. Removing intermediate container 6329963ab481
  1299. ---> 74636ad16e08
  1300. Step 7/77 : RUN pip install $PIP_PACKAGES
  1301. ---> Running in 95752da46594
  1302. DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
  1303. Collecting gsalib
  1304. Downloading https://files.pythonhosted.org/packages/b1/62/62883a6e4c8671a28a4bbc7b7119e11274c86e77a8dafa88d75fbeda2b41/gsalib-1.0.6-py2.py3-none-any.whl
  1305. Collecting reshape
  1306. Downloading https://files.pythonhosted.org/packages/b2/9c/8a6a2de9970ff96b28f08bfedefa437c11e3d95262d5caaf144a3a94288c/reshape-0.2.0-py2.py3-none-any.whl
  1307. Collecting pandas (from gsalib)
  1308. Downloading https://files.pythonhosted.org/packages/db/83/7d4008ffc2988066ff37f6a0bb6d7b60822367dcb36ba5e39aa7801fda54/pandas-0.24.2-cp27-cp27mu-manylinux1_x86_64.whl (10.1MB)
  1309. Collecting Click>=6.0 (from reshape)
  1310. Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB)
  1311. Collecting pytz>=2011k (from pandas->gsalib)
  1312. Downloading https://files.pythonhosted.org/packages/87/76/46d697698a143e05f77bec5a526bf4e56a0be61d63425b68f4ba553b51f2/pytz-2019.2-py2.py3-none-any.whl (508kB)
  1313. Collecting numpy>=1.12.0 (from pandas->gsalib)
  1314. Downloading https://files.pythonhosted.org/packages/1f/c7/198496417c9c2f6226616cff7dedf2115a4f4d0276613bab842ec8ac1e23/numpy-1.16.4-cp27-cp27mu-manylinux1_x86_64.whl (17.0MB)
  1315. Collecting python-dateutil>=2.5.0 (from pandas->gsalib)
  1316. Downloading https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl (226kB)
  1317. Requirement already satisfied: six>=1.5 in /usr/lib/python2.7/dist-packages (from python-dateutil>=2.5.0->pandas->gsalib) (1.10.0)
  1318. Installing collected packages: pytz, numpy, python-dateutil, pandas, gsalib, Click, reshape
  1319. Successfully installed Click-7.0 gsalib-1.0.6 numpy-1.16.4 pandas-0.24.2 python-dateutil-2.8.0 pytz-2019.2 reshape-0.2.0
  1320. Removing intermediate container 95752da46594
  1321. ---> 28e6f053f3a5
  1322. Step 8/77 : RUN curl -L https://cpanmin.us | perl - App::cpanminus && cpanm CGI Statistics::Basic MCE
  1323. ---> Running in cd0f9c333d3a
  1324. % Total % Received % Xferd Average Speed Time Time Time Current
  1325. Dload Upload Total Spent Left Speed
  1326. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  1327. 100 295k 100 295k 0 0 1064k 0 --:--:-- --:--:-- --:--:-- 1067k
  1328. --> Working on App::cpanminus
  1329. Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz ... OK
  1330. Configuring App-cpanminus-1.7044 ...
  1331. OK
  1332. Building and testing App-cpanminus-1.7044 ...
  1333. OK
  1334. Successfully installed App-cpanminus-1.7044
  1335. 1 distribution installed
  1336. --> Working on CGI
  1337. Fetching http://www.cpan.org/authors/id/L/LE/LEEJO/CGI-4.44.tar.gz ... OK
  1338. Configuring CGI-4.44 ...
  1339. OK
  1340. ==> Found dependencies: Test::Warn, Test::NoWarnings, Test::Deep
  1341. --> Working on Test::Warn
  1342. Fetching http://www.cpan.org/authors/id/B/BI/BIGJ/Test-Warn-0.36.tar.gz ... OK
  1343. Configuring Test-Warn-0.36 ...
  1344. OK
  1345. ==> Found dependencies: Sub::Uplevel
  1346. --> Working on Sub::Uplevel
  1347. Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.2800.tar.gz ... OK
  1348. Configuring Sub-Uplevel-0.2800 ...
  1349. OK
  1350. Building and testing Sub-Uplevel-0.2800 ...
  1351. OK
  1352. Successfully installed Sub-Uplevel-0.2800
  1353. Building and testing Test-Warn-0.36 ...
  1354. OK
  1355. Successfully installed Test-Warn-0.36
  1356. --> Working on Test::NoWarnings
  1357. Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz ... OK
  1358. Configuring Test-NoWarnings-1.04 ...
  1359. OK
  1360. Building and testing Test-NoWarnings-1.04 ...
  1361. OK
  1362. Successfully installed Test-NoWarnings-1.04
  1363. --> Working on Test::Deep
  1364. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.128.tar.gz ... OK
  1365. Configuring Test-Deep-1.128 ...
  1366. OK
  1367. Building and testing Test-Deep-1.128 ...
  1368. OK
  1369. Successfully installed Test-Deep-1.128
  1370. Building and testing CGI-4.44 ...
  1371. OK
  1372. Successfully installed CGI-4.44
  1373. --> Working on Statistics::Basic
  1374. Fetching http://www.cpan.org/authors/id/J/JE/JETTERO/Statistics-Basic-1.6611.tar.gz ... OK
  1375. Configuring Statistics-Basic-1.6611 ...
  1376. OK
  1377. ==> Found dependencies: Number::Format
  1378. --> Working on Number::Format
  1379. Fetching http://www.cpan.org/authors/id/W/WR/WRW/Number-Format-1.75.tar.gz ... OK
  1380. Configuring Number-Format-1.75 ...
  1381. OK
  1382. Building and testing Number-Format-1.75 ...
  1383. OK
  1384. Successfully installed Number-Format-1.75
  1385. Building and testing Statistics-Basic-1.6611 ...
  1386. OK
  1387. Successfully installed Statistics-Basic-1.6611
  1388. --> Working on MCE
  1389. Fetching http://www.cpan.org/authors/id/M/MA/MARIOROY/MCE-1.844.tar.gz ... OK
  1390. Configuring MCE-1.844 ...
  1391. OK
  1392. Building and testing MCE-1.844 ...
  1393. OK
  1394. Successfully installed MCE-1.844
  1395. 8 distributions installed
  1396. Removing intermediate container cd0f9c333d3a
  1397. ---> df9fe7227039
  1398. Step 9/77 : RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
  1399. ---> Running in bea890ab8914
  1400. Detected operating system as debian/stretch.
  1401. Checking for curl...
  1402. Detected curl...
  1403. Checking for gpg...
  1404. Detected gpg...
  1405. Running apt-get update...
  1406. done.
  1407. Installing debian-archive-keyring which is needed for installing
  1408. apt-transport-https on many Debian systems.
  1409. Installing apt-transport-https...
  1410. done.
  1411. Installing /etc/apt/sources.list.d/github_git-lfs.list...
  1412. done.
  1413. Importing packagecloud gpg key...
  1414. done.
  1415. Running apt-get update...
  1416. done.
  1417. The repository is setup! You can now install packages.
  1418. Removing intermediate container bea890ab8914
  1419. ---> 1b4d5b7cfd6e
  1420. Step 10/77 : RUN apt install -y git-lfs
  1421. ---> Running in 1556ff4e0dd7
  1422. WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
  1423. Reading package lists...
  1424. Building dependency tree...
  1425. Reading state information...
  1426. The following NEW packages will be installed:
  1427. git-lfs
  1428. 0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
  1429. Need to get 5740 kB of archives.
  1430. After this operation, 14.0 MB of additional disk space will be used.
  1431. Get:1 https://packagecloud.io/github/git-lfs/debian stretch/main amd64 git-lfs amd64 2.8.0 [5740 kB]
  1432. debconf: delaying package configuration, since apt-utils is not installed
  1433. Fetched 5740 kB in 1s (3861 kB/s)
  1434. Selecting previously unselected package git-lfs.
  1435. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65%
  1436. (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85%
  1437. (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 106334 files and directories currently installed.)
  1438. Preparing to unpack .../git-lfs_2.8.0_amd64.deb ...
  1439. Unpacking git-lfs (2.8.0) ...
  1440. Setting up git-lfs (2.8.0) ...
  1441. Git LFS initialized.
  1442. Removing intermediate container 1556ff4e0dd7
  1443. ---> 93433f61fa1e
  1444. Step 11/77 : RUN git clone https://github.com/LuaDist/gsl.git && cd gsl && ./configure && make && make install && cd /
  1445. ---> Running in e872728e1d5e
  1446. Cloning into 'gsl'...
  1447. checking for a BSD-compatible install...
  1448. /usr/bin/install -c
  1449. checking whether build environment is sane...
  1450. yes
  1451. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1452. checking for gawk... no
  1453. checking for mawk... mawk
  1454. checking whether make sets $(MAKE)...
  1455. yes
  1456. checking whether to enable maintainer-specific portions of Makefiles... no
  1457. checking whether make sets $(MAKE)... (cached) yes
  1458. checking build system type...
  1459. x86_64-unknown-linux-gnu
  1460. checking host system type... x86_64-unknown-linux-gnu
  1461. checking for gcc... gcc
  1462. checking for C compiler default output file name...
  1463. a.out
  1464. checking whether the C compiler works... yes
  1465. checking whether we are cross compiling... no
  1466. checking for suffix of executables...
  1467. checking for suffix of object files...
  1468. o
  1469. checking whether we are using the GNU C compiler...
  1470. yes
  1471. checking whether gcc accepts -g...
  1472. yes
  1473. checking for gcc option to accept ISO C89...
  1474. none needed
  1475. checking how to run the C preprocessor...
  1476. gcc -E
  1477. checking whether ln -s works... yes
  1478. checking for a sed that does not truncate output...
  1479. /bin/sed
  1480. checking for grep that handles long lines and -e... /bin/grep
  1481. checking for egrep...
  1482. /bin/grep -E
  1483. checking for fgrep... /bin/grep -F
  1484. checking for ld used by gcc...
  1485. /usr/bin/ld
  1486. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1487. checking for BSD- or MS-compatible name lister (nm)...
  1488. /usr/bin/nm -B
  1489. checking the name lister (/usr/bin/nm -B) interface...
  1490. BSD nm
  1491. checking the maximum length of command line arguments...
  1492. 1572864
  1493. checking whether the shell understands some XSI constructs... yes
  1494. checking whether the shell understands "+="... yes
  1495. checking for /usr/bin/ld option to reload object files... -r
  1496. checking for objdump... objdump
  1497. checking how to recognize dependent libraries... pass_all
  1498. checking for ar... ar
  1499. checking for strip... strip
  1500. checking for ranlib... ranlib
  1501. checking command to parse /usr/bin/nm -B output from gcc object...
  1502. ok
  1503. checking for ANSI C header files...
  1504. yes
  1505. checking for sys/types.h...
  1506. yes
  1507. checking for sys/stat.h...
  1508. yes
  1509. checking for stdlib.h...
  1510. yes
  1511. checking for string.h...
  1512. yes
  1513. checking for memory.h...
  1514. yes
  1515. checking for strings.h...
  1516. yes
  1517. checking for inttypes.h...
  1518. yes
  1519. checking for stdint.h...
  1520. yes
  1521. checking for unistd.h...
  1522. yes
  1523. checking for dlfcn.h...
  1524. yes
  1525. checking for objdir...
  1526. .libs
  1527. checking if gcc supports -fno-rtti -fno-exceptions...
  1528. no
  1529. checking for gcc option to produce PIC... -fPIC -DPIC
  1530. checking if gcc PIC flag -fPIC -DPIC works...
  1531. yes
  1532. checking if gcc static flag -static works...
  1533. yes
  1534. checking if gcc supports -c -o file.o...
  1535. yes
  1536. checking if gcc supports -c -o file.o... (cached) yes
  1537. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries...
  1538. yes
  1539. checking whether -lc should be explicitly linked in...
  1540. no
  1541. checking dynamic linker characteristics...
  1542. GNU/Linux ld.so
  1543. checking how to hardcode library paths into programs... immediate
  1544. checking whether stripping libraries is possible...
  1545. yes
  1546. checking if libtool supports shared libraries... yes
  1547. checking whether to build shared libraries... yes
  1548. checking whether to build static libraries... yes
  1549. checking for size_t...
  1550. yes
  1551. checking for working volatile...
  1552. yes
  1553. checking for inline...
  1554. inline
  1555. checking whether char is unsigned...
  1556. no
  1557. checking for GNU-style extern inline...
  1558. no
  1559. checking for C99-style inline...
  1560. yes
  1561. checking ieeefp.h usability...
  1562. no
  1563. checking ieeefp.h presence...
  1564. no
  1565. checking for ieeefp.h... no
  1566. checking for vprintf...
  1567. yes
  1568. checking for _doprnt...
  1569. no
  1570. checking for memcpy...
  1571. yes
  1572. checking for memmove...
  1573. yes
  1574. checking for strdup...
  1575. yes
  1576. checking for strtol...
  1577. yes
  1578. checking for strtoul...
  1579. yes
  1580. checking for EXIT_SUCCESS and EXIT_FAILURE...
  1581. yes
  1582. checking for cos in -lm...
  1583. yes
  1584. checking whether feenableexcept is declared...
  1585. yes
  1586. checking whether fesettrapenable is declared...
  1587. no
  1588. checking whether hypot is declared...
  1589. yes
  1590. checking whether expm1 is declared...
  1591. yes
  1592. checking whether acosh is declared...
  1593. yes
  1594. checking whether asinh is declared...
  1595. yes
  1596. checking whether atanh is declared...
  1597. yes
  1598. checking whether ldexp is declared...
  1599. yes
  1600. checking whether frexp is declared...
  1601. yes
  1602. checking whether isinf is declared...
  1603. yes
  1604. checking whether isfinite is declared...
  1605. yes
  1606. checking whether finite is declared...
  1607. yes
  1608. checking whether isnan is declared...
  1609. yes
  1610. checking whether log1p is declared...
  1611. yes
  1612. checking for long double stdio...
  1613. yes
  1614. checking for extended floating point registers... yes
  1615. checking for IEEE arithmetic interface type... gnux86
  1616. checking for FPU_SETCW...
  1617. yes
  1618. checking for SSE extensions...
  1619. yes
  1620. checking for IEEE compiler flags... none
  1621. checking for IEEE comparisons...
  1622. yes
  1623. checking for IEEE denormalized values...
  1624. yes
  1625. configure: creating ./config.status
  1626. config.status: creating gsl_version.h
  1627. config.status: creating gsl.spec
  1628. config.status: creating gsl/Makefile
  1629. config.status: creating test/Makefile
  1630. config.status: creating err/Makefile
  1631. config.status: creating sys/Makefile
  1632. config.status: creating utils/Makefile
  1633. config.status: creating const/Makefile
  1634. config.status: creating min/Makefile
  1635. config.status: creating multimin/Makefile
  1636. config.status: creating ieee-utils/Makefile
  1637. config.status: creating fft/Makefile
  1638. config.status: creating specfunc/Makefile
  1639. config.status: creating dht/Makefile
  1640. config.status: creating fit/Makefile
  1641. config.status: creating multifit/Makefile
  1642. config.status: creating bspline/Makefile
  1643. config.status: creating statistics/Makefile
  1644. config.status: creating sum/Makefile
  1645. config.status: creating roots/Makefile
  1646. config.status: creating multiroots/Makefile
  1647. config.status: creating ntuple/Makefile
  1648. config.status: creating poly/Makefile
  1649. config.status: creating qrng/Makefile
  1650. config.status: creating rng/Makefile
  1651. config.status: creating randist/Makefile
  1652. config.status: creating siman/Makefile
  1653. config.status: creating integration/Makefile
  1654. config.status: creating interpolation/Makefile
  1655. config.status: creating doc/Makefile
  1656. config.status: creating block/Makefile
  1657. config.status: creating vector/Makefile
  1658. config.status: creating matrix/Makefile
  1659. config.status: creating histogram/Makefile
  1660. config.status: creating monte/Makefile
  1661. config.status: creating ode-initval/Makefile
  1662. config.status: creating cblas/Makefile
  1663. config.status: creating blas/Makefile
  1664. config.status: creating linalg/Makefile
  1665. config.status: creating eigen/Makefile
  1666. config.status: creating permutation/Makefile
  1667. config.status: creating combination/Makefile
  1668. config.status: creating sort/Makefile
  1669. config.status: creating complex/Makefile
  1670. config.status: creating diff/Makefile
  1671. config.status: creating deriv/Makefile
  1672. config.status: creating cheb/Makefile
  1673. config.status: creating cdf/Makefile
  1674. config.status: creating wavelet/Makefile
  1675. config.status: creating Makefile
  1676. config.status: creating config.h
  1677. config.status: executing libtool commands
  1678. make all-recursive
  1679. make[1]: Entering directory '/gsl'
  1680. Making all in gsl
  1681. make[2]: Entering directory '/gsl/gsl'
  1682. rm -f gsl*.h
  1683. HEADERLIST="../gsl*.h ../*/gsl*.h"; \
  1684. for h in $HEADERLIST; do \
  1685. BASENAME=`basename $h`; \
  1686. test -r $BASENAME || ln -s $h $BASENAME; \
  1687. done
  1688. make[2]: Leaving directory '/gsl/gsl'
  1689. Making all in utils
  1690. make[2]: Entering directory '/gsl/utils'
  1691. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o placeholder.lo placeholder.c
  1692. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c placeholder.c -fPIC -DPIC -o .libs/placeholder.o
  1693. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c placeholder.c -o placeholder.o >/dev/null 2>&1
  1694. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libutils.la placeholder.lo -lm
  1695. libtool: link: ar cru .libs/libutils.a .libs/placeholder.o
  1696. ar: `u' modifier ignored since `D' is the default (see `U')
  1697. libtool: link: ranlib .libs/libutils.a
  1698. libtool: link: ( cd ".libs" && rm -f "libutils.la" && ln -s "../libutils.la" "libutils.la" )
  1699. make[2]: Leaving directory '/gsl/utils'
  1700. Making all in sys
  1701. make[2]: Entering directory '/gsl/sys'
  1702. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o minmax.lo minmax.c
  1703. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -fPIC -DPIC -o .libs/minmax.o
  1704. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -o minmax.o >/dev/null 2>&1
  1705. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o prec.lo prec.c
  1706. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c prec.c -fPIC -DPIC -o .libs/prec.o
  1707. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c prec.c -o prec.o >/dev/null 2>&1
  1708. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hypot.lo hypot.c
  1709. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hypot.c -fPIC -DPIC -o .libs/hypot.o
  1710. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hypot.c -o hypot.o >/dev/null 2>&1
  1711. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o log1p.lo log1p.c
  1712. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c log1p.c -fPIC -DPIC -o .libs/log1p.o
  1713. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c log1p.c -o log1p.o >/dev/null 2>&1
  1714. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o expm1.lo expm1.c
  1715. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c expm1.c -fPIC -DPIC -o .libs/expm1.o
  1716. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c expm1.c -o expm1.o >/dev/null 2>&1
  1717. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o coerce.lo coerce.c
  1718. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coerce.c -fPIC -DPIC -o .libs/coerce.o
  1719. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coerce.c -o coerce.o >/dev/null 2>&1
  1720. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o invhyp.lo invhyp.c
  1721. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c invhyp.c -fPIC -DPIC -o .libs/invhyp.o
  1722. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c invhyp.c -o invhyp.o >/dev/null 2>&1
  1723. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pow_int.lo pow_int.c
  1724. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pow_int.c -fPIC -DPIC -o .libs/pow_int.o
  1725. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pow_int.c -o pow_int.o >/dev/null 2>&1
  1726. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o infnan.lo infnan.c
  1727. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c infnan.c -fPIC -DPIC -o .libs/infnan.o
  1728. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c infnan.c -o infnan.o >/dev/null 2>&1
  1729. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdiv.lo fdiv.c
  1730. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdiv.c -fPIC -DPIC -o .libs/fdiv.o
  1731. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdiv.c -o fdiv.o >/dev/null 2>&1
  1732. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fcmp.lo fcmp.c
  1733. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fcmp.c -fPIC -DPIC -o .libs/fcmp.o
  1734. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fcmp.c -o fcmp.o >/dev/null 2>&1
  1735. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ldfrexp.lo ldfrexp.c
  1736. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ldfrexp.c -fPIC -DPIC -o .libs/ldfrexp.o
  1737. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ldfrexp.c -o ldfrexp.o >/dev/null 2>&1
  1738. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslsys.la minmax.lo prec.lo hypot.lo log1p.lo expm1.lo coerce.lo invhyp.lo pow_int.lo infnan.lo fdiv.lo fcmp.lo ldfrexp.lo -lm
  1739. ar: `u' modifier ignored since `D' is the default (see `U')
  1740. libtool: link: ar cru .libs/libgslsys.a .libs/minmax.o .libs/prec.o .libs/hypot.o .libs/log1p.o .libs/expm1.o .libs/coerce.o .libs/invhyp.o .libs/pow_int.o .libs/infnan.o .libs/fdiv.o .libs/fcmp.o .libs/ldfrexp.o
  1741. libtool: link: ranlib .libs/libgslsys.a
  1742. libtool: link: ( cd ".libs" && rm -f "libgslsys.la" && ln -s "../libgslsys.la" "libgslsys.la" )
  1743. make[2]: Leaving directory '/gsl/sys'
  1744. Making all in test
  1745. make[2]: Entering directory '/gsl/test'
  1746. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o results.lo results.c
  1747. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c results.c -fPIC -DPIC -o .libs/results.o
  1748. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c results.c -o results.o >/dev/null 2>&1
  1749. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgsltest.la results.lo -lm
  1750. libtool: link: ar cru .libs/libgsltest.a .libs/results.o
  1751. ar: `u' modifier ignored since `D' is the default (see `U')
  1752. libtool: link: ranlib .libs/libgsltest.a
  1753. libtool: link: ( cd ".libs" && rm -f "libgsltest.la" && ln -s "../libgsltest.la" "libgsltest.la" )
  1754. make[2]: Leaving directory '/gsl/test'
  1755. Making all in err
  1756. make[2]: Entering directory '/gsl/err'
  1757. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o error.lo error.c
  1758. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c error.c -fPIC -DPIC -o .libs/error.o
  1759. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c error.c -o error.o >/dev/null 2>&1
  1760. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o stream.lo stream.c
  1761. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c stream.c -fPIC -DPIC -o .libs/stream.o
  1762. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c stream.c -o stream.o >/dev/null 2>&1
  1763. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o message.lo message.c
  1764. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c message.c -fPIC -DPIC -o .libs/message.o
  1765. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c message.c -o message.o >/dev/null 2>&1
  1766. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o strerror.lo strerror.c
  1767. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c strerror.c -fPIC -DPIC -o .libs/strerror.o
  1768. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c strerror.c -o strerror.o >/dev/null 2>&1
  1769. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslerr.la error.lo stream.lo message.lo strerror.lo -lm
  1770. libtool: link: ar cru .libs/libgslerr.a .libs/error.o .libs/stream.o .libs/message.o .libs/strerror.o
  1771. ar: `u' modifier ignored since `D' is the default (see `U')
  1772. libtool: link: ranlib .libs/libgslerr.a
  1773. libtool: link: ( cd ".libs" && rm -f "libgslerr.la" && ln -s "../libgslerr.la" "libgslerr.la" )
  1774. make[2]: Leaving directory '/gsl/err'
  1775. Making all in const
  1776. make[2]: Entering directory '/gsl/const'
  1777. make[2]: Nothing to be done for 'all'.
  1778. make[2]: Leaving directory '/gsl/const'
  1779. Making all in complex
  1780. make[2]: Entering directory '/gsl/complex'
  1781. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o math.lo math.c
  1782. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c math.c -fPIC -DPIC -o .libs/math.o
  1783. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c math.c -o math.o >/dev/null 2>&1
  1784. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o inline.lo inline.c
  1785. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -fPIC -DPIC -o .libs/inline.o
  1786. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -o inline.o >/dev/null 2>&1
  1787. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslcomplex.la math.lo inline.lo -lm
  1788. libtool: link: ar cru .libs/libgslcomplex.a .libs/math.o .libs/inline.o
  1789. libtool: link: ranlib .libs/libgslcomplex.a
  1790. ar: `u' modifier ignored since `D' is the default (see `U')
  1791. libtool: link: ( cd ".libs" && rm -f "libgslcomplex.la" && ln -s "../libgslcomplex.la" "libgslcomplex.la" )
  1792. make[2]: Leaving directory '/gsl/complex'
  1793. Making all in cheb
  1794. make[2]: Entering directory '/gsl/cheb'
  1795. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o deriv.lo deriv.c
  1796. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c deriv.c -fPIC -DPIC -o .libs/deriv.o
  1797. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c deriv.c -o deriv.o >/dev/null 2>&1
  1798. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o eval.lo eval.c
  1799. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c eval.c -fPIC -DPIC -o .libs/eval.o
  1800. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c eval.c -o eval.o >/dev/null 2>&1
  1801. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init.lo init.c
  1802. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o
  1803. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -o init.o >/dev/null 2>&1
  1804. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o integ.lo integ.c
  1805. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c integ.c -fPIC -DPIC -o .libs/integ.o
  1806. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c integ.c -o integ.o >/dev/null 2>&1
  1807. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslcheb.la deriv.lo eval.lo init.lo integ.lo -lm
  1808. libtool: link: ar cru .libs/libgslcheb.a .libs/deriv.o .libs/eval.o .libs/init.o .libs/integ.o
  1809. libtool: link: ranlib .libs/libgslcheb.a
  1810. ar: `u' modifier ignored since `D' is the default (see `U')
  1811. libtool: link: ( cd ".libs" && rm -f "libgslcheb.la" && ln -s "../libgslcheb.la" "libgslcheb.la" )
  1812. make[2]: Leaving directory '/gsl/cheb'
  1813. Making all in block
  1814. make[2]: Entering directory '/gsl/block'
  1815. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init.lo init.c
  1816. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o
  1817. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -o init.o >/dev/null 2>&1
  1818. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file.lo file.c
  1819. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -fPIC -DPIC -o .libs/file.o
  1820. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -o file.o >/dev/null 2>&1
  1821. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o block.lo block.c
  1822. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c block.c -fPIC -DPIC -o .libs/block.o
  1823. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c block.c -o block.o >/dev/null 2>&1
  1824. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslblock.la init.lo file.lo block.lo -lm
  1825. libtool: link: ar cru .libs/libgslblock.a .libs/init.o .libs/file.o .libs/block.o
  1826. libtool: link: ranlib .libs/libgslblock.a
  1827. ar: `u' modifier ignored since `D' is the default (see `U')
  1828. libtool: link: ( cd ".libs" && rm -f "libgslblock.la" && ln -s "../libgslblock.la" "libgslblock.la" )
  1829. make[2]: Leaving directory '/gsl/block'
  1830. Making all in vector
  1831. make[2]: Entering directory '/gsl/vector'
  1832. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init.lo init.c
  1833. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o
  1834. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -o init.o >/dev/null 2>&1
  1835. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file.lo file.c
  1836. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -fPIC -DPIC -o .libs/file.o
  1837. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -o file.o >/dev/null 2>&1
  1838. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o vector.lo vector.c
  1839. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vector.c -fPIC -DPIC -o .libs/vector.o
  1840. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vector.c -o vector.o >/dev/null 2>&1
  1841. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o copy.lo copy.c
  1842. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy.c -fPIC -DPIC -o .libs/copy.o
  1843. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy.c -o copy.o >/dev/null 2>&1
  1844. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o swap.lo swap.c
  1845. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c swap.c -fPIC -DPIC -o .libs/swap.o
  1846. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c swap.c -o swap.o >/dev/null 2>&1
  1847. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o prop.lo prop.c
  1848. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c prop.c -fPIC -DPIC -o .libs/prop.o
  1849. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c prop.c -o prop.o >/dev/null 2>&1
  1850. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o minmax.lo minmax.c
  1851. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -fPIC -DPIC -o .libs/minmax.o
  1852. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -o minmax.o >/dev/null 2>&1
  1853. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o oper.lo oper.c
  1854. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper.c -fPIC -DPIC -o .libs/oper.o
  1855. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper.c -o oper.o >/dev/null 2>&1
  1856. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o reim.lo reim.c
  1857. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reim.c -fPIC -DPIC -o .libs/reim.o
  1858. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reim.c -o reim.o >/dev/null 2>&1
  1859. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o subvector.lo subvector.c
  1860. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c subvector.c -fPIC -DPIC -o .libs/subvector.o
  1861. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c subvector.c -o subvector.o >/dev/null 2>&1
  1862. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o view.lo view.c
  1863. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c view.c -fPIC -DPIC -o .libs/view.o
  1864. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c view.c -o view.o >/dev/null 2>&1
  1865. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslvector.la init.lo file.lo vector.lo copy.lo swap.lo prop.lo minmax.lo oper.lo reim.lo subvector.lo view.lo -lm
  1866. libtool: link: ar cru .libs/libgslvector.a .libs/init.o .libs/file.o .libs/vector.o .libs/copy.o .libs/swap.o .libs/prop.o .libs/minmax.o .libs/oper.o .libs/reim.o .libs/subvector.o .libs/view.o
  1867. libtool: link: ranlib .libs/libgslvector.a
  1868. ar: `u' modifier ignored since `D' is the default (see `U')
  1869. libtool: link: ( cd ".libs" && rm -f "libgslvector.la" && ln -s "../libgslvector.la" "libgslvector.la" )
  1870. make[2]: Leaving directory '/gsl/vector'
  1871. Making all in matrix
  1872. make[2]: Entering directory '/gsl/matrix'
  1873. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init.lo init.c
  1874. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o
  1875. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -o init.o >/dev/null 2>&1
  1876. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o matrix.lo matrix.c
  1877. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c matrix.c -fPIC -DPIC -o .libs/matrix.o
  1878. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c matrix.c -o matrix.o >/dev/null 2>&1
  1879. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file.lo file.c
  1880. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -fPIC -DPIC -o .libs/file.o
  1881. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -o file.o >/dev/null 2>&1
  1882. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rowcol.lo rowcol.c
  1883. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rowcol.c -fPIC -DPIC -o .libs/rowcol.o
  1884. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rowcol.c -o rowcol.o >/dev/null 2>&1
  1885. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o swap.lo swap.c
  1886. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c swap.c -fPIC -DPIC -o .libs/swap.o
  1887. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c swap.c -o swap.o >/dev/null 2>&1
  1888. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o copy.lo copy.c
  1889. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy.c -fPIC -DPIC -o .libs/copy.o
  1890. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy.c -o copy.o >/dev/null 2>&1
  1891. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o minmax.lo minmax.c
  1892. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -fPIC -DPIC -o .libs/minmax.o
  1893. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -o minmax.o >/dev/null 2>&1
  1894. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o prop.lo prop.c
  1895. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c prop.c -fPIC -DPIC -o .libs/prop.o
  1896. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c prop.c -o prop.o >/dev/null 2>&1
  1897. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o oper.lo oper.c
  1898. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper.c -fPIC -DPIC -o .libs/oper.o
  1899. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper.c -o oper.o >/dev/null 2>&1
  1900. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o getset.lo getset.c
  1901. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c getset.c -fPIC -DPIC -o .libs/getset.o
  1902. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c getset.c -o getset.o >/dev/null 2>&1
  1903. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o view.lo view.c
  1904. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c view.c -fPIC -DPIC -o .libs/view.o
  1905. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c view.c -o view.o >/dev/null 2>&1
  1906. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o submatrix.lo submatrix.c
  1907. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c submatrix.c -fPIC -DPIC -o .libs/submatrix.o
  1908. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c submatrix.c -o submatrix.o >/dev/null 2>&1
  1909. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslmatrix.la init.lo matrix.lo file.lo rowcol.lo swap.lo copy.lo minmax.lo prop.lo oper.lo getset.lo view.lo submatrix.lo -lm
  1910. libtool: link: ar cru .libs/libgslmatrix.a .libs/init.o .libs/matrix.o .libs/file.o .libs/rowcol.o .libs/swap.o .libs/copy.o .libs/minmax.o .libs/prop.o .libs/oper.o .libs/getset.o .libs/view.o .libs/submatrix.o
  1911. ar:
  1912. `u' modifier ignored since `D' is the default (see `U')
  1913. libtool: link: ranlib .libs/libgslmatrix.a
  1914. libtool: link: ( cd ".libs" && rm -f "libgslmatrix.la" && ln -s "../libgslmatrix.la" "libgslmatrix.la" )
  1915. make[2]: Leaving directory '/gsl/matrix'
  1916. Making all in permutation
  1917. make[2]: Entering directory '/gsl/permutation'
  1918. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init.lo init.c
  1919. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o
  1920. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -o init.o >/dev/null 2>&1
  1921. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file.lo file.c
  1922. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -fPIC -DPIC -o .libs/file.o
  1923. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -o file.o >/dev/null 2>&1
  1924. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o permutation.lo permutation.c
  1925. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c permutation.c -fPIC -DPIC -o .libs/permutation.o
  1926. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c permutation.c -o permutation.o >/dev/null 2>&1
  1927. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o permute.lo permute.c
  1928. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c permute.c -fPIC -DPIC -o .libs/permute.o
  1929. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c permute.c -o permute.o >/dev/null 2>&1
  1930. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o canonical.lo canonical.c
  1931. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c canonical.c -fPIC -DPIC -o .libs/canonical.o
  1932. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c canonical.c -o canonical.o >/dev/null 2>&1
  1933. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o inline.lo inline.c
  1934. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -fPIC -DPIC -o .libs/inline.o
  1935. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -o inline.o >/dev/null 2>&1
  1936. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslpermutation.la init.lo file.lo permutation.lo permute.lo canonical.lo inline.lo -lm
  1937. libtool: link: ar cru .libs/libgslpermutation.a .libs/init.o .libs/file.o .libs/permutation.o .libs/permute.o .libs/canonical.o .libs/inline.o
  1938. ar:
  1939. `u' modifier ignored since `D' is the default (see `U')
  1940. libtool: link: ranlib .libs/libgslpermutation.a
  1941. libtool: link: ( cd ".libs" && rm -f "libgslpermutation.la" && ln -s "../libgslpermutation.la" "libgslpermutation.la" )
  1942. make[2]: Leaving directory '/gsl/permutation'
  1943. Making all in combination
  1944. make[2]: Entering directory '/gsl/combination'
  1945. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init.lo init.c
  1946. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o
  1947. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -o init.o >/dev/null 2>&1
  1948. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file.lo file.c
  1949. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -fPIC -DPIC -o .libs/file.o
  1950. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -o file.o >/dev/null 2>&1
  1951. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o combination.lo combination.c
  1952. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c combination.c -fPIC -DPIC -o .libs/combination.o
  1953. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c combination.c -o combination.o >/dev/null 2>&1
  1954. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o inline.lo inline.c
  1955. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -fPIC -DPIC -o .libs/inline.o
  1956. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -o inline.o >/dev/null 2>&1
  1957. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslcombination.la init.lo file.lo combination.lo inline.lo -lm
  1958. libtool: link: ar cru .libs/libgslcombination.a .libs/init.o .libs/file.o .libs/combination.o .libs/inline.o
  1959. ar: `u' modifier ignored since `D' is the default (see `U')
  1960. libtool: link: ranlib .libs/libgslcombination.a
  1961. libtool: link: ( cd ".libs" && rm -f "libgslcombination.la" && ln -s "../libgslcombination.la" "libgslcombination.la" )
  1962. make[2]: Leaving directory '/gsl/combination'
  1963. Making all in sort
  1964. make[2]: Entering directory '/gsl/sort'
  1965. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sort.lo sort.c
  1966. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sort.c -fPIC -DPIC -o .libs/sort.o
  1967. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sort.c -o sort.o >/dev/null 2>&1
  1968. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sortind.lo sortind.c
  1969. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sortind.c -fPIC -DPIC -o .libs/sortind.o
  1970. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sortind.c -o sortind.o >/dev/null 2>&1
  1971. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sortvec.lo sortvec.c
  1972. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sortvec.c -fPIC -DPIC -o .libs/sortvec.o
  1973. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sortvec.c -o sortvec.o >/dev/null 2>&1
  1974. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sortvecind.lo sortvecind.c
  1975. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sortvecind.c -fPIC -DPIC -o .libs/sortvecind.o
  1976. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sortvecind.c -o sortvecind.o >/dev/null 2>&1
  1977. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o subset.lo subset.c
  1978. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c subset.c -fPIC -DPIC -o .libs/subset.o
  1979. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c subset.c -o subset.o >/dev/null 2>&1
  1980. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o subsetind.lo subsetind.c
  1981. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c subsetind.c -fPIC -DPIC -o .libs/subsetind.o
  1982. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c subsetind.c -o subsetind.o >/dev/null 2>&1
  1983. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslsort.la sort.lo sortind.lo sortvec.lo sortvecind.lo subset.lo subsetind.lo -lm
  1984. libtool: link: ar cru .libs/libgslsort.a .libs/sort.o .libs/sortind.o .libs/sortvec.o .libs/sortvecind.o .libs/subset.o .libs/subsetind.o
  1985. ar: `u' modifier ignored since `D' is the default (see `U')
  1986. libtool: link: ranlib .libs/libgslsort.a
  1987. libtool: link: ( cd ".libs" && rm -f "libgslsort.la" && ln -s "../libgslsort.la" "libgslsort.la" )
  1988. make[2]: Leaving directory '/gsl/sort'
  1989. Making all in ieee-utils
  1990. make[2]: Entering directory '/gsl/ieee-utils'
  1991. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o print.lo print.c
  1992. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c print.c -fPIC -DPIC -o .libs/print.o
  1993. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c print.c -o print.o >/dev/null 2>&1
  1994. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o make_rep.lo make_rep.c
  1995. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c make_rep.c -fPIC -DPIC -o .libs/make_rep.o
  1996. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c make_rep.c -o make_rep.o >/dev/null 2>&1
  1997. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o env.lo env.c
  1998. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c env.c -fPIC -DPIC -o .libs/env.o
  1999. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c env.c -o env.o >/dev/null 2>&1
  2000. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fp.lo fp.c
  2001. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fp.c -fPIC -DPIC -o .libs/fp.o
  2002. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fp.c -o fp.o >/dev/null 2>&1
  2003. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o read.lo read.c
  2004. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c read.c -fPIC -DPIC -o .libs/read.o
  2005. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c read.c -o read.o >/dev/null 2>&1
  2006. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslieeeutils.la print.lo make_rep.lo env.lo fp.lo read.lo -lm
  2007. libtool: link: ar cru .libs/libgslieeeutils.a .libs/print.o .libs/make_rep.o .libs/env.o .libs/fp.o .libs/read.o
  2008. ar: `u' modifier ignored since `D' is the default (see `U')
  2009. libtool: link: ranlib .libs/libgslieeeutils.a
  2010. libtool: link: ( cd ".libs" && rm -f "libgslieeeutils.la" && ln -s "../libgslieeeutils.la" "libgslieeeutils.la" )
  2011. make[2]: Leaving directory '/gsl/ieee-utils'
  2012. Making all in cblas
  2013. make[2]: Entering directory '/gsl/cblas'
  2014. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sasum.lo sasum.c
  2015. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sasum.c -fPIC -DPIC -o .libs/sasum.o
  2016. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sasum.c -o sasum.o >/dev/null 2>&1
  2017. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o saxpy.lo saxpy.c
  2018. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c saxpy.c -fPIC -DPIC -o .libs/saxpy.o
  2019. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c saxpy.c -o saxpy.o >/dev/null 2>&1
  2020. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o scasum.lo scasum.c
  2021. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c scasum.c -fPIC -DPIC -o .libs/scasum.o
  2022. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c scasum.c -o scasum.o >/dev/null 2>&1
  2023. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o scnrm2.lo scnrm2.c
  2024. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c scnrm2.c -fPIC -DPIC -o .libs/scnrm2.o
  2025. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c scnrm2.c -o scnrm2.o >/dev/null 2>&1
  2026. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o scopy.lo scopy.c
  2027. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c scopy.c -fPIC -DPIC -o .libs/scopy.o
  2028. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c scopy.c -o scopy.o >/dev/null 2>&1
  2029. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sdot.lo sdot.c
  2030. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sdot.c -fPIC -DPIC -o .libs/sdot.o
  2031. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sdot.c -o sdot.o >/dev/null 2>&1
  2032. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sdsdot.lo sdsdot.c
  2033. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sdsdot.c -fPIC -DPIC -o .libs/sdsdot.o
  2034. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sdsdot.c -o sdsdot.o >/dev/null 2>&1
  2035. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sgbmv.lo sgbmv.c
  2036. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sgbmv.c -fPIC -DPIC -o .libs/sgbmv.o
  2037. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sgbmv.c -o sgbmv.o >/dev/null 2>&1
  2038. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sgemm.lo sgemm.c
  2039. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sgemm.c -fPIC -DPIC -o .libs/sgemm.o
  2040. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sgemm.c -o sgemm.o >/dev/null 2>&1
  2041. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sgemv.lo sgemv.c
  2042. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sgemv.c -fPIC -DPIC -o .libs/sgemv.o
  2043. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sgemv.c -o sgemv.o >/dev/null 2>&1
  2044. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sger.lo sger.c
  2045. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sger.c -fPIC -DPIC -o .libs/sger.o
  2046. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sger.c -o sger.o >/dev/null 2>&1
  2047. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o snrm2.lo snrm2.c
  2048. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c snrm2.c -fPIC -DPIC -o .libs/snrm2.o
  2049. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c snrm2.c -o snrm2.o >/dev/null 2>&1
  2050. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o srot.lo srot.c
  2051. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srot.c -fPIC -DPIC -o .libs/srot.o
  2052. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srot.c -o srot.o >/dev/null 2>&1
  2053. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o srotg.lo srotg.c
  2054. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srotg.c -fPIC -DPIC -o .libs/srotg.o
  2055. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srotg.c -o srotg.o >/dev/null 2>&1
  2056. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o srotm.lo srotm.c
  2057. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srotm.c -fPIC -DPIC -o .libs/srotm.o
  2058. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srotm.c -o srotm.o >/dev/null 2>&1
  2059. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o srotmg.lo srotmg.c
  2060. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srotmg.c -fPIC -DPIC -o .libs/srotmg.o
  2061. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srotmg.c -o srotmg.o >/dev/null 2>&1
  2062. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ssbmv.lo ssbmv.c
  2063. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssbmv.c -fPIC -DPIC -o .libs/ssbmv.o
  2064. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssbmv.c -o ssbmv.o >/dev/null 2>&1
  2065. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sscal.lo sscal.c
  2066. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sscal.c -fPIC -DPIC -o .libs/sscal.o
  2067. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sscal.c -o sscal.o >/dev/null 2>&1
  2068. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sspmv.lo sspmv.c
  2069. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sspmv.c -fPIC -DPIC -o .libs/sspmv.o
  2070. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sspmv.c -o sspmv.o >/dev/null 2>&1
  2071. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sspr.lo sspr.c
  2072. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sspr.c -fPIC -DPIC -o .libs/sspr.o
  2073. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sspr.c -o sspr.o >/dev/null 2>&1
  2074. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sspr2.lo sspr2.c
  2075. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sspr2.c -fPIC -DPIC -o .libs/sspr2.o
  2076. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sspr2.c -o sspr2.o >/dev/null 2>&1
  2077. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sswap.lo sswap.c
  2078. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sswap.c -fPIC -DPIC -o .libs/sswap.o
  2079. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sswap.c -o sswap.o >/dev/null 2>&1
  2080. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ssymm.lo ssymm.c
  2081. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssymm.c -fPIC -DPIC -o .libs/ssymm.o
  2082. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssymm.c -o ssymm.o >/dev/null 2>&1
  2083. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ssymv.lo ssymv.c
  2084. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssymv.c -fPIC -DPIC -o .libs/ssymv.o
  2085. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssymv.c -o ssymv.o >/dev/null 2>&1
  2086. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ssyr.lo ssyr.c
  2087. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyr.c -fPIC -DPIC -o .libs/ssyr.o
  2088. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyr.c -o ssyr.o >/dev/null 2>&1
  2089. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ssyr2.lo ssyr2.c
  2090. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyr2.c -fPIC -DPIC -o .libs/ssyr2.o
  2091. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyr2.c -o ssyr2.o >/dev/null 2>&1
  2092. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ssyr2k.lo ssyr2k.c
  2093. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyr2k.c -fPIC -DPIC -o .libs/ssyr2k.o
  2094. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyr2k.c -o ssyr2k.o >/dev/null 2>&1
  2095. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ssyrk.lo ssyrk.c
  2096. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyrk.c -fPIC -DPIC -o .libs/ssyrk.o
  2097. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyrk.c -o ssyrk.o >/dev/null 2>&1
  2098. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o stbmv.lo stbmv.c
  2099. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stbmv.c -fPIC -DPIC -o .libs/stbmv.o
  2100. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stbmv.c -o stbmv.o >/dev/null 2>&1
  2101. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o stbsv.lo stbsv.c
  2102. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stbsv.c -fPIC -DPIC -o .libs/stbsv.o
  2103. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stbsv.c -o stbsv.o >/dev/null 2>&1
  2104. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o stpmv.lo stpmv.c
  2105. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stpmv.c -fPIC -DPIC -o .libs/stpmv.o
  2106. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stpmv.c -o stpmv.o >/dev/null 2>&1
  2107. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o stpsv.lo stpsv.c
  2108. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stpsv.c -fPIC -DPIC -o .libs/stpsv.o
  2109. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stpsv.c -o stpsv.o >/dev/null 2>&1
  2110. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o strmm.lo strmm.c
  2111. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strmm.c -fPIC -DPIC -o .libs/strmm.o
  2112. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strmm.c -o strmm.o >/dev/null 2>&1
  2113. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o strmv.lo strmv.c
  2114. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strmv.c -fPIC -DPIC -o .libs/strmv.o
  2115. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strmv.c -o strmv.o >/dev/null 2>&1
  2116. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o strsm.lo strsm.c
  2117. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strsm.c -fPIC -DPIC -o .libs/strsm.o
  2118. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strsm.c -o strsm.o >/dev/null 2>&1
  2119. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o strsv.lo strsv.c
  2120. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strsv.c -fPIC -DPIC -o .libs/strsv.o
  2121. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strsv.c -o strsv.o >/dev/null 2>&1
  2122. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dasum.lo dasum.c
  2123. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dasum.c -fPIC -DPIC -o .libs/dasum.o
  2124. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dasum.c -o dasum.o >/dev/null 2>&1
  2125. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o daxpy.lo daxpy.c
  2126. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c daxpy.c -fPIC -DPIC -o .libs/daxpy.o
  2127. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c daxpy.c -o daxpy.o >/dev/null 2>&1
  2128. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dcopy.lo dcopy.c
  2129. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dcopy.c -fPIC -DPIC -o .libs/dcopy.o
  2130. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dcopy.c -o dcopy.o >/dev/null 2>&1
  2131. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ddot.lo ddot.c
  2132. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ddot.c -fPIC -DPIC -o .libs/ddot.o
  2133. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ddot.c -o ddot.o >/dev/null 2>&1
  2134. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dgbmv.lo dgbmv.c
  2135. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dgbmv.c -fPIC -DPIC -o .libs/dgbmv.o
  2136. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dgbmv.c -o dgbmv.o >/dev/null 2>&1
  2137. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dgemm.lo dgemm.c
  2138. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dgemm.c -fPIC -DPIC -o .libs/dgemm.o
  2139. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dgemm.c -o dgemm.o >/dev/null 2>&1
  2140. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dgemv.lo dgemv.c
  2141. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dgemv.c -fPIC -DPIC -o .libs/dgemv.o
  2142. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dgemv.c -o dgemv.o >/dev/null 2>&1
  2143. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dger.lo dger.c
  2144. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dger.c -fPIC -DPIC -o .libs/dger.o
  2145. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dger.c -o dger.o >/dev/null 2>&1
  2146. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dnrm2.lo dnrm2.c
  2147. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dnrm2.c -fPIC -DPIC -o .libs/dnrm2.o
  2148. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dnrm2.c -o dnrm2.o >/dev/null 2>&1
  2149. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o drot.lo drot.c
  2150. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drot.c -fPIC -DPIC -o .libs/drot.o
  2151. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drot.c -o drot.o >/dev/null 2>&1
  2152. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o drotg.lo drotg.c
  2153. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drotg.c -fPIC -DPIC -o .libs/drotg.o
  2154. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drotg.c -o drotg.o >/dev/null 2>&1
  2155. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o drotm.lo drotm.c
  2156. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drotm.c -fPIC -DPIC -o .libs/drotm.o
  2157. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drotm.c -o drotm.o >/dev/null 2>&1
  2158. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o drotmg.lo drotmg.c
  2159. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drotmg.c -fPIC -DPIC -o .libs/drotmg.o
  2160. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drotmg.c -o drotmg.o >/dev/null 2>&1
  2161. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsbmv.lo dsbmv.c
  2162. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsbmv.c -fPIC -DPIC -o .libs/dsbmv.o
  2163. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsbmv.c -o dsbmv.o >/dev/null 2>&1
  2164. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dscal.lo dscal.c
  2165. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dscal.c -fPIC -DPIC -o .libs/dscal.o
  2166. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dscal.c -o dscal.o >/dev/null 2>&1
  2167. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsdot.lo dsdot.c
  2168. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsdot.c -fPIC -DPIC -o .libs/dsdot.o
  2169. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsdot.c -o dsdot.o >/dev/null 2>&1
  2170. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dspmv.lo dspmv.c
  2171. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dspmv.c -fPIC -DPIC -o .libs/dspmv.o
  2172. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dspmv.c -o dspmv.o >/dev/null 2>&1
  2173. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dspr.lo dspr.c
  2174. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dspr.c -fPIC -DPIC -o .libs/dspr.o
  2175. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dspr.c -o dspr.o >/dev/null 2>&1
  2176. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dspr2.lo dspr2.c
  2177. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dspr2.c -fPIC -DPIC -o .libs/dspr2.o
  2178. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dspr2.c -o dspr2.o >/dev/null 2>&1
  2179. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dswap.lo dswap.c
  2180. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dswap.c -fPIC -DPIC -o .libs/dswap.o
  2181. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dswap.c -o dswap.o >/dev/null 2>&1
  2182. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsymm.lo dsymm.c
  2183. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsymm.c -fPIC -DPIC -o .libs/dsymm.o
  2184. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsymm.c -o dsymm.o >/dev/null 2>&1
  2185. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsymv.lo dsymv.c
  2186. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsymv.c -fPIC -DPIC -o .libs/dsymv.o
  2187. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsymv.c -o dsymv.o >/dev/null 2>&1
  2188. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsyr.lo dsyr.c
  2189. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyr.c -fPIC -DPIC -o .libs/dsyr.o
  2190. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyr.c -o dsyr.o >/dev/null 2>&1
  2191. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsyr2.lo dsyr2.c
  2192. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyr2.c -fPIC -DPIC -o .libs/dsyr2.o
  2193. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyr2.c -o dsyr2.o >/dev/null 2>&1
  2194. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsyr2k.lo dsyr2k.c
  2195. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyr2k.c -fPIC -DPIC -o .libs/dsyr2k.o
  2196. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyr2k.c -o dsyr2k.o >/dev/null 2>&1
  2197. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsyrk.lo dsyrk.c
  2198. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyrk.c -fPIC -DPIC -o .libs/dsyrk.o
  2199. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyrk.c -o dsyrk.o >/dev/null 2>&1
  2200. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtbmv.lo dtbmv.c
  2201. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtbmv.c -fPIC -DPIC -o .libs/dtbmv.o
  2202. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtbmv.c -o dtbmv.o >/dev/null 2>&1
  2203. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtbsv.lo dtbsv.c
  2204. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtbsv.c -fPIC -DPIC -o .libs/dtbsv.o
  2205. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtbsv.c -o dtbsv.o >/dev/null 2>&1
  2206. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtpmv.lo dtpmv.c
  2207. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtpmv.c -fPIC -DPIC -o .libs/dtpmv.o
  2208. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtpmv.c -o dtpmv.o >/dev/null 2>&1
  2209. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtpsv.lo dtpsv.c
  2210. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtpsv.c -fPIC -DPIC -o .libs/dtpsv.o
  2211. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtpsv.c -o dtpsv.o >/dev/null 2>&1
  2212. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtrmm.lo dtrmm.c
  2213. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrmm.c -fPIC -DPIC -o .libs/dtrmm.o
  2214. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrmm.c -o dtrmm.o >/dev/null 2>&1
  2215. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtrmv.lo dtrmv.c
  2216. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrmv.c -fPIC -DPIC -o .libs/dtrmv.o
  2217. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrmv.c -o dtrmv.o >/dev/null 2>&1
  2218. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtrsm.lo dtrsm.c
  2219. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrsm.c -fPIC -DPIC -o .libs/dtrsm.o
  2220. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrsm.c -o dtrsm.o >/dev/null 2>&1
  2221. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtrsv.lo dtrsv.c
  2222. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrsv.c -fPIC -DPIC -o .libs/dtrsv.o
  2223. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrsv.c -o dtrsv.o >/dev/null 2>&1
  2224. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dzasum.lo dzasum.c
  2225. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dzasum.c -fPIC -DPIC -o .libs/dzasum.o
  2226. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dzasum.c -o dzasum.o >/dev/null 2>&1
  2227. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dznrm2.lo dznrm2.c
  2228. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dznrm2.c -fPIC -DPIC -o .libs/dznrm2.o
  2229. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dznrm2.c -o dznrm2.o >/dev/null 2>&1
  2230. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o caxpy.lo caxpy.c
  2231. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c caxpy.c -fPIC -DPIC -o .libs/caxpy.o
  2232. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c caxpy.c -o caxpy.o >/dev/null 2>&1
  2233. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ccopy.lo ccopy.c
  2234. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ccopy.c -fPIC -DPIC -o .libs/ccopy.o
  2235. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ccopy.c -o ccopy.o >/dev/null 2>&1
  2236. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cdotc_sub.lo cdotc_sub.c
  2237. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cdotc_sub.c -fPIC -DPIC -o .libs/cdotc_sub.o
  2238. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cdotc_sub.c -o cdotc_sub.o >/dev/null 2>&1
  2239. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cdotu_sub.lo cdotu_sub.c
  2240. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cdotu_sub.c -fPIC -DPIC -o .libs/cdotu_sub.o
  2241. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cdotu_sub.c -o cdotu_sub.o >/dev/null 2>&1
  2242. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cgbmv.lo cgbmv.c
  2243. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgbmv.c -fPIC -DPIC -o .libs/cgbmv.o
  2244. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgbmv.c -o cgbmv.o >/dev/null 2>&1
  2245. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cgemm.lo cgemm.c
  2246. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgemm.c -fPIC -DPIC -o .libs/cgemm.o
  2247. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgemm.c -o cgemm.o >/dev/null 2>&1
  2248. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cgemv.lo cgemv.c
  2249. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgemv.c -fPIC -DPIC -o .libs/cgemv.o
  2250. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgemv.c -o cgemv.o >/dev/null 2>&1
  2251. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cgerc.lo cgerc.c
  2252. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgerc.c -fPIC -DPIC -o .libs/cgerc.o
  2253. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgerc.c -o cgerc.o >/dev/null 2>&1
  2254. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cgeru.lo cgeru.c
  2255. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgeru.c -fPIC -DPIC -o .libs/cgeru.o
  2256. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgeru.c -o cgeru.o >/dev/null 2>&1
  2257. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chbmv.lo chbmv.c
  2258. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chbmv.c -fPIC -DPIC -o .libs/chbmv.o
  2259. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chbmv.c -o chbmv.o >/dev/null 2>&1
  2260. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chemm.lo chemm.c
  2261. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chemm.c -fPIC -DPIC -o .libs/chemm.o
  2262. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chemm.c -o chemm.o >/dev/null 2>&1
  2263. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chemv.lo chemv.c
  2264. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chemv.c -fPIC -DPIC -o .libs/chemv.o
  2265. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chemv.c -o chemv.o >/dev/null 2>&1
  2266. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cher.lo cher.c
  2267. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cher.c -fPIC -DPIC -o .libs/cher.o
  2268. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cher.c -o cher.o >/dev/null 2>&1
  2269. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cher2.lo cher2.c
  2270. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cher2.c -fPIC -DPIC -o .libs/cher2.o
  2271. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cher2.c -o cher2.o >/dev/null 2>&1
  2272. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cher2k.lo cher2k.c
  2273. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cher2k.c -fPIC -DPIC -o .libs/cher2k.o
  2274. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cher2k.c -o cher2k.o >/dev/null 2>&1
  2275. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cherk.lo cherk.c
  2276. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cherk.c -fPIC -DPIC -o .libs/cherk.o
  2277. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cherk.c -o cherk.o >/dev/null 2>&1
  2278. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chpmv.lo chpmv.c
  2279. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chpmv.c -fPIC -DPIC -o .libs/chpmv.o
  2280. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chpmv.c -o chpmv.o >/dev/null 2>&1
  2281. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chpr.lo chpr.c
  2282. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chpr.c -fPIC -DPIC -o .libs/chpr.o
  2283. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chpr.c -o chpr.o >/dev/null 2>&1
  2284. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chpr2.lo chpr2.c
  2285. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chpr2.c -fPIC -DPIC -o .libs/chpr2.o
  2286. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chpr2.c -o chpr2.o >/dev/null 2>&1
  2287. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cscal.lo cscal.c
  2288. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cscal.c -fPIC -DPIC -o .libs/cscal.o
  2289. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cscal.c -o cscal.o >/dev/null 2>&1
  2290. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o csscal.lo csscal.c
  2291. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csscal.c -fPIC -DPIC -o .libs/csscal.o
  2292. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csscal.c -o csscal.o >/dev/null 2>&1
  2293. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cswap.lo cswap.c
  2294. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cswap.c -fPIC -DPIC -o .libs/cswap.o
  2295. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cswap.c -o cswap.o >/dev/null 2>&1
  2296. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o csymm.lo csymm.c
  2297. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csymm.c -fPIC -DPIC -o .libs/csymm.o
  2298. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csymm.c -o csymm.o >/dev/null 2>&1
  2299. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o csyr2k.lo csyr2k.c
  2300. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csyr2k.c -fPIC -DPIC -o .libs/csyr2k.o
  2301. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csyr2k.c -o csyr2k.o >/dev/null 2>&1
  2302. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o csyrk.lo csyrk.c
  2303. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csyrk.c -fPIC -DPIC -o .libs/csyrk.o
  2304. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csyrk.c -o csyrk.o >/dev/null 2>&1
  2305. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctbmv.lo ctbmv.c
  2306. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctbmv.c -fPIC -DPIC -o .libs/ctbmv.o
  2307. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctbmv.c -o ctbmv.o >/dev/null 2>&1
  2308. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctbsv.lo ctbsv.c
  2309. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctbsv.c -fPIC -DPIC -o .libs/ctbsv.o
  2310. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctbsv.c -o ctbsv.o >/dev/null 2>&1
  2311. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctpmv.lo ctpmv.c
  2312. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctpmv.c -fPIC -DPIC -o .libs/ctpmv.o
  2313. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctpmv.c -o ctpmv.o >/dev/null 2>&1
  2314. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctpsv.lo ctpsv.c
  2315. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctpsv.c -fPIC -DPIC -o .libs/ctpsv.o
  2316. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctpsv.c -o ctpsv.o >/dev/null 2>&1
  2317. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctrmm.lo ctrmm.c
  2318. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrmm.c -fPIC -DPIC -o .libs/ctrmm.o
  2319. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrmm.c -o ctrmm.o >/dev/null 2>&1
  2320. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctrmv.lo ctrmv.c
  2321. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrmv.c -fPIC -DPIC -o .libs/ctrmv.o
  2322. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrmv.c -o ctrmv.o >/dev/null 2>&1
  2323. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctrsm.lo ctrsm.c
  2324. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrsm.c -fPIC -DPIC -o .libs/ctrsm.o
  2325. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrsm.c -o ctrsm.o >/dev/null 2>&1
  2326. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctrsv.lo ctrsv.c
  2327. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrsv.c -fPIC -DPIC -o .libs/ctrsv.o
  2328. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrsv.c -o ctrsv.o >/dev/null 2>&1
  2329. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zaxpy.lo zaxpy.c
  2330. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zaxpy.c -fPIC -DPIC -o .libs/zaxpy.o
  2331. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zaxpy.c -o zaxpy.o >/dev/null 2>&1
  2332. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zcopy.lo zcopy.c
  2333. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zcopy.c -fPIC -DPIC -o .libs/zcopy.o
  2334. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zcopy.c -o zcopy.o >/dev/null 2>&1
  2335. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zdotc_sub.lo zdotc_sub.c
  2336. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zdotc_sub.c -fPIC -DPIC -o .libs/zdotc_sub.o
  2337. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zdotc_sub.c -o zdotc_sub.o >/dev/null 2>&1
  2338. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zdotu_sub.lo zdotu_sub.c
  2339. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zdotu_sub.c -fPIC -DPIC -o .libs/zdotu_sub.o
  2340. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zdotu_sub.c -o zdotu_sub.o >/dev/null 2>&1
  2341. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zdscal.lo zdscal.c
  2342. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zdscal.c -fPIC -DPIC -o .libs/zdscal.o
  2343. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zdscal.c -o zdscal.o >/dev/null 2>&1
  2344. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zgbmv.lo zgbmv.c
  2345. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgbmv.c -fPIC -DPIC -o .libs/zgbmv.o
  2346. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgbmv.c -o zgbmv.o >/dev/null 2>&1
  2347. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zgemm.lo zgemm.c
  2348. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgemm.c -fPIC -DPIC -o .libs/zgemm.o
  2349. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgemm.c -o zgemm.o >/dev/null 2>&1
  2350. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zgemv.lo zgemv.c
  2351. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgemv.c -fPIC -DPIC -o .libs/zgemv.o
  2352. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgemv.c -o zgemv.o >/dev/null 2>&1
  2353. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zgerc.lo zgerc.c
  2354. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgerc.c -fPIC -DPIC -o .libs/zgerc.o
  2355. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgerc.c -o zgerc.o >/dev/null 2>&1
  2356. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zgeru.lo zgeru.c
  2357. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgeru.c -fPIC -DPIC -o .libs/zgeru.o
  2358. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgeru.c -o zgeru.o >/dev/null 2>&1
  2359. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zhbmv.lo zhbmv.c
  2360. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhbmv.c -fPIC -DPIC -o .libs/zhbmv.o
  2361. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhbmv.c -o zhbmv.o >/dev/null 2>&1
  2362. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zhemm.lo zhemm.c
  2363. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhemm.c -fPIC -DPIC -o .libs/zhemm.o
  2364. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhemm.c -o zhemm.o >/dev/null 2>&1
  2365. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zhemv.lo zhemv.c
  2366. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhemv.c -fPIC -DPIC -o .libs/zhemv.o
  2367. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhemv.c -o zhemv.o >/dev/null 2>&1
  2368. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zher.lo zher.c
  2369. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zher.c -fPIC -DPIC -o .libs/zher.o
  2370. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zher.c -o zher.o >/dev/null 2>&1
  2371. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zher2.lo zher2.c
  2372. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zher2.c -fPIC -DPIC -o .libs/zher2.o
  2373. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zher2.c -o zher2.o >/dev/null 2>&1
  2374. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zher2k.lo zher2k.c
  2375. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zher2k.c -fPIC -DPIC -o .libs/zher2k.o
  2376. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zher2k.c -o zher2k.o >/dev/null 2>&1
  2377. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zherk.lo zherk.c
  2378. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zherk.c -fPIC -DPIC -o .libs/zherk.o
  2379. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zherk.c -o zherk.o >/dev/null 2>&1
  2380. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zhpmv.lo zhpmv.c
  2381. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhpmv.c -fPIC -DPIC -o .libs/zhpmv.o
  2382. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhpmv.c -o zhpmv.o >/dev/null 2>&1
  2383. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zhpr.lo zhpr.c
  2384. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhpr.c -fPIC -DPIC -o .libs/zhpr.o
  2385. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhpr.c -o zhpr.o >/dev/null 2>&1
  2386. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zhpr2.lo zhpr2.c
  2387. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhpr2.c -fPIC -DPIC -o .libs/zhpr2.o
  2388. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhpr2.c -o zhpr2.o >/dev/null 2>&1
  2389. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zscal.lo zscal.c
  2390. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zscal.c -fPIC -DPIC -o .libs/zscal.o
  2391. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zscal.c -o zscal.o >/dev/null 2>&1
  2392. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zswap.lo zswap.c
  2393. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zswap.c -fPIC -DPIC -o .libs/zswap.o
  2394. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zswap.c -o zswap.o >/dev/null 2>&1
  2395. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zsymm.lo zsymm.c
  2396. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsymm.c -fPIC -DPIC -o .libs/zsymm.o
  2397. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsymm.c -o zsymm.o >/dev/null 2>&1
  2398. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zsyr2k.lo zsyr2k.c
  2399. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsyr2k.c -fPIC -DPIC -o .libs/zsyr2k.o
  2400. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsyr2k.c -o zsyr2k.o >/dev/null 2>&1
  2401. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zsyrk.lo zsyrk.c
  2402. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsyrk.c -fPIC -DPIC -o .libs/zsyrk.o
  2403. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsyrk.c -o zsyrk.o >/dev/null 2>&1
  2404. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztbmv.lo ztbmv.c
  2405. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztbmv.c -fPIC -DPIC -o .libs/ztbmv.o
  2406. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztbmv.c -o ztbmv.o >/dev/null 2>&1
  2407. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztbsv.lo ztbsv.c
  2408. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztbsv.c -fPIC -DPIC -o .libs/ztbsv.o
  2409. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztbsv.c -o ztbsv.o >/dev/null 2>&1
  2410. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztpmv.lo ztpmv.c
  2411. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztpmv.c -fPIC -DPIC -o .libs/ztpmv.o
  2412. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztpmv.c -o ztpmv.o >/dev/null 2>&1
  2413. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztpsv.lo ztpsv.c
  2414. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztpsv.c -fPIC -DPIC -o .libs/ztpsv.o
  2415. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztpsv.c -o ztpsv.o >/dev/null 2>&1
  2416. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztrmm.lo ztrmm.c
  2417. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrmm.c -fPIC -DPIC -o .libs/ztrmm.o
  2418. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrmm.c -o ztrmm.o >/dev/null 2>&1
  2419. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztrmv.lo ztrmv.c
  2420. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrmv.c -fPIC -DPIC -o .libs/ztrmv.o
  2421. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrmv.c -o ztrmv.o >/dev/null 2>&1
  2422. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztrsm.lo ztrsm.c
  2423. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrsm.c -fPIC -DPIC -o .libs/ztrsm.o
  2424. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrsm.c -o ztrsm.o >/dev/null 2>&1
  2425. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztrsv.lo ztrsv.c
  2426. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrsv.c -fPIC -DPIC -o .libs/ztrsv.o
  2427. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrsv.c -o ztrsv.o >/dev/null 2>&1
  2428. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o icamax.lo icamax.c
  2429. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c icamax.c -fPIC -DPIC -o .libs/icamax.o
  2430. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c icamax.c -o icamax.o >/dev/null 2>&1
  2431. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o idamax.lo idamax.c
  2432. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c idamax.c -fPIC -DPIC -o .libs/idamax.o
  2433. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c idamax.c -o idamax.o >/dev/null 2>&1
  2434. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o isamax.lo isamax.c
  2435. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c isamax.c -fPIC -DPIC -o .libs/isamax.o
  2436. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c isamax.c -o isamax.o >/dev/null 2>&1
  2437. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o izamax.lo izamax.c
  2438. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c izamax.c -fPIC -DPIC -o .libs/izamax.o
  2439. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c izamax.c -o izamax.o >/dev/null 2>&1
  2440. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o xerbla.lo xerbla.c
  2441. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c xerbla.c -fPIC -DPIC -o .libs/xerbla.o
  2442. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c xerbla.c -o xerbla.o >/dev/null 2>&1
  2443. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -version-info 0:0:0 -o libgslcblas.la -rpath /usr/local/lib sasum.lo saxpy.lo scasum.lo scnrm2.lo scopy.lo sdot.lo sdsdot.lo sgbmv.lo sgemm.lo sgemv.lo sger.lo snrm2.lo srot.lo srotg.lo srotm.lo srotmg.lo ssbmv.lo sscal.lo sspmv.lo sspr.lo sspr2.lo sswap.lo ssymm.lo ssymv.lo ssyr.lo ssyr2.lo ssyr2k.lo ssyrk.lo stbmv.lo stbsv.lo stpmv.lo stpsv.lo strmm.lo strmv.lo strsm.lo strsv.lo dasum.lo daxpy.lo dcopy.lo ddot.lo dgbmv.lo dgemm.lo dgemv.lo dger.lo dnrm2.lo drot.lo drotg.lo drotm.lo drotmg.lo dsbmv.lo dscal.lo dsdot.lo dspmv.lo dspr.lo dspr2.lo dswap.lo dsymm.lo dsymv.lo dsyr.lo dsyr2.lo dsyr2k.lo dsyrk.lo dtbmv.lo dtbsv.lo dtpmv.lo dtpsv.lo dtrmm.lo dtrmv.lo dtrsm.lo dtrsv.lo dzasum.lo dznrm2.lo caxpy.lo ccopy.lo cdotc_sub.lo cdotu_sub.lo cgbmv.lo cgemm.lo cgemv.lo cgerc.lo cgeru.lo chbmv.lo chemm.lo chemv.lo cher.lo cher2.lo cher2k.lo cherk.lo chpmv.lo chpr.lo chpr2.lo cscal.lo csscal.lo cswap.lo csymm.lo csyr2k.lo csyrk.lo ctbmv.lo ctbsv.lo ctpmv.lo ctpsv.lo ctrmm.lo ctrmv.lo ctrsm.lo ctrsv.lo zaxpy.lo zcopy.lo zdotc_sub.lo zdotu_sub.lo zdscal.lo zgbmv.lo zgemm.lo zgemv.lo zgerc.lo zgeru.lo zhbmv.lo zhemm.lo zhemv.lo zher.lo zher2.lo zher2k.lo zherk.lo zhpmv.lo zhpr.lo zhpr2.lo zscal.lo zswap.lo zsymm.lo zsyr2k.lo zsyrk.lo ztbmv.lo ztbsv.lo ztpmv.lo ztpsv.lo ztrmm.lo ztrmv.lo ztrsm.lo ztrsv.lo icamax.lo idamax.lo isamax.lo izamax.lo xerbla.lo -lm
  2444. libtool: link: gcc -shared .libs/sasum.o .libs/saxpy.o .libs/scasum.o .libs/scnrm2.o .libs/scopy.o .libs/sdot.o .libs/sdsdot.o .libs/sgbmv.o .libs/sgemm.o .libs/sgemv.o .libs/sger.o .libs/snrm2.o .libs/srot.o .libs/srotg.o .libs/srotm.o .libs/srotmg.o .libs/ssbmv.o .libs/sscal.o .libs/sspmv.o .libs/sspr.o .libs/sspr2.o .libs/sswap.o .libs/ssymm.o .libs/ssymv.o .libs/ssyr.o .libs/ssyr2.o .libs/ssyr2k.o .libs/ssyrk.o .libs/stbmv.o .libs/stbsv.o .libs/stpmv.o .libs/stpsv.o .libs/strmm.o .libs/strmv.o .libs/strsm.o .libs/strsv.o .libs/dasum.o .libs/daxpy.o .libs/dcopy.o .libs/ddot.o .libs/dgbmv.o .libs/dgemm.o .libs/dgemv.o .libs/dger.o .libs/dnrm2.o .libs/drot.o .libs/drotg.o .libs/drotm.o .libs/drotmg.o .libs/dsbmv.o .libs/dscal.o .libs/dsdot.o .libs/dspmv.o .libs/dspr.o .libs/dspr2.o .libs/dswap.o .libs/dsymm.o .libs/dsymv.o .libs/dsyr.o .libs/dsyr2.o .libs/dsyr2k.o .libs/dsyrk.o .libs/dtbmv.o .libs/dtbsv.o .libs/dtpmv.o .libs/dtpsv.o .libs/dtrmm.o .libs/dtrmv.o .libs/dtrsm.o .libs/dtrsv.o .libs/dzasum.o .libs/dznrm2.o .libs/caxpy.o .libs/ccopy.o .libs/cdotc_sub.o .libs/cdotu_sub.o .libs/cgbmv.o .libs/cgemm.o .libs/cgemv.o .libs/cgerc.o .libs/cgeru.o .libs/chbmv.o .libs/chemm.o .libs/chemv.o .libs/cher.o .libs/cher2.o .libs/cher2k.o .libs/cherk.o .libs/chpmv.o .libs/chpr.o .libs/chpr2.o .libs/cscal.o .libs/csscal.o .libs/cswap.o .libs/csymm.o .libs/csyr2k.o .libs/csyrk.o .libs/ctbmv.o .libs/ctbsv.o .libs/ctpmv.o .libs/ctpsv.o .libs/ctrmm.o .libs/ctrmv.o .libs/ctrsm.o .libs/ctrsv.o .libs/zaxpy.o .libs/zcopy.o .libs/zdotc_sub.o .libs/zdotu_sub.o .libs/zdscal.o .libs/zgbmv.o .libs/zgemm.o .libs/zgemv.o .libs/zgerc.o .libs/zgeru.o .libs/zhbmv.o .libs/zhemm.o .libs/zhemv.o .libs/zher.o .libs/zher2.o .libs/zher2k.o .libs/zherk.o .libs/zhpmv.o .libs/zhpr.o .libs/zhpr2.o .libs/zscal.o .libs/zswap.o .libs/zsymm.o .libs/zsyr2k.o .libs/zsyrk.o .libs/ztbmv.o .libs/ztbsv.o .libs/ztpmv.o .libs/ztpsv.o .libs/ztrmm.o .libs/ztrmv.o .libs/ztrsm.o .libs/ztrsv.o .libs/icamax.o .libs/idamax.o .libs/isamax.o .libs/izamax.o .libs/xerbla.o -lm -Wl,-soname -Wl,libgslcblas.so.0 -o .libs/libgslcblas.so.0.0.0
  2445. libtool: link: (cd ".libs" && rm -f "libgslcblas.so.0" && ln -s "libgslcblas.so.0.0.0" "libgslcblas.so.0")
  2446. libtool: link: (cd ".libs" && rm -f "libgslcblas.so" && ln -s "libgslcblas.so.0.0.0" "libgslcblas.so")
  2447. ar: `u' modifier ignored since `D' is the default (see `U')
  2448. libtool: link: ar cru .libs/libgslcblas.a sasum.o saxpy.o scasum.o scnrm2.o scopy.o sdot.o sdsdot.o sgbmv.o sgemm.o sgemv.o sger.o snrm2.o srot.o srotg.o srotm.o srotmg.o ssbmv.o sscal.o sspmv.o sspr.o sspr2.o sswap.o ssymm.o ssymv.o ssyr.o ssyr2.o ssyr2k.o ssyrk.o stbmv.o stbsv.o stpmv.o stpsv.o strmm.o strmv.o strsm.o strsv.o dasum.o daxpy.o dcopy.o ddot.o dgbmv.o dgemm.o dgemv.o dger.o dnrm2.o drot.o drotg.o drotm.o drotmg.o dsbmv.o dscal.o dsdot.o dspmv.o dspr.o dspr2.o dswap.o dsymm.o dsymv.o dsyr.o dsyr2.o dsyr2k.o dsyrk.o dtbmv.o dtbsv.o dtpmv.o dtpsv.o dtrmm.o dtrmv.o dtrsm.o dtrsv.o dzasum.o dznrm2.o caxpy.o ccopy.o cdotc_sub.o cdotu_sub.o cgbmv.o cgemm.o cgemv.o cgerc.o cgeru.o chbmv.o chemm.o chemv.o cher.o cher2.o cher2k.o cherk.o chpmv.o chpr.o chpr2.o cscal.o csscal.o cswap.o csymm.o csyr2k.o csyrk.o ctbmv.o ctbsv.o ctpmv.o ctpsv.o ctrmm.o ctrmv.o ctrsm.o ctrsv.o zaxpy.o zcopy.o zdotc_sub.o zdotu_sub.o zdscal.o zgbmv.o zgemm.o zgemv.o zgerc.o zgeru.o zhbmv.o zhemm.o zhemv.o zher.o zher2.o zher2k.o zherk.o zhpmv.o zhpr.o zhpr2.o zscal.o zswap.o zsymm.o zsyr2k.o zsyrk.o ztbmv.o ztbsv.o ztpmv.o ztpsv.o ztrmm.o ztrmv.o ztrsm.o ztrsv.o icamax.o idamax.o isamax.o izamax.o xerbla.o
  2449. libtool: link: ranlib .libs/libgslcblas.a
  2450. libtool: link: ( cd ".libs" && rm -f "libgslcblas.la" && ln -s "../libgslcblas.la" "libgslcblas.la" )
  2451. make[2]: Leaving directory '/gsl/cblas'
  2452. Making all in blas
  2453. make[2]: Entering directory '/gsl/blas'
  2454. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o blas.lo blas.c
  2455. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c blas.c -fPIC -DPIC -o .libs/blas.o
  2456. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c blas.c -o blas.o >/dev/null 2>&1
  2457. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslblas.la blas.lo -lm
  2458. libtool: link: ar cru .libs/libgslblas.a .libs/blas.o
  2459. ar: `u' modifier ignored since `D' is the default (see `U')
  2460. libtool: link: ranlib .libs/libgslblas.a
  2461. libtool: link: ( cd ".libs" && rm -f "libgslblas.la" && ln -s "../libgslblas.la" "libgslblas.la" )
  2462. make[2]: Leaving directory '/gsl/blas'
  2463. Making all in linalg
  2464. make[2]: Entering directory '/gsl/linalg'
  2465. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o multiply.lo multiply.c
  2466. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c multiply.c -fPIC -DPIC -o .libs/multiply.o
  2467. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c multiply.c -o multiply.o >/dev/null 2>&1
  2468. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o exponential.lo exponential.c
  2469. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponential.c -fPIC -DPIC -o .libs/exponential.o
  2470. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponential.c -o exponential.o >/dev/null 2>&1
  2471. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o tridiag.lo tridiag.c
  2472. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tridiag.c -fPIC -DPIC -o .libs/tridiag.o
  2473. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tridiag.c -o tridiag.o >/dev/null 2>&1
  2474. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lu.lo lu.c
  2475. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lu.c -fPIC -DPIC -o .libs/lu.o
  2476. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lu.c -o lu.o >/dev/null 2>&1
  2477. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o luc.lo luc.c
  2478. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c luc.c -fPIC -DPIC -o .libs/luc.o
  2479. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c luc.c -o luc.o >/dev/null 2>&1
  2480. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hh.lo hh.c
  2481. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hh.c -fPIC -DPIC -o .libs/hh.o
  2482. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hh.c -o hh.o >/dev/null 2>&1
  2483. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qr.lo qr.c
  2484. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qr.c -fPIC -DPIC -o .libs/qr.o
  2485. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qr.c -o qr.o >/dev/null 2>&1
  2486. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qrpt.lo qrpt.c
  2487. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qrpt.c -fPIC -DPIC -o .libs/qrpt.o
  2488. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qrpt.c -o qrpt.o >/dev/null 2>&1
  2489. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lq.lo lq.c
  2490. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lq.c -fPIC -DPIC -o .libs/lq.o
  2491. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lq.c -o lq.o >/dev/null 2>&1
  2492. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ptlq.lo ptlq.c
  2493. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ptlq.c -fPIC -DPIC -o .libs/ptlq.o
  2494. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ptlq.c -o ptlq.o >/dev/null 2>&1
  2495. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o svd.lo svd.c
  2496. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c svd.c -fPIC -DPIC -o .libs/svd.o
  2497. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c svd.c -o svd.o >/dev/null 2>&1
  2498. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o householder.lo householder.c
  2499. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c householder.c -fPIC -DPIC -o .libs/householder.o
  2500. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c householder.c -o householder.o >/dev/null 2>&1
  2501. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o householdercomplex.lo householdercomplex.c
  2502. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c householdercomplex.c -fPIC -DPIC -o .libs/householdercomplex.o
  2503. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c householdercomplex.c -o householdercomplex.o >/dev/null 2>&1
  2504. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hessenberg.lo hessenberg.c
  2505. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hessenberg.c -fPIC -DPIC -o .libs/hessenberg.o
  2506. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hessenberg.c -o hessenberg.o >/dev/null 2>&1
  2507. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hesstri.lo hesstri.c
  2508. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hesstri.c -fPIC -DPIC -o .libs/hesstri.o
  2509. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hesstri.c -o hesstri.o >/dev/null 2>&1
  2510. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cholesky.lo cholesky.c
  2511. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cholesky.c -fPIC -DPIC -o .libs/cholesky.o
  2512. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cholesky.c -o cholesky.o >/dev/null 2>&1
  2513. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o choleskyc.lo choleskyc.c
  2514. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c choleskyc.c -fPIC -DPIC -o .libs/choleskyc.o
  2515. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c choleskyc.c -o choleskyc.o >/dev/null 2>&1
  2516. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o symmtd.lo symmtd.c
  2517. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c symmtd.c -fPIC -DPIC -o .libs/symmtd.o
  2518. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c symmtd.c -o symmtd.o >/dev/null 2>&1
  2519. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hermtd.lo hermtd.c
  2520. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hermtd.c -fPIC -DPIC -o .libs/hermtd.o
  2521. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hermtd.c -o hermtd.o >/dev/null 2>&1
  2522. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bidiag.lo bidiag.c
  2523. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bidiag.c -fPIC -DPIC -o .libs/bidiag.o
  2524. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bidiag.c -o bidiag.o >/dev/null 2>&1
  2525. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o balance.lo balance.c
  2526. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c balance.c -fPIC -DPIC -o .libs/balance.o
  2527. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c balance.c -o balance.o >/dev/null 2>&1
  2528. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o balancemat.lo balancemat.c
  2529. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c balancemat.c -fPIC -DPIC -o .libs/balancemat.o
  2530. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c balancemat.c -o balancemat.o >/dev/null 2>&1
  2531. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgsllinalg.la multiply.lo exponential.lo tridiag.lo lu.lo luc.lo hh.lo qr.lo qrpt.lo lq.lo ptlq.lo svd.lo householder.lo householdercomplex.lo hessenberg.lo hesstri.lo cholesky.lo choleskyc.lo symmtd.lo hermtd.lo bidiag.lo balance.lo balancemat.lo -lm
  2532. libtool: link: ar cru .libs/libgsllinalg.a .libs/multiply.o .libs/exponential.o .libs/tridiag.o .libs/lu.o .libs/luc.o .libs/hh.o .libs/qr.o .libs/qrpt.o .libs/lq.o .libs/ptlq.o .libs/svd.o .libs/householder.o .libs/householdercomplex.o .libs/hessenberg.o .libs/hesstri.o .libs/cholesky.o .libs/choleskyc.o .libs/symmtd.o .libs/hermtd.o .libs/bidiag.o .libs/balance.o .libs/balancemat.o
  2533. ar:
  2534. `u' modifier ignored since `D' is the default (see `U')
  2535. libtool: link: ranlib .libs/libgsllinalg.a
  2536. libtool: link: ( cd ".libs" && rm -f "libgsllinalg.la" && ln -s "../libgsllinalg.la" "libgsllinalg.la" )
  2537. make[2]: Leaving directory '/gsl/linalg'
  2538. Making all in eigen
  2539. make[2]: Entering directory '/gsl/eigen'
  2540. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o jacobi.lo jacobi.c
  2541. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c jacobi.c -fPIC -DPIC -o .libs/jacobi.o
  2542. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c jacobi.c -o jacobi.o >/dev/null 2>&1
  2543. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o symm.lo symm.c
  2544. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c symm.c -fPIC -DPIC -o .libs/symm.o
  2545. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c symm.c -o symm.o >/dev/null 2>&1
  2546. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o symmv.lo symmv.c
  2547. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c symmv.c -fPIC -DPIC -o .libs/symmv.o
  2548. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c symmv.c -o symmv.o >/dev/null 2>&1
  2549. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o nonsymm.lo nonsymm.c
  2550. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nonsymm.c -fPIC -DPIC -o .libs/nonsymm.o
  2551. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nonsymm.c -o nonsymm.o >/dev/null 2>&1
  2552. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o nonsymmv.lo nonsymmv.c
  2553. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nonsymmv.c -fPIC -DPIC -o .libs/nonsymmv.o
  2554. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nonsymmv.c -o nonsymmv.o >/dev/null 2>&1
  2555. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o herm.lo herm.c
  2556. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c herm.c -fPIC -DPIC -o .libs/herm.o
  2557. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c herm.c -o herm.o >/dev/null 2>&1
  2558. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hermv.lo hermv.c
  2559. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hermv.c -fPIC -DPIC -o .libs/hermv.o
  2560. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hermv.c -o hermv.o >/dev/null 2>&1
  2561. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gensymm.lo gensymm.c
  2562. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gensymm.c -fPIC -DPIC -o .libs/gensymm.o
  2563. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gensymm.c -o gensymm.o >/dev/null 2>&1
  2564. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gensymmv.lo gensymmv.c
  2565. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gensymmv.c -fPIC -DPIC -o .libs/gensymmv.o
  2566. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gensymmv.c -o gensymmv.o >/dev/null 2>&1
  2567. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o genherm.lo genherm.c
  2568. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c genherm.c -fPIC -DPIC -o .libs/genherm.o
  2569. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c genherm.c -o genherm.o >/dev/null 2>&1
  2570. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o genhermv.lo genhermv.c
  2571. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c genhermv.c -fPIC -DPIC -o .libs/genhermv.o
  2572. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c genhermv.c -o genhermv.o >/dev/null 2>&1
  2573. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gen.lo gen.c
  2574. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gen.c -fPIC -DPIC -o .libs/gen.o
  2575. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gen.c -o gen.o >/dev/null 2>&1
  2576. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o genv.lo genv.c
  2577. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c genv.c -fPIC -DPIC -o .libs/genv.o
  2578. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c genv.c -o genv.o >/dev/null 2>&1
  2579. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sort.lo sort.c
  2580. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sort.c -fPIC -DPIC -o .libs/sort.o
  2581. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sort.c -o sort.o >/dev/null 2>&1
  2582. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o francis.lo francis.c
  2583. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c francis.c -fPIC -DPIC -o .libs/francis.o
  2584. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c francis.c -o francis.o >/dev/null 2>&1
  2585. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o schur.lo schur.c
  2586. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c schur.c -fPIC -DPIC -o .libs/schur.o
  2587. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c schur.c -o schur.o >/dev/null 2>&1
  2588. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgsleigen.la jacobi.lo symm.lo symmv.lo nonsymm.lo nonsymmv.lo herm.lo hermv.lo gensymm.lo gensymmv.lo genherm.lo genhermv.lo gen.lo genv.lo sort.lo francis.lo schur.lo -lm
  2589. libtool: link: ar cru .libs/libgsleigen.a .libs/jacobi.o .libs/symm.o .libs/symmv.o .libs/nonsymm.o .libs/nonsymmv.o .libs/herm.o .libs/hermv.o .libs/gensymm.o .libs/gensymmv.o .libs/genherm.o .libs/genhermv.o .libs/gen.o .libs/genv.o .libs/sort.o .libs/francis.o .libs/schur.o
  2590. ar:
  2591. `u' modifier ignored since `D' is the default (see `U')
  2592. libtool: link: ranlib .libs/libgsleigen.a
  2593. libtool: link: ( cd ".libs" && rm -f "libgsleigen.la" && ln -s "../libgsleigen.la" "libgsleigen.la" )
  2594. make[2]: Leaving directory '/gsl/eigen'
  2595. Making all in specfunc
  2596. make[2]: Entering directory '/gsl/specfunc'
  2597. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o airy.lo airy.c
  2598. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c airy.c -fPIC -DPIC -o .libs/airy.o
  2599. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c airy.c -o airy.o >/dev/null 2>&1
  2600. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o airy_der.lo airy_der.c
  2601. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c airy_der.c -fPIC -DPIC -o .libs/airy_der.o
  2602. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c airy_der.c -o airy_der.o >/dev/null 2>&1
  2603. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o airy_zero.lo airy_zero.c
  2604. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c airy_zero.c -fPIC -DPIC -o .libs/airy_zero.o
  2605. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c airy_zero.c -o airy_zero.o >/dev/null 2>&1
  2606. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o atanint.lo atanint.c
  2607. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c atanint.c -fPIC -DPIC -o .libs/atanint.o
  2608. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c atanint.c -o atanint.o >/dev/null 2>&1
  2609. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel.lo bessel.c
  2610. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel.c -fPIC -DPIC -o .libs/bessel.o
  2611. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel.c -o bessel.o >/dev/null 2>&1
  2612. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_I0.lo bessel_I0.c
  2613. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_I0.c -fPIC -DPIC -o .libs/bessel_I0.o
  2614. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_I0.c -o bessel_I0.o >/dev/null 2>&1
  2615. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_I1.lo bessel_I1.c
  2616. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_I1.c -fPIC -DPIC -o .libs/bessel_I1.o
  2617. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_I1.c -o bessel_I1.o >/dev/null 2>&1
  2618. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_In.lo bessel_In.c
  2619. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_In.c -fPIC -DPIC -o .libs/bessel_In.o
  2620. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_In.c -o bessel_In.o >/dev/null 2>&1
  2621. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Inu.lo bessel_Inu.c
  2622. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Inu.c -fPIC -DPIC -o .libs/bessel_Inu.o
  2623. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Inu.c -o bessel_Inu.o >/dev/null 2>&1
  2624. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_J0.lo bessel_J0.c
  2625. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_J0.c -fPIC -DPIC -o .libs/bessel_J0.o
  2626. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_J0.c -o bessel_J0.o >/dev/null 2>&1
  2627. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_J1.lo bessel_J1.c
  2628. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_J1.c -fPIC -DPIC -o .libs/bessel_J1.o
  2629. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_J1.c -o bessel_J1.o >/dev/null 2>&1
  2630. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Jn.lo bessel_Jn.c
  2631. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Jn.c -fPIC -DPIC -o .libs/bessel_Jn.o
  2632. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Jn.c -o bessel_Jn.o >/dev/null 2>&1
  2633. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Jnu.lo bessel_Jnu.c
  2634. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Jnu.c -fPIC -DPIC -o .libs/bessel_Jnu.o
  2635. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Jnu.c -o bessel_Jnu.o >/dev/null 2>&1
  2636. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_K0.lo bessel_K0.c
  2637. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_K0.c -fPIC -DPIC -o .libs/bessel_K0.o
  2638. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_K0.c -o bessel_K0.o >/dev/null 2>&1
  2639. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_K1.lo bessel_K1.c
  2640. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_K1.c -fPIC -DPIC -o .libs/bessel_K1.o
  2641. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_K1.c -o bessel_K1.o >/dev/null 2>&1
  2642. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Kn.lo bessel_Kn.c
  2643. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Kn.c -fPIC -DPIC -o .libs/bessel_Kn.o
  2644. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Kn.c -o bessel_Kn.o >/dev/null 2>&1
  2645. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Knu.lo bessel_Knu.c
  2646. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Knu.c -fPIC -DPIC -o .libs/bessel_Knu.o
  2647. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Knu.c -o bessel_Knu.o >/dev/null 2>&1
  2648. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Y0.lo bessel_Y0.c
  2649. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Y0.c -fPIC -DPIC -o .libs/bessel_Y0.o
  2650. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Y0.c -o bessel_Y0.o >/dev/null 2>&1
  2651. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Y1.lo bessel_Y1.c
  2652. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Y1.c -fPIC -DPIC -o .libs/bessel_Y1.o
  2653. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Y1.c -o bessel_Y1.o >/dev/null 2>&1
  2654. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Yn.lo bessel_Yn.c
  2655. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Yn.c -fPIC -DPIC -o .libs/bessel_Yn.o
  2656. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Yn.c -o bessel_Yn.o >/dev/null 2>&1
  2657. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Ynu.lo bessel_Ynu.c
  2658. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Ynu.c -fPIC -DPIC -o .libs/bessel_Ynu.o
  2659. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Ynu.c -o bessel_Ynu.o >/dev/null 2>&1
  2660. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_amp_phase.lo bessel_amp_phase.c
  2661. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_amp_phase.c -fPIC -DPIC -o .libs/bessel_amp_phase.o
  2662. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_amp_phase.c -o bessel_amp_phase.o >/dev/null 2>&1
  2663. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_i.lo bessel_i.c
  2664. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_i.c -fPIC -DPIC -o .libs/bessel_i.o
  2665. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_i.c -o bessel_i.o >/dev/null 2>&1
  2666. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_j.lo bessel_j.c
  2667. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_j.c -fPIC -DPIC -o .libs/bessel_j.o
  2668. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_j.c -o bessel_j.o >/dev/null 2>&1
  2669. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_k.lo bessel_k.c
  2670. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_k.c -fPIC -DPIC -o .libs/bessel_k.o
  2671. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_k.c -o bessel_k.o >/dev/null 2>&1
  2672. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_olver.lo bessel_olver.c
  2673. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_olver.c -fPIC -DPIC -o .libs/bessel_olver.o
  2674. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_olver.c -o bessel_olver.o >/dev/null 2>&1
  2675. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_temme.lo bessel_temme.c
  2676. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_temme.c -fPIC -DPIC -o .libs/bessel_temme.o
  2677. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_temme.c -o bessel_temme.o >/dev/null 2>&1
  2678. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_y.lo bessel_y.c
  2679. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_y.c -fPIC -DPIC -o .libs/bessel_y.o
  2680. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_y.c -o bessel_y.o >/dev/null 2>&1
  2681. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_zero.lo bessel_zero.c
  2682. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_zero.c -fPIC -DPIC -o .libs/bessel_zero.o
  2683. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_zero.c -o bessel_zero.o >/dev/null 2>&1
  2684. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_sequence.lo bessel_sequence.c
  2685. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_sequence.c -fPIC -DPIC -o .libs/bessel_sequence.o
  2686. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_sequence.c -o bessel_sequence.o >/dev/null 2>&1
  2687. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o beta.lo beta.c
  2688. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta.c -fPIC -DPIC -o .libs/beta.o
  2689. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta.c -o beta.o >/dev/null 2>&1
  2690. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o beta_inc.lo beta_inc.c
  2691. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta_inc.c -fPIC -DPIC -o .libs/beta_inc.o
  2692. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta_inc.c -o beta_inc.o >/dev/null 2>&1
  2693. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o clausen.lo clausen.c
  2694. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c clausen.c -fPIC -DPIC -o .libs/clausen.o
  2695. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c clausen.c -o clausen.o >/dev/null 2>&1
  2696. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o coulomb.lo coulomb.c
  2697. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coulomb.c -fPIC -DPIC -o .libs/coulomb.o
  2698. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coulomb.c -o coulomb.o >/dev/null 2>&1
  2699. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o coupling.lo coupling.c
  2700. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coupling.c -fPIC -DPIC -o .libs/coupling.o
  2701. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coupling.c -o coupling.o >/dev/null 2>&1
  2702. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o coulomb_bound.lo coulomb_bound.c
  2703. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coulomb_bound.c -fPIC -DPIC -o .libs/coulomb_bound.o
  2704. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coulomb_bound.c -o coulomb_bound.o >/dev/null 2>&1
  2705. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dawson.lo dawson.c
  2706. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dawson.c -fPIC -DPIC -o .libs/dawson.o
  2707. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dawson.c -o dawson.o >/dev/null 2>&1
  2708. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o debye.lo debye.c
  2709. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c debye.c -fPIC -DPIC -o .libs/debye.o
  2710. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c debye.c -o debye.o >/dev/null 2>&1
  2711. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dilog.lo dilog.c
  2712. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dilog.c -fPIC -DPIC -o .libs/dilog.o
  2713. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dilog.c -o dilog.o >/dev/null 2>&1
  2714. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o elementary.lo elementary.c
  2715. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c elementary.c -fPIC -DPIC -o .libs/elementary.o
  2716. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c elementary.c -o elementary.o >/dev/null 2>&1
  2717. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ellint.lo ellint.c
  2718. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ellint.c -fPIC -DPIC -o .libs/ellint.o
  2719. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ellint.c -o ellint.o >/dev/null 2>&1
  2720. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o elljac.lo elljac.c
  2721. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c elljac.c -fPIC -DPIC -o .libs/elljac.o
  2722. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c elljac.c -o elljac.o >/dev/null 2>&1
  2723. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o erfc.lo erfc.c
  2724. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c erfc.c -fPIC -DPIC -o .libs/erfc.o
  2725. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c erfc.c -o erfc.o >/dev/null 2>&1
  2726. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o exp.lo exp.c
  2727. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exp.c -fPIC -DPIC -o .libs/exp.o
  2728. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exp.c -o exp.o >/dev/null 2>&1
  2729. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o expint.lo expint.c
  2730. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c expint.c -fPIC -DPIC -o .libs/expint.o
  2731. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c expint.c -o expint.o >/dev/null 2>&1
  2732. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o expint3.lo expint3.c
  2733. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c expint3.c -fPIC -DPIC -o .libs/expint3.o
  2734. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c expint3.c -o expint3.o >/dev/null 2>&1
  2735. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fermi_dirac.lo fermi_dirac.c
  2736. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fermi_dirac.c -fPIC -DPIC -o .libs/fermi_dirac.o
  2737. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fermi_dirac.c -o fermi_dirac.o >/dev/null 2>&1
  2738. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gegenbauer.lo gegenbauer.c
  2739. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gegenbauer.c -fPIC -DPIC -o .libs/gegenbauer.o
  2740. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gegenbauer.c -o gegenbauer.o >/dev/null 2>&1
  2741. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gamma.lo gamma.c
  2742. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma.c -fPIC -DPIC -o .libs/gamma.o
  2743. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma.c -o gamma.o >/dev/null 2>&1
  2744. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gamma_inc.lo gamma_inc.c
  2745. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma_inc.c -fPIC -DPIC -o .libs/gamma_inc.o
  2746. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma_inc.c -o gamma_inc.o >/dev/null 2>&1
  2747. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hyperg_0F1.lo hyperg_0F1.c
  2748. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_0F1.c -fPIC -DPIC -o .libs/hyperg_0F1.o
  2749. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_0F1.c -o hyperg_0F1.o >/dev/null 2>&1
  2750. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hyperg_2F0.lo hyperg_2F0.c
  2751. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_2F0.c -fPIC -DPIC -o .libs/hyperg_2F0.o
  2752. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_2F0.c -o hyperg_2F0.o >/dev/null 2>&1
  2753. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hyperg_1F1.lo hyperg_1F1.c
  2754. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_1F1.c -fPIC -DPIC -o .libs/hyperg_1F1.o
  2755. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_1F1.c -o hyperg_1F1.o >/dev/null 2>&1
  2756. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hyperg_2F1.lo hyperg_2F1.c
  2757. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_2F1.c -fPIC -DPIC -o .libs/hyperg_2F1.o
  2758. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_2F1.c -o hyperg_2F1.o >/dev/null 2>&1
  2759. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hyperg_U.lo hyperg_U.c
  2760. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_U.c -fPIC -DPIC -o .libs/hyperg_U.o
  2761. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_U.c -o hyperg_U.o >/dev/null 2>&1
  2762. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hyperg.lo hyperg.c
  2763. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg.c -fPIC -DPIC -o .libs/hyperg.o
  2764. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg.c -o hyperg.o >/dev/null 2>&1
  2765. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o laguerre.lo laguerre.c
  2766. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laguerre.c -fPIC -DPIC -o .libs/laguerre.o
  2767. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laguerre.c -o laguerre.o >/dev/null 2>&1
  2768. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lambert.lo lambert.c
  2769. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lambert.c -fPIC -DPIC -o .libs/lambert.o
  2770. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lambert.c -o lambert.o >/dev/null 2>&1
  2771. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o legendre_H3d.lo legendre_H3d.c
  2772. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_H3d.c -fPIC -DPIC -o .libs/legendre_H3d.o
  2773. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_H3d.c -o legendre_H3d.o >/dev/null 2>&1
  2774. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o legendre_Qn.lo legendre_Qn.c
  2775. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_Qn.c -fPIC -DPIC -o .libs/legendre_Qn.o
  2776. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_Qn.c -o legendre_Qn.o >/dev/null 2>&1
  2777. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o legendre_con.lo legendre_con.c
  2778. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_con.c -fPIC -DPIC -o .libs/legendre_con.o
  2779. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_con.c -o legendre_con.o >/dev/null 2>&1
  2780. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o legendre_poly.lo legendre_poly.c
  2781. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_poly.c -fPIC -DPIC -o .libs/legendre_poly.o
  2782. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_poly.c -o legendre_poly.o >/dev/null 2>&1
  2783. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o log.lo log.c
  2784. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c log.c -fPIC -DPIC -o .libs/log.o
  2785. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c log.c -o log.o >/dev/null 2>&1
  2786. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mathieu_angfunc.lo mathieu_angfunc.c
  2787. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_angfunc.c -fPIC -DPIC -o .libs/mathieu_angfunc.o
  2788. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_angfunc.c -o mathieu_angfunc.o >/dev/null 2>&1
  2789. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mathieu_charv.lo mathieu_charv.c
  2790. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_charv.c -fPIC -DPIC -o .libs/mathieu_charv.o
  2791. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_charv.c -o mathieu_charv.o >/dev/null 2>&1
  2792. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mathieu_coeff.lo mathieu_coeff.c
  2793. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_coeff.c -fPIC -DPIC -o .libs/mathieu_coeff.o
  2794. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_coeff.c -o mathieu_coeff.o >/dev/null 2>&1
  2795. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mathieu_radfunc.lo mathieu_radfunc.c
  2796. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_radfunc.c -fPIC -DPIC -o .libs/mathieu_radfunc.o
  2797. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_radfunc.c -o mathieu_radfunc.o >/dev/null 2>&1
  2798. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mathieu_workspace.lo mathieu_workspace.c
  2799. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_workspace.c -fPIC -DPIC -o .libs/mathieu_workspace.o
  2800. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_workspace.c -o mathieu_workspace.o >/dev/null 2>&1
  2801. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o poch.lo poch.c
  2802. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poch.c -fPIC -DPIC -o .libs/poch.o
  2803. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poch.c -o poch.o >/dev/null 2>&1
  2804. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pow_int.lo pow_int.c
  2805. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pow_int.c -fPIC -DPIC -o .libs/pow_int.o
  2806. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pow_int.c -o pow_int.o >/dev/null 2>&1
  2807. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o psi.lo psi.c
  2808. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c psi.c -fPIC -DPIC -o .libs/psi.o
  2809. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c psi.c -o psi.o >/dev/null 2>&1
  2810. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o result.lo result.c
  2811. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c result.c -fPIC -DPIC -o .libs/result.o
  2812. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c result.c -o result.o >/dev/null 2>&1
  2813. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o shint.lo shint.c
  2814. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c shint.c -fPIC -DPIC -o .libs/shint.o
  2815. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c shint.c -o shint.o >/dev/null 2>&1
  2816. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sinint.lo sinint.c
  2817. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sinint.c -fPIC -DPIC -o .libs/sinint.o
  2818. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sinint.c -o sinint.o >/dev/null 2>&1
  2819. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o synchrotron.lo synchrotron.c
  2820. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c synchrotron.c -fPIC -DPIC -o .libs/synchrotron.o
  2821. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c synchrotron.c -o synchrotron.o >/dev/null 2>&1
  2822. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o transport.lo transport.c
  2823. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c transport.c -fPIC -DPIC -o .libs/transport.o
  2824. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c transport.c -o transport.o >/dev/null 2>&1
  2825. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o trig.lo trig.c
  2826. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c trig.c -fPIC -DPIC -o .libs/trig.o
  2827. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c trig.c -o trig.o >/dev/null 2>&1
  2828. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zeta.lo zeta.c
  2829. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zeta.c -fPIC -DPIC -o .libs/zeta.o
  2830. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zeta.c -o zeta.o >/dev/null 2>&1
  2831. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslspecfunc.la airy.lo airy_der.lo airy_zero.lo atanint.lo bessel.lo bessel_I0.lo bessel_I1.lo bessel_In.lo bessel_Inu.lo bessel_J0.lo bessel_J1.lo bessel_Jn.lo bessel_Jnu.lo bessel_K0.lo bessel_K1.lo bessel_Kn.lo bessel_Knu.lo bessel_Y0.lo bessel_Y1.lo bessel_Yn.lo bessel_Ynu.lo bessel_amp_phase.lo bessel_i.lo bessel_j.lo bessel_k.lo bessel_olver.lo bessel_temme.lo bessel_y.lo bessel_zero.lo bessel_sequence.lo beta.lo beta_inc.lo clausen.lo coulomb.lo coupling.lo coulomb_bound.lo dawson.lo debye.lo dilog.lo elementary.lo ellint.lo elljac.lo erfc.lo exp.lo expint.lo expint3.lo fermi_dirac.lo gegenbauer.lo gamma.lo gamma_inc.lo hyperg_0F1.lo hyperg_2F0.lo hyperg_1F1.lo hyperg_2F1.lo hyperg_U.lo hyperg.lo laguerre.lo lambert.lo legendre_H3d.lo legendre_Qn.lo legendre_con.lo legendre_poly.lo log.lo mathieu_angfunc.lo mathieu_charv.lo mathieu_coeff.lo mathieu_radfunc.lo mathieu_workspace.lo poch.lo pow_int.lo psi.lo result.lo shint.lo sinint.lo synchrotron.lo transport.lo trig.lo zeta.lo -lm
  2832. libtool: link: ar cru .libs/libgslspecfunc.a .libs/airy.o .libs/airy_der.o .libs/airy_zero.o .libs/atanint.o .libs/bessel.o .libs/bessel_I0.o .libs/bessel_I1.o .libs/bessel_In.o .libs/bessel_Inu.o .libs/bessel_J0.o .libs/bessel_J1.o .libs/bessel_Jn.o .libs/bessel_Jnu.o .libs/bessel_K0.o .libs/bessel_K1.o .libs/bessel_Kn.o .libs/bessel_Knu.o .libs/bessel_Y0.o .libs/bessel_Y1.o .libs/bessel_Yn.o .libs/bessel_Ynu.o .libs/bessel_amp_phase.o .libs/bessel_i.o .libs/bessel_j.o .libs/bessel_k.o .libs/bessel_olver.o .libs/bessel_temme.o .libs/bessel_y.o .libs/bessel_zero.o .libs/bessel_sequence.o .libs/beta.o .libs/beta_inc.o .libs/clausen.o .libs/coulomb.o .libs/coupling.o .libs/coulomb_bound.o .libs/dawson.o .libs/debye.o .libs/dilog.o .libs/elementary.o .libs/ellint.o .libs/elljac.o .libs/erfc.o .libs/exp.o .libs/expint.o .libs/expint3.o .libs/fermi_dirac.o .libs/gegenbauer.o .libs/gamma.o .libs/gamma_inc.o .libs/hyperg_0F1.o .libs/hyperg_2F0.o .libs/hyperg_1F1.o .libs/hyperg_2F1.o .libs/hyperg_U.o
  2833. ar: `u' modifier ignored since `D' is the default (see `U')
  2834. .libs/hyperg.o .libs/laguerre.o .libs/lambert.o .libs/legendre_H3d.o .libs/legendre_Qn.o .libs/legendre_con.o .libs/legendre_poly.o .libs/log.o .libs/mathieu_angfunc.o .libs/mathieu_charv.o .libs/mathieu_coeff.o .libs/mathieu_radfunc.o .libs/mathieu_workspace.o .libs/poch.o .libs/pow_int.o .libs/psi.o .libs/result.o .libs/shint.o .libs/sinint.o .libs/synchrotron.o .libs/transport.o .libs/trig.o .libs/zeta.o
  2835. libtool: link: ranlib .libs/libgslspecfunc.a
  2836. libtool: link: ( cd ".libs" && rm -f "libgslspecfunc.la" && ln -s "../libgslspecfunc.la" "libgslspecfunc.la" )
  2837. make[2]: Leaving directory '/gsl/specfunc'
  2838. Making all in dht
  2839. make[2]: Entering directory '/gsl/dht'
  2840. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dht.lo dht.c
  2841. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dht.c -fPIC -DPIC -o .libs/dht.o
  2842. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dht.c -o dht.o >/dev/null 2>&1
  2843. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgsldht.la dht.lo -lm
  2844. libtool: link: ar cru .libs/libgsldht.a .libs/dht.o
  2845. ar:
  2846. `u' modifier ignored since `D' is the default (see `U')
  2847. libtool: link: ranlib .libs/libgsldht.a
  2848. libtool: link: ( cd ".libs" && rm -f "libgsldht.la" && ln -s "../libgsldht.la" "libgsldht.la" )
  2849. make[2]: Leaving directory '/gsl/dht'
  2850. Making all in qrng
  2851. make[2]: Entering directory '/gsl/qrng'
  2852. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qrng.lo qrng.c
  2853. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qrng.c -fPIC -DPIC -o .libs/qrng.o
  2854. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qrng.c -o qrng.o >/dev/null 2>&1
  2855. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o niederreiter-2.lo niederreiter-2.c
  2856. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c niederreiter-2.c -fPIC -DPIC -o .libs/niederreiter-2.o
  2857. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c niederreiter-2.c -o niederreiter-2.o >/dev/null 2>&1
  2858. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sobol.lo sobol.c
  2859. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sobol.c -fPIC -DPIC -o .libs/sobol.o
  2860. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sobol.c -o sobol.o >/dev/null 2>&1
  2861. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o halton.lo halton.c
  2862. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c halton.c -fPIC -DPIC -o .libs/halton.o
  2863. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c halton.c -o halton.o >/dev/null 2>&1
  2864. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o reversehalton.lo reversehalton.c
  2865. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reversehalton.c -fPIC -DPIC -o .libs/reversehalton.o
  2866. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reversehalton.c -o reversehalton.o >/dev/null 2>&1
  2867. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o inline.lo inline.c
  2868. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -fPIC -DPIC -o .libs/inline.o
  2869. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -o inline.o >/dev/null 2>&1
  2870. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslqrng.la qrng.lo niederreiter-2.lo sobol.lo halton.lo reversehalton.lo inline.lo -lm
  2871. libtool: link: ar cru .libs/libgslqrng.a .libs/qrng.o .libs/niederreiter-2.o .libs/sobol.o .libs/halton.o .libs/reversehalton.o .libs/inline.o
  2872. ar:
  2873. `u' modifier ignored since `D' is the default (see `U')
  2874. libtool: link: ranlib .libs/libgslqrng.a
  2875. libtool: link: ( cd ".libs" && rm -f "libgslqrng.la" && ln -s "../libgslqrng.la" "libgslqrng.la" )
  2876. make[2]: Leaving directory '/gsl/qrng'
  2877. Making all in rng
  2878. make[2]: Entering directory '/gsl/rng'
  2879. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o borosh13.lo borosh13.c
  2880. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c borosh13.c -fPIC -DPIC -o .libs/borosh13.o
  2881. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c borosh13.c -o borosh13.o >/dev/null 2>&1
  2882. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cmrg.lo cmrg.c
  2883. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cmrg.c -fPIC -DPIC -o .libs/cmrg.o
  2884. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cmrg.c -o cmrg.o >/dev/null 2>&1
  2885. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o coveyou.lo coveyou.c
  2886. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coveyou.c -fPIC -DPIC -o .libs/coveyou.o
  2887. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coveyou.c -o coveyou.o >/dev/null 2>&1
  2888. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o default.lo default.c
  2889. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c default.c -fPIC -DPIC -o .libs/default.o
  2890. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c default.c -o default.o >/dev/null 2>&1
  2891. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file.lo file.c
  2892. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -fPIC -DPIC -o .libs/file.o
  2893. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -o file.o >/dev/null 2>&1
  2894. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fishman18.lo fishman18.c
  2895. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fishman18.c -fPIC -DPIC -o .libs/fishman18.o
  2896. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fishman18.c -o fishman18.o >/dev/null 2>&1
  2897. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fishman20.lo fishman20.c
  2898. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fishman20.c -fPIC -DPIC -o .libs/fishman20.o
  2899. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fishman20.c -o fishman20.o >/dev/null 2>&1
  2900. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fishman2x.lo fishman2x.c
  2901. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fishman2x.c -fPIC -DPIC -o .libs/fishman2x.o
  2902. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fishman2x.c -o fishman2x.o >/dev/null 2>&1
  2903. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gfsr4.lo gfsr4.c
  2904. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gfsr4.c -fPIC -DPIC -o .libs/gfsr4.o
  2905. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gfsr4.c -o gfsr4.o >/dev/null 2>&1
  2906. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o knuthran2.lo knuthran2.c
  2907. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c knuthran2.c -fPIC -DPIC -o .libs/knuthran2.o
  2908. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c knuthran2.c -o knuthran2.o >/dev/null 2>&1
  2909. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o knuthran.lo knuthran.c
  2910. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c knuthran.c -fPIC -DPIC -o .libs/knuthran.o
  2911. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c knuthran.c -o knuthran.o >/dev/null 2>&1
  2912. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o knuthran2002.lo knuthran2002.c
  2913. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c knuthran2002.c -fPIC -DPIC -o .libs/knuthran2002.o
  2914. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c knuthran2002.c -o knuthran2002.o >/dev/null 2>&1
  2915. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lecuyer21.lo lecuyer21.c
  2916. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lecuyer21.c -fPIC -DPIC -o .libs/lecuyer21.o
  2917. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lecuyer21.c -o lecuyer21.o >/dev/null 2>&1
  2918. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o minstd.lo minstd.c
  2919. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minstd.c -fPIC -DPIC -o .libs/minstd.o
  2920. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minstd.c -o minstd.o >/dev/null 2>&1
  2921. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mrg.lo mrg.c
  2922. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mrg.c -fPIC -DPIC -o .libs/mrg.o
  2923. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mrg.c -o mrg.o >/dev/null 2>&1
  2924. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mt.lo mt.c
  2925. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mt.c -fPIC -DPIC -o .libs/mt.o
  2926. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mt.c -o mt.o >/dev/null 2>&1
  2927. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o r250.lo r250.c
  2928. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c r250.c -fPIC -DPIC -o .libs/r250.o
  2929. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c r250.c -o r250.o >/dev/null 2>&1
  2930. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ran0.lo ran0.c
  2931. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran0.c -fPIC -DPIC -o .libs/ran0.o
  2932. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran0.c -o ran0.o >/dev/null 2>&1
  2933. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ran1.lo ran1.c
  2934. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran1.c -fPIC -DPIC -o .libs/ran1.o
  2935. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran1.c -o ran1.o >/dev/null 2>&1
  2936. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ran2.lo ran2.c
  2937. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran2.c -fPIC -DPIC -o .libs/ran2.o
  2938. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran2.c -o ran2.o >/dev/null 2>&1
  2939. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ran3.lo ran3.c
  2940. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran3.c -fPIC -DPIC -o .libs/ran3.o
  2941. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran3.c -o ran3.o >/dev/null 2>&1
  2942. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rand48.lo rand48.c
  2943. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rand48.c -fPIC -DPIC -o .libs/rand48.o
  2944. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rand48.c -o rand48.o >/dev/null 2>&1
  2945. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rand.lo rand.c
  2946. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rand.c -fPIC -DPIC -o .libs/rand.o
  2947. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rand.c -o rand.o >/dev/null 2>&1
  2948. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o random.lo random.c
  2949. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c random.c -fPIC -DPIC -o .libs/random.o
  2950. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c random.c -o random.o >/dev/null 2>&1
  2951. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o randu.lo randu.c
  2952. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c randu.c -fPIC -DPIC -o .libs/randu.o
  2953. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c randu.c -o randu.o >/dev/null 2>&1
  2954. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ranf.lo ranf.c
  2955. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranf.c -fPIC -DPIC -o .libs/ranf.o
  2956. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranf.c -o ranf.o >/dev/null 2>&1
  2957. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ranlux.lo ranlux.c
  2958. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranlux.c -fPIC -DPIC -o .libs/ranlux.o
  2959. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranlux.c -o ranlux.o >/dev/null 2>&1
  2960. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ranlxd.lo ranlxd.c
  2961. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranlxd.c -fPIC -DPIC -o .libs/ranlxd.o
  2962. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranlxd.c -o ranlxd.o >/dev/null 2>&1
  2963. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ranlxs.lo ranlxs.c
  2964. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranlxs.c -fPIC -DPIC -o .libs/ranlxs.o
  2965. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranlxs.c -o ranlxs.o >/dev/null 2>&1
  2966. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ranmar.lo ranmar.c
  2967. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranmar.c -fPIC -DPIC -o .libs/ranmar.o
  2968. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranmar.c -o ranmar.o >/dev/null 2>&1
  2969. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rng.lo rng.c
  2970. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rng.c -fPIC -DPIC -o .libs/rng.o
  2971. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rng.c -o rng.o >/dev/null 2>&1
  2972. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o slatec.lo slatec.c
  2973. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c slatec.c -fPIC -DPIC -o .libs/slatec.o
  2974. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c slatec.c -o slatec.o >/dev/null 2>&1
  2975. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o taus.lo taus.c
  2976. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c taus.c -fPIC -DPIC -o .libs/taus.o
  2977. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c taus.c -o taus.o >/dev/null 2>&1
  2978. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o taus113.lo taus113.c
  2979. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c taus113.c -fPIC -DPIC -o .libs/taus113.o
  2980. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c taus113.c -o taus113.o >/dev/null 2>&1
  2981. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o transputer.lo transputer.c
  2982. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c transputer.c -fPIC -DPIC -o .libs/transputer.o
  2983. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c transputer.c -o transputer.o >/dev/null 2>&1
  2984. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o tt.lo tt.c
  2985. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tt.c -fPIC -DPIC -o .libs/tt.o
  2986. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tt.c -o tt.o >/dev/null 2>&1
  2987. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o types.lo types.c
  2988. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c types.c -fPIC -DPIC -o .libs/types.o
  2989. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c types.c -o types.o >/dev/null 2>&1
  2990. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o uni32.lo uni32.c
  2991. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c uni32.c -fPIC -DPIC -o .libs/uni32.o
  2992. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c uni32.c -o uni32.o >/dev/null 2>&1
  2993. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o uni.lo uni.c
  2994. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c uni.c -fPIC -DPIC -o .libs/uni.o
  2995. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c uni.c -o uni.o >/dev/null 2>&1
  2996. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o vax.lo vax.c
  2997. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vax.c -fPIC -DPIC -o .libs/vax.o
  2998. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vax.c -o vax.o >/dev/null 2>&1
  2999. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o waterman14.lo waterman14.c
  3000. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c waterman14.c -fPIC -DPIC -o .libs/waterman14.o
  3001. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c waterman14.c -o waterman14.o >/dev/null 2>&1
  3002. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zuf.lo zuf.c
  3003. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zuf.c -fPIC -DPIC -o .libs/zuf.o
  3004. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zuf.c -o zuf.o >/dev/null 2>&1
  3005. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o inline.lo inline.c
  3006. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -fPIC -DPIC -o .libs/inline.o
  3007. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -o inline.o >/dev/null 2>&1
  3008. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslrng.la borosh13.lo cmrg.lo coveyou.lo default.lo file.lo fishman18.lo fishman20.lo fishman2x.lo gfsr4.lo knuthran2.lo knuthran.lo knuthran2002.lo lecuyer21.lo minstd.lo mrg.lo mt.lo r250.lo ran0.lo ran1.lo ran2.lo ran3.lo rand48.lo rand.lo random.lo randu.lo ranf.lo ranlux.lo ranlxd.lo ranlxs.lo ranmar.lo rng.lo slatec.lo taus.lo taus113.lo transputer.lo tt.lo types.lo uni32.lo uni.lo vax.lo waterman14.lo zuf.lo inline.lo -lm
  3009. libtool: link: ar cru .libs/libgslrng.a .libs/borosh13.o .libs/cmrg.o .libs/coveyou.o .libs/default.o .libs/file.o .libs/fishman18.o .libs/fishman20.o .libs/fishman2x.o .libs/gfsr4.o .libs/knuthran2.o .libs/knuthran.o .libs/knuthran2002.o .libs/lecuyer21.o .libs/minstd.o .libs/mrg.o .libs/mt.o .libs/r250.o .libs/ran0.o .libs/ran1.o .libs/ran2.o .libs/ran3.o .libs/rand48.o .libs/rand.o .libs/random.o .libs/randu.o .libs/ranf.o .libs/ranlux.o .libs/ranlxd.o .libs/ranlxs.o .libs/ranmar.o .libs/rng.o .libs/slatec.o .libs/taus.o .libs/taus113.o .libs/transputer.o .libs/tt.o .libs/types.o .libs/uni32.o .libs/uni.o .libs/vax.o .libs/waterman14.o .libs/zuf.o .libs/inline.o
  3010. ar:
  3011. libtool: link: ranlib .libs/libgslrng.a
  3012. `u' modifier ignored since `D' is the default (see `U')
  3013. libtool: link: ( cd ".libs" && rm -f "libgslrng.la" && ln -s "../libgslrng.la" "libgslrng.la" )
  3014. make[2]: Leaving directory '/gsl/rng'
  3015. Making all in randist
  3016. make[2]: Entering directory '/gsl/randist'
  3017. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bernoulli.lo bernoulli.c
  3018. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bernoulli.c -fPIC -DPIC -o .libs/bernoulli.o
  3019. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bernoulli.c -o bernoulli.o >/dev/null 2>&1
  3020. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o beta.lo beta.c
  3021. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta.c -fPIC -DPIC -o .libs/beta.o
  3022. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta.c -o beta.o >/dev/null 2>&1
  3023. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bigauss.lo bigauss.c
  3024. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bigauss.c -fPIC -DPIC -o .libs/bigauss.o
  3025. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bigauss.c -o bigauss.o >/dev/null 2>&1
  3026. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o binomial.lo binomial.c
  3027. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c binomial.c -fPIC -DPIC -o .libs/binomial.o
  3028. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c binomial.c -o binomial.o >/dev/null 2>&1
  3029. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cauchy.lo cauchy.c
  3030. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cauchy.c -fPIC -DPIC -o .libs/cauchy.o
  3031. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cauchy.c -o cauchy.o >/dev/null 2>&1
  3032. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chisq.lo chisq.c
  3033. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chisq.c -fPIC -DPIC -o .libs/chisq.o
  3034. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chisq.c -o chisq.o >/dev/null 2>&1
  3035. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dirichlet.lo dirichlet.c
  3036. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dirichlet.c -fPIC -DPIC -o .libs/dirichlet.o
  3037. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dirichlet.c -o dirichlet.o >/dev/null 2>&1
  3038. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o discrete.lo discrete.c
  3039. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c discrete.c -fPIC -DPIC -o .libs/discrete.o
  3040. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c discrete.c -o discrete.o >/dev/null 2>&1
  3041. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o erlang.lo erlang.c
  3042. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c erlang.c -fPIC -DPIC -o .libs/erlang.o
  3043. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c erlang.c -o erlang.o >/dev/null 2>&1
  3044. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o exponential.lo exponential.c
  3045. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponential.c -fPIC -DPIC -o .libs/exponential.o
  3046. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponential.c -o exponential.o >/dev/null 2>&1
  3047. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o exppow.lo exppow.c
  3048. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exppow.c -fPIC -DPIC -o .libs/exppow.o
  3049. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exppow.c -o exppow.o >/dev/null 2>&1
  3050. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdist.lo fdist.c
  3051. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdist.c -fPIC -DPIC -o .libs/fdist.o
  3052. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdist.c -o fdist.o >/dev/null 2>&1
  3053. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o flat.lo flat.c
  3054. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c flat.c -fPIC -DPIC -o .libs/flat.o
  3055. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c flat.c -o flat.o >/dev/null 2>&1
  3056. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gamma.lo gamma.c
  3057. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma.c -fPIC -DPIC -o .libs/gamma.o
  3058. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma.c -o gamma.o >/dev/null 2>&1
  3059. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gauss.lo gauss.c
  3060. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gauss.c -fPIC -DPIC -o .libs/gauss.o
  3061. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gauss.c -o gauss.o >/dev/null 2>&1
  3062. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gausszig.lo gausszig.c
  3063. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gausszig.c -fPIC -DPIC -o .libs/gausszig.o
  3064. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gausszig.c -o gausszig.o >/dev/null 2>&1
  3065. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gausstail.lo gausstail.c
  3066. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gausstail.c -fPIC -DPIC -o .libs/gausstail.o
  3067. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gausstail.c -o gausstail.o >/dev/null 2>&1
  3068. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o geometric.lo geometric.c
  3069. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c geometric.c -fPIC -DPIC -o .libs/geometric.o
  3070. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c geometric.c -o geometric.o >/dev/null 2>&1
  3071. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gumbel.lo gumbel.c
  3072. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel.c -fPIC -DPIC -o .libs/gumbel.o
  3073. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel.c -o gumbel.o >/dev/null 2>&1
  3074. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hyperg.lo hyperg.c
  3075. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg.c -fPIC -DPIC -o .libs/hyperg.o
  3076. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg.c -o hyperg.o >/dev/null 2>&1
  3077. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o laplace.lo laplace.c
  3078. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laplace.c -fPIC -DPIC -o .libs/laplace.o
  3079. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laplace.c -o laplace.o >/dev/null 2>&1
  3080. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o levy.lo levy.c
  3081. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c levy.c -fPIC -DPIC -o .libs/levy.o
  3082. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c levy.c -o levy.o >/dev/null 2>&1
  3083. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o logarithmic.lo logarithmic.c
  3084. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logarithmic.c -fPIC -DPIC -o .libs/logarithmic.o
  3085. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logarithmic.c -o logarithmic.o >/dev/null 2>&1
  3086. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o logistic.lo logistic.c
  3087. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logistic.c -fPIC -DPIC -o .libs/logistic.o
  3088. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logistic.c -o logistic.o >/dev/null 2>&1
  3089. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lognormal.lo lognormal.c
  3090. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lognormal.c -fPIC -DPIC -o .libs/lognormal.o
  3091. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lognormal.c -o lognormal.o >/dev/null 2>&1
  3092. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o multinomial.lo multinomial.c
  3093. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c multinomial.c -fPIC -DPIC -o .libs/multinomial.o
  3094. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c multinomial.c -o multinomial.o >/dev/null 2>&1
  3095. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o nbinomial.lo nbinomial.c
  3096. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nbinomial.c -fPIC -DPIC -o .libs/nbinomial.o
  3097. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nbinomial.c -o nbinomial.o >/dev/null 2>&1
  3098. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pareto.lo pareto.c
  3099. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pareto.c -fPIC -DPIC -o .libs/pareto.o
  3100. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pareto.c -o pareto.o >/dev/null 2>&1
  3101. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pascal.lo pascal.c
  3102. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pascal.c -fPIC -DPIC -o .libs/pascal.o
  3103. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pascal.c -o pascal.o >/dev/null 2>&1
  3104. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o poisson.lo poisson.c
  3105. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poisson.c -fPIC -DPIC -o .libs/poisson.o
  3106. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poisson.c -o poisson.o >/dev/null 2>&1
  3107. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rayleigh.lo rayleigh.c
  3108. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rayleigh.c -fPIC -DPIC -o .libs/rayleigh.o
  3109. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rayleigh.c -o rayleigh.o >/dev/null 2>&1
  3110. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o shuffle.lo shuffle.c
  3111. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c shuffle.c -fPIC -DPIC -o .libs/shuffle.o
  3112. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c shuffle.c -o shuffle.o >/dev/null 2>&1
  3113. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sphere.lo sphere.c
  3114. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sphere.c -fPIC -DPIC -o .libs/sphere.o
  3115. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sphere.c -o sphere.o >/dev/null 2>&1
  3116. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o tdist.lo tdist.c
  3117. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tdist.c -fPIC -DPIC -o .libs/tdist.o
  3118. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tdist.c -o tdist.o >/dev/null 2>&1
  3119. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o weibull.lo weibull.c
  3120. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c weibull.c -fPIC -DPIC -o .libs/weibull.o
  3121. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c weibull.c -o weibull.o >/dev/null 2>&1
  3122. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o landau.lo landau.c
  3123. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c landau.c -fPIC -DPIC -o .libs/landau.o
  3124. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c landau.c -o landau.o >/dev/null 2>&1
  3125. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o binomial_tpe.lo binomial_tpe.c
  3126. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c binomial_tpe.c -fPIC -DPIC -o .libs/binomial_tpe.o
  3127. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c binomial_tpe.c -o binomial_tpe.o >/dev/null 2>&1
  3128. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslrandist.la bernoulli.lo beta.lo bigauss.lo binomial.lo cauchy.lo chisq.lo dirichlet.lo discrete.lo erlang.lo exponential.lo exppow.lo fdist.lo flat.lo gamma.lo gauss.lo gausszig.lo gausstail.lo geometric.lo gumbel.lo hyperg.lo laplace.lo levy.lo logarithmic.lo logistic.lo lognormal.lo multinomial.lo nbinomial.lo pareto.lo pascal.lo poisson.lo rayleigh.lo shuffle.lo sphere.lo tdist.lo weibull.lo landau.lo binomial_tpe.lo -lm
  3129. libtool: link: ar cru .libs/libgslrandist.a .libs/bernoulli.o .libs/beta.o .libs/bigauss.o .libs/binomial.o .libs/cauchy.o .libs/chisq.o .libs/dirichlet.o .libs/discrete.o .libs/erlang.o .libs/exponential.o .libs/exppow.o .libs/fdist.o .libs/flat.o .libs/gamma.o .libs/gauss.o .libs/gausszig.o .libs/gausstail.o .libs/geometric.o .libs/gumbel.o .libs/hyperg.o .libs/laplace.o .libs/levy.o .libs/logarithmic.o .libs/logistic.o .libs/lognormal.o .libs/multinomial.o .libs/nbinomial.o .libs/pareto.o .libs/pascal.o .libs/poisson.o .libs/rayleigh.o .libs/shuffle.o .libs/sphere.o .libs/tdist.o .libs/weibull.o .libs/landau.o .libs/binomial_tpe.o
  3130. ar:
  3131. `u' modifier ignored since `D' is the default (see `U')
  3132. libtool: link: ranlib .libs/libgslrandist.a
  3133. libtool: link: ( cd ".libs" && rm -f "libgslrandist.la" && ln -s "../libgslrandist.la" "libgslrandist.la" )
  3134. make[2]: Leaving directory '/gsl/randist'
  3135. Making all in fft
  3136. make[2]: Entering directory '/gsl/fft'
  3137. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dft.lo dft.c
  3138. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dft.c -fPIC -DPIC -o .libs/dft.o
  3139. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dft.c -o dft.o >/dev/null 2>&1
  3140. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fft.lo fft.c
  3141. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fft.c -fPIC -DPIC -o .libs/fft.o
  3142. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fft.c -o fft.o >/dev/null 2>&1
  3143. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslfft.la dft.lo fft.lo -lm
  3144. libtool: link: ar cru .libs/libgslfft.a .libs/dft.o .libs/fft.o
  3145. ar:
  3146. `u' modifier ignored since `D' is the default (see `U')
  3147. libtool: link: ranlib .libs/libgslfft.a
  3148. libtool: link: ( cd ".libs" && rm -f "libgslfft.la" && ln -s "../libgslfft.la" "libgslfft.la" )
  3149. make[2]: Leaving directory '/gsl/fft'
  3150. Making all in poly
  3151. make[2]: Entering directory '/gsl/poly'
  3152. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dd.lo dd.c
  3153. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dd.c -fPIC -DPIC -o .libs/dd.o
  3154. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dd.c -o dd.o >/dev/null 2>&1
  3155. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o eval.lo eval.c
  3156. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c eval.c -fPIC -DPIC -o .libs/eval.o
  3157. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c eval.c -o eval.o >/dev/null 2>&1
  3158. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o solve_quadratic.lo solve_quadratic.c
  3159. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c solve_quadratic.c -fPIC -DPIC -o .libs/solve_quadratic.o
  3160. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c solve_quadratic.c -o solve_quadratic.o >/dev/null 2>&1
  3161. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o solve_cubic.lo solve_cubic.c
  3162. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c solve_cubic.c -fPIC -DPIC -o .libs/solve_cubic.o
  3163. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c solve_cubic.c -o solve_cubic.o >/dev/null 2>&1
  3164. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zsolve_quadratic.lo zsolve_quadratic.c
  3165. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve_quadratic.c -fPIC -DPIC -o .libs/zsolve_quadratic.o
  3166. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve_quadratic.c -o zsolve_quadratic.o >/dev/null 2>&1
  3167. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zsolve_cubic.lo zsolve_cubic.c
  3168. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve_cubic.c -fPIC -DPIC -o .libs/zsolve_cubic.o
  3169. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve_cubic.c -o zsolve_cubic.o >/dev/null 2>&1
  3170. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zsolve.lo zsolve.c
  3171. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve.c -fPIC -DPIC -o .libs/zsolve.o
  3172. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve.c -o zsolve.o >/dev/null 2>&1
  3173. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zsolve_init.lo zsolve_init.c
  3174. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve_init.c -fPIC -DPIC -o .libs/zsolve_init.o
  3175. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve_init.c -o zsolve_init.o >/dev/null 2>&1
  3176. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o deriv.lo deriv.c
  3177. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c deriv.c -fPIC -DPIC -o .libs/deriv.o
  3178. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c deriv.c -o deriv.o >/dev/null 2>&1
  3179. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslpoly.la dd.lo eval.lo solve_quadratic.lo solve_cubic.lo zsolve_quadratic.lo zsolve_cubic.lo zsolve.lo zsolve_init.lo deriv.lo -lm
  3180. libtool: link: ar cru .libs/libgslpoly.a .libs/dd.o .libs/eval.o .libs/solve_quadratic.o .libs/solve_cubic.o .libs/zsolve_quadratic.o .libs/zsolve_cubic.o .libs/zsolve.o .libs/zsolve_init.o .libs/deriv.o
  3181. ar:
  3182. `u' modifier ignored since `D' is the default (see `U')
  3183. libtool: link: ranlib .libs/libgslpoly.a
  3184. libtool: link: ( cd ".libs" && rm -f "libgslpoly.la" && ln -s "../libgslpoly.la" "libgslpoly.la" )
  3185. make[2]: Leaving directory '/gsl/poly'
  3186. Making all in fit
  3187. make[2]: Entering directory '/gsl/fit'
  3188. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o linear.lo linear.c
  3189. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c linear.c -fPIC -DPIC -o .libs/linear.o
  3190. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c linear.c -o linear.o >/dev/null 2>&1
  3191. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslfit.la linear.lo -lm
  3192. libtool: link: ar cru .libs/libgslfit.a .libs/linear.o
  3193. ar:
  3194. `u' modifier ignored since `D' is the default (see `U')
  3195. libtool: link: ranlib .libs/libgslfit.a
  3196. libtool: link: ( cd ".libs" && rm -f "libgslfit.la" && ln -s "../libgslfit.la" "libgslfit.la" )
  3197. make[2]: Leaving directory '/gsl/fit'
  3198. Making all in multifit
  3199. make[2]: Entering directory '/gsl/multifit'
  3200. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o multilinear.lo multilinear.c
  3201. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c multilinear.c -fPIC -DPIC -o .libs/multilinear.o
  3202. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c multilinear.c -o multilinear.o >/dev/null 2>&1
  3203. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o work.lo work.c
  3204. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c work.c -fPIC -DPIC -o .libs/work.o
  3205. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c work.c -o work.o >/dev/null 2>&1
  3206. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lmder.lo lmder.c
  3207. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lmder.c -fPIC -DPIC -o .libs/lmder.o
  3208. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lmder.c -o lmder.o >/dev/null 2>&1
  3209. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fsolver.lo fsolver.c
  3210. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -fPIC -DPIC -o .libs/fsolver.o
  3211. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -o fsolver.o >/dev/null 2>&1
  3212. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdfsolver.lo fdfsolver.c
  3213. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfsolver.c -fPIC -DPIC -o .libs/fdfsolver.o
  3214. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfsolver.c -o fdfsolver.o >/dev/null 2>&1
  3215. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o convergence.lo convergence.c
  3216. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -fPIC -DPIC -o .libs/convergence.o
  3217. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -o convergence.o >/dev/null 2>&1
  3218. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gradient.lo gradient.c
  3219. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gradient.c -fPIC -DPIC -o .libs/gradient.o
  3220. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gradient.c -o gradient.o >/dev/null 2>&1
  3221. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o covar.lo covar.c
  3222. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c covar.c -fPIC -DPIC -o .libs/covar.o
  3223. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c covar.c -o covar.o >/dev/null 2>&1
  3224. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslmultifit.la multilinear.lo work.lo lmder.lo fsolver.lo fdfsolver.lo convergence.lo gradient.lo covar.lo -lm
  3225. libtool: link: ar cru .libs/libgslmultifit.a .libs/multilinear.o .libs/work.o .libs/lmder.o .libs/fsolver.o .libs/fdfsolver.o .libs/convergence.o .libs/gradient.o .libs/covar.o
  3226. ar:
  3227. `u' modifier ignored since `D' is the default (see `U')
  3228. libtool: link: ranlib .libs/libgslmultifit.a
  3229. libtool: link: ( cd ".libs" && rm -f "libgslmultifit.la" && ln -s "../libgslmultifit.la" "libgslmultifit.la" )
  3230. make[2]: Leaving directory '/gsl/multifit'
  3231. Making all in statistics
  3232. make[2]: Entering directory '/gsl/statistics'
  3233. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mean.lo mean.c
  3234. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mean.c -fPIC -DPIC -o .libs/mean.o
  3235. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mean.c -o mean.o >/dev/null 2>&1
  3236. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o variance.lo variance.c
  3237. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c variance.c -fPIC -DPIC -o .libs/variance.o
  3238. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c variance.c -o variance.o >/dev/null 2>&1
  3239. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o absdev.lo absdev.c
  3240. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c absdev.c -fPIC -DPIC -o .libs/absdev.o
  3241. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c absdev.c -o absdev.o >/dev/null 2>&1
  3242. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o skew.lo skew.c
  3243. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c skew.c -fPIC -DPIC -o .libs/skew.o
  3244. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c skew.c -o skew.o >/dev/null 2>&1
  3245. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o kurtosis.lo kurtosis.c
  3246. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c kurtosis.c -fPIC -DPIC -o .libs/kurtosis.o
  3247. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c kurtosis.c -o kurtosis.o >/dev/null 2>&1
  3248. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lag1.lo lag1.c
  3249. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lag1.c -fPIC -DPIC -o .libs/lag1.o
  3250. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lag1.c -o lag1.o >/dev/null 2>&1
  3251. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o p_variance.lo p_variance.c
  3252. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c p_variance.c -fPIC -DPIC -o .libs/p_variance.o
  3253. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c p_variance.c -o p_variance.o >/dev/null 2>&1
  3254. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o minmax.lo minmax.c
  3255. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -fPIC -DPIC -o .libs/minmax.o
  3256. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -o minmax.o >/dev/null 2>&1
  3257. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ttest.lo ttest.c
  3258. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ttest.c -fPIC -DPIC -o .libs/ttest.o
  3259. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ttest.c -o ttest.o >/dev/null 2>&1
  3260. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o median.lo median.c
  3261. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c median.c -fPIC -DPIC -o .libs/median.o
  3262. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c median.c -o median.o >/dev/null 2>&1
  3263. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o covariance.lo covariance.c
  3264. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c covariance.c -fPIC -DPIC -o .libs/covariance.o
  3265. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c covariance.c -o covariance.o >/dev/null 2>&1
  3266. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o quantiles.lo quantiles.c
  3267. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c quantiles.c -fPIC -DPIC -o .libs/quantiles.o
  3268. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c quantiles.c -o quantiles.o >/dev/null 2>&1
  3269. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o wmean.lo wmean.c
  3270. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wmean.c -fPIC -DPIC -o .libs/wmean.o
  3271. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wmean.c -o wmean.o >/dev/null 2>&1
  3272. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o wvariance.lo wvariance.c
  3273. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wvariance.c -fPIC -DPIC -o .libs/wvariance.o
  3274. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wvariance.c -o wvariance.o >/dev/null 2>&1
  3275. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o wabsdev.lo wabsdev.c
  3276. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wabsdev.c -fPIC -DPIC -o .libs/wabsdev.o
  3277. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wabsdev.c -o wabsdev.o >/dev/null 2>&1
  3278. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o wskew.lo wskew.c
  3279. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wskew.c -fPIC -DPIC -o .libs/wskew.o
  3280. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wskew.c -o wskew.o >/dev/null 2>&1
  3281. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o wkurtosis.lo wkurtosis.c
  3282. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wkurtosis.c -fPIC -DPIC -o .libs/wkurtosis.o
  3283. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wkurtosis.c -o wkurtosis.o >/dev/null 2>&1
  3284. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslstatistics.la mean.lo variance.lo absdev.lo skew.lo kurtosis.lo lag1.lo p_variance.lo minmax.lo ttest.lo median.lo covariance.lo quantiles.lo wmean.lo wvariance.lo wabsdev.lo wskew.lo wkurtosis.lo -lm
  3285. libtool: link: ar cru .libs/libgslstatistics.a .libs/mean.o .libs/variance.o .libs/absdev.o .libs/skew.o .libs/kurtosis.o .libs/lag1.o .libs/p_variance.o .libs/minmax.o .libs/ttest.o .libs/median.o .libs/covariance.o .libs/quantiles.o .libs/wmean.o .libs/wvariance.o .libs/wabsdev.o .libs/wskew.o .libs/wkurtosis.o
  3286. ar:
  3287. `u' modifier ignored since `D' is the default (see `U')
  3288. libtool: link: ranlib .libs/libgslstatistics.a
  3289. libtool: link: ( cd ".libs" && rm -f "libgslstatistics.la" && ln -s "../libgslstatistics.la" "libgslstatistics.la" )
  3290. make[2]: Leaving directory '/gsl/statistics'
  3291. Making all in siman
  3292. make[2]: Entering directory '/gsl/siman'
  3293. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o siman.lo siman.c
  3294. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c siman.c -fPIC -DPIC -o .libs/siman.o
  3295. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c siman.c -o siman.o >/dev/null 2>&1
  3296. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslsiman.la siman.lo -lm
  3297. libtool: link: ar cru .libs/libgslsiman.a .libs/siman.o
  3298. ar:
  3299. `u' modifier ignored since `D' is the default (see `U')
  3300. libtool: link: ranlib .libs/libgslsiman.a
  3301. libtool: link: ( cd ".libs" && rm -f "libgslsiman.la" && ln -s "../libgslsiman.la" "libgslsiman.la" )
  3302. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c siman_tsp.c
  3303. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o siman_tsp siman_tsp.o libgslsiman.la ../rng/libgslrng.la ../ieee-utils/libgslieeeutils.la ../err/libgslerr.la ../sys/libgslsys.la ../utils/libutils.la -lm
  3304. libtool: link: gcc -g -O2 -o siman_tsp siman_tsp.o ./.libs/libgslsiman.a ../rng/.libs/libgslrng.a ../ieee-utils/.libs/libgslieeeutils.a ../err/.libs/libgslerr.a ../sys/.libs/libgslsys.a ../utils/.libs/libutils.a -lm
  3305. make[2]: Leaving directory '/gsl/siman'
  3306. Making all in sum
  3307. make[2]: Entering directory '/gsl/sum'
  3308. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o levin_u.lo levin_u.c
  3309. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c levin_u.c -fPIC -DPIC -o .libs/levin_u.o
  3310. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c levin_u.c -o levin_u.o >/dev/null 2>&1
  3311. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o levin_utrunc.lo levin_utrunc.c
  3312. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c levin_utrunc.c -fPIC -DPIC -o .libs/levin_utrunc.o
  3313. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c levin_utrunc.c -o levin_utrunc.o >/dev/null 2>&1
  3314. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o work_u.lo work_u.c
  3315. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c work_u.c -fPIC -DPIC -o .libs/work_u.o
  3316. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c work_u.c -o work_u.o >/dev/null 2>&1
  3317. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o work_utrunc.lo work_utrunc.c
  3318. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c work_utrunc.c -fPIC -DPIC -o .libs/work_utrunc.o
  3319. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c work_utrunc.c -o work_utrunc.o >/dev/null 2>&1
  3320. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslsum.la levin_u.lo levin_utrunc.lo work_u.lo work_utrunc.lo -lm
  3321. libtool: link: ar cru .libs/libgslsum.a .libs/levin_u.o .libs/levin_utrunc.o .libs/work_u.o .libs/work_utrunc.o
  3322. ar:
  3323. `u' modifier ignored since `D' is the default (see `U')
  3324. libtool: link: ranlib .libs/libgslsum.a
  3325. libtool: link: ( cd ".libs" && rm -f "libgslsum.la" && ln -s "../libgslsum.la" "libgslsum.la" )
  3326. make[2]: Leaving directory '/gsl/sum'
  3327. Making all in integration
  3328. make[2]: Entering directory '/gsl/integration'
  3329. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qk15.lo qk15.c
  3330. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk15.c -fPIC -DPIC -o .libs/qk15.o
  3331. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk15.c -o qk15.o >/dev/null 2>&1
  3332. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qk21.lo qk21.c
  3333. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk21.c -fPIC -DPIC -o .libs/qk21.o
  3334. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk21.c -o qk21.o >/dev/null 2>&1
  3335. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qk31.lo qk31.c
  3336. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk31.c -fPIC -DPIC -o .libs/qk31.o
  3337. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk31.c -o qk31.o >/dev/null 2>&1
  3338. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qk41.lo qk41.c
  3339. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk41.c -fPIC -DPIC -o .libs/qk41.o
  3340. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk41.c -o qk41.o >/dev/null 2>&1
  3341. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qk51.lo qk51.c
  3342. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk51.c -fPIC -DPIC -o .libs/qk51.o
  3343. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk51.c -o qk51.o >/dev/null 2>&1
  3344. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qk61.lo qk61.c
  3345. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk61.c -fPIC -DPIC -o .libs/qk61.o
  3346. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk61.c -o qk61.o >/dev/null 2>&1
  3347. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qk.lo qk.c
  3348. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk.c -fPIC -DPIC -o .libs/qk.o
  3349. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk.c -o qk.o >/dev/null 2>&1
  3350. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qng.lo qng.c
  3351. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qng.c -fPIC -DPIC -o .libs/qng.o
  3352. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qng.c -o qng.o >/dev/null 2>&1
  3353. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qag.lo qag.c
  3354. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qag.c -fPIC -DPIC -o .libs/qag.o
  3355. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qag.c -o qag.o >/dev/null 2>&1
  3356. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qags.lo qags.c
  3357. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qags.c -fPIC -DPIC -o .libs/qags.o
  3358. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qags.c -o qags.o >/dev/null 2>&1
  3359. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qagp.lo qagp.c
  3360. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qagp.c -fPIC -DPIC -o .libs/qagp.o
  3361. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qagp.c -o qagp.o >/dev/null 2>&1
  3362. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o workspace.lo workspace.c
  3363. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c workspace.c -fPIC -DPIC -o .libs/workspace.o
  3364. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c workspace.c -o workspace.o >/dev/null 2>&1
  3365. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qcheb.lo qcheb.c
  3366. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qcheb.c -fPIC -DPIC -o .libs/qcheb.o
  3367. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qcheb.c -o qcheb.o >/dev/null 2>&1
  3368. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qawc.lo qawc.c
  3369. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qawc.c -fPIC -DPIC -o .libs/qawc.o
  3370. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qawc.c -o qawc.o >/dev/null 2>&1
  3371. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qmomo.lo qmomo.c
  3372. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qmomo.c -fPIC -DPIC -o .libs/qmomo.o
  3373. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qmomo.c -o qmomo.o >/dev/null 2>&1
  3374. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qaws.lo qaws.c
  3375. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qaws.c -fPIC -DPIC -o .libs/qaws.o
  3376. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qaws.c -o qaws.o >/dev/null 2>&1
  3377. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qmomof.lo qmomof.c
  3378. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qmomof.c -fPIC -DPIC -o .libs/qmomof.o
  3379. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qmomof.c -o qmomof.o >/dev/null 2>&1
  3380. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qawo.lo qawo.c
  3381. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qawo.c -fPIC -DPIC -o .libs/qawo.o
  3382. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qawo.c -o qawo.o >/dev/null 2>&1
  3383. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qawf.lo qawf.c
  3384. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qawf.c -fPIC -DPIC -o .libs/qawf.o
  3385. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qawf.c -o qawf.o >/dev/null 2>&1
  3386. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslintegration.la qk15.lo qk21.lo qk31.lo qk41.lo qk51.lo qk61.lo qk.lo qng.lo qag.lo qags.lo qagp.lo workspace.lo qcheb.lo qawc.lo qmomo.lo qaws.lo qmomof.lo qawo.lo qawf.lo -lm
  3387. libtool: link: ar cru .libs/libgslintegration.a .libs/qk15.o .libs/qk21.o .libs/qk31.o .libs/qk41.o .libs/qk51.o .libs/qk61.o .libs/qk.o .libs/qng.o .libs/qag.o .libs/qags.o .libs/qagp.o .libs/workspace.o .libs/qcheb.o .libs/qawc.o .libs/qmomo.o .libs/qaws.o .libs/qmomof.o .libs/qawo.o .libs/qawf.o
  3388. ar:
  3389. `u' modifier ignored since `D' is the default (see `U')
  3390. libtool: link: ranlib .libs/libgslintegration.a
  3391. libtool: link: ( cd ".libs" && rm -f "libgslintegration.la" && ln -s "../libgslintegration.la" "libgslintegration.la" )
  3392. make[2]: Leaving directory '/gsl/integration'
  3393. Making all in interpolation
  3394. make[2]: Entering directory '/gsl/interpolation'
  3395. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o accel.lo accel.c
  3396. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c accel.c -fPIC -DPIC -o .libs/accel.o
  3397. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c accel.c -o accel.o >/dev/null 2>&1
  3398. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o akima.lo akima.c
  3399. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c akima.c -fPIC -DPIC -o .libs/akima.o
  3400. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c akima.c -o akima.o >/dev/null 2>&1
  3401. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cspline.lo cspline.c
  3402. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cspline.c -fPIC -DPIC -o .libs/cspline.o
  3403. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cspline.c -o cspline.o >/dev/null 2>&1
  3404. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o interp.lo interp.c
  3405. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c interp.c -fPIC -DPIC -o .libs/interp.o
  3406. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c interp.c -o interp.o >/dev/null 2>&1
  3407. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o linear.lo linear.c
  3408. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c linear.c -fPIC -DPIC -o .libs/linear.o
  3409. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c linear.c -o linear.o >/dev/null 2>&1
  3410. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o spline.lo spline.c
  3411. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c spline.c -fPIC -DPIC -o .libs/spline.o
  3412. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c spline.c -o spline.o >/dev/null 2>&1
  3413. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o poly.lo poly.c
  3414. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poly.c -fPIC -DPIC -o .libs/poly.o
  3415. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poly.c -o poly.o >/dev/null 2>&1
  3416. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o inline.lo inline.c
  3417. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -fPIC -DPIC -o .libs/inline.o
  3418. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -o inline.o >/dev/null 2>&1
  3419. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslinterpolation.la accel.lo akima.lo cspline.lo interp.lo linear.lo spline.lo poly.lo inline.lo -lm
  3420. libtool: link: ar cru .libs/libgslinterpolation.a .libs/accel.o .libs/akima.o .libs/cspline.o .libs/interp.o .libs/linear.o .libs/spline.o .libs/poly.o .libs/inline.o
  3421. ar:
  3422. `u' modifier ignored since `D' is the default (see `U')
  3423. libtool: link: ranlib .libs/libgslinterpolation.a
  3424. libtool: link: ( cd ".libs" && rm -f "libgslinterpolation.la" && ln -s "../libgslinterpolation.la" "libgslinterpolation.la" )
  3425. make[2]: Leaving directory '/gsl/interpolation'
  3426. Making all in histogram
  3427. make[2]: Entering directory '/gsl/histogram'
  3428. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o add.lo add.c
  3429. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c add.c -fPIC -DPIC -o .libs/add.o
  3430. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c add.c -o add.o >/dev/null 2>&1
  3431. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o get.lo get.c
  3432. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c get.c -fPIC -DPIC -o .libs/get.o
  3433. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c get.c -o get.o >/dev/null 2>&1
  3434. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init.lo init.c
  3435. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o
  3436. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -o init.o >/dev/null 2>&1
  3437. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o params.lo params.c
  3438. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c params.c -fPIC -DPIC -o .libs/params.o
  3439. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c params.c -o params.o >/dev/null 2>&1
  3440. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o reset.lo reset.c
  3441. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reset.c -fPIC -DPIC -o .libs/reset.o
  3442. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reset.c -o reset.o >/dev/null 2>&1
  3443. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file.lo file.c
  3444. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -fPIC -DPIC -o .libs/file.o
  3445. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -o file.o >/dev/null 2>&1
  3446. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pdf.lo pdf.c
  3447. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pdf.c -fPIC -DPIC -o .libs/pdf.o
  3448. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pdf.c -o pdf.o >/dev/null 2>&1
  3449. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o add2d.lo add2d.c
  3450. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c add2d.c -fPIC -DPIC -o .libs/add2d.o
  3451. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c add2d.c -o add2d.o >/dev/null 2>&1
  3452. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o get2d.lo get2d.c
  3453. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c get2d.c -fPIC -DPIC -o .libs/get2d.o
  3454. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c get2d.c -o get2d.o >/dev/null 2>&1
  3455. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init2d.lo init2d.c
  3456. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init2d.c -fPIC -DPIC -o .libs/init2d.o
  3457. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init2d.c -o init2d.o >/dev/null 2>&1
  3458. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o params2d.lo params2d.c
  3459. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c params2d.c -fPIC -DPIC -o .libs/params2d.o
  3460. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c params2d.c -o params2d.o >/dev/null 2>&1
  3461. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o reset2d.lo reset2d.c
  3462. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reset2d.c -fPIC -DPIC -o .libs/reset2d.o
  3463. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reset2d.c -o reset2d.o >/dev/null 2>&1
  3464. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file2d.lo file2d.c
  3465. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file2d.c -fPIC -DPIC -o .libs/file2d.o
  3466. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file2d.c -o file2d.o >/dev/null 2>&1
  3467. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pdf2d.lo pdf2d.c
  3468. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pdf2d.c -fPIC -DPIC -o .libs/pdf2d.o
  3469. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pdf2d.c -o pdf2d.o >/dev/null 2>&1
  3470. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o calloc_range.lo calloc_range.c
  3471. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c calloc_range.c -fPIC -DPIC -o .libs/calloc_range.o
  3472. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c calloc_range.c -o calloc_range.o >/dev/null 2>&1
  3473. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o calloc_range2d.lo calloc_range2d.c
  3474. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c calloc_range2d.c -fPIC -DPIC -o .libs/calloc_range2d.o
  3475. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c calloc_range2d.c -o calloc_range2d.o >/dev/null 2>&1
  3476. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o copy.lo copy.c
  3477. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy.c -fPIC -DPIC -o .libs/copy.o
  3478. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy.c -o copy.o >/dev/null 2>&1
  3479. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o copy2d.lo copy2d.c
  3480. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy2d.c -fPIC -DPIC -o .libs/copy2d.o
  3481. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy2d.c -o copy2d.o >/dev/null 2>&1
  3482. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o maxval.lo maxval.c
  3483. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c maxval.c -fPIC -DPIC -o .libs/maxval.o
  3484. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c maxval.c -o maxval.o >/dev/null 2>&1
  3485. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o maxval2d.lo maxval2d.c
  3486. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c maxval2d.c -fPIC -DPIC -o .libs/maxval2d.o
  3487. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c maxval2d.c -o maxval2d.o >/dev/null 2>&1
  3488. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o oper.lo oper.c
  3489. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper.c -fPIC -DPIC -o .libs/oper.o
  3490. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper.c -o oper.o >/dev/null 2>&1
  3491. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o oper2d.lo oper2d.c
  3492. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper2d.c -fPIC -DPIC -o .libs/oper2d.o
  3493. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper2d.c -o oper2d.o >/dev/null 2>&1
  3494. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o stat.lo stat.c
  3495. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stat.c -fPIC -DPIC -o .libs/stat.o
  3496. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stat.c -o stat.o >/dev/null 2>&1
  3497. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o stat2d.lo stat2d.c
  3498. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stat2d.c -fPIC -DPIC -o .libs/stat2d.o
  3499. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stat2d.c -o stat2d.o >/dev/null 2>&1
  3500. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslhistogram.la add.lo get.lo init.lo params.lo reset.lo file.lo pdf.lo add2d.lo get2d.lo init2d.lo params2d.lo reset2d.lo file2d.lo pdf2d.lo calloc_range.lo calloc_range2d.lo copy.lo copy2d.lo maxval.lo maxval2d.lo oper.lo oper2d.lo stat.lo stat2d.lo -lm
  3501. libtool: link: ar cru .libs/libgslhistogram.a .libs/add.o .libs/get.o .libs/init.o .libs/params.o .libs/reset.o .libs/file.o .libs/pdf.o .libs/add2d.o .libs/get2d.o .libs/init2d.o .libs/params2d.o .libs/reset2d.o .libs/file2d.o .libs/pdf2d.o .libs/calloc_range.o .libs/calloc_range2d.o .libs/copy.o .libs/copy2d.o .libs/maxval.o .libs/maxval2d.o .libs/oper.o .libs/oper2d.o .libs/stat.o .libs/stat2d.o
  3502. libtool: link: ranlib .libs/libgslhistogram.a
  3503. ar: `u' modifier ignored since `D' is the default (see `U')
  3504. libtool: link: ( cd ".libs" && rm -f "libgslhistogram.la" && ln -s "../libgslhistogram.la" "libgslhistogram.la" )
  3505. make[2]: Leaving directory '/gsl/histogram'
  3506. Making all in ode-initval
  3507. make[2]: Entering directory '/gsl/ode-initval'
  3508. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o control.lo control.c
  3509. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c control.c -fPIC -DPIC -o .libs/control.o
  3510. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c control.c -o control.o >/dev/null 2>&1
  3511. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cstd.lo cstd.c
  3512. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cstd.c -fPIC -DPIC -o .libs/cstd.o
  3513. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cstd.c -o cstd.o >/dev/null 2>&1
  3514. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cscal.lo cscal.c
  3515. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cscal.c -fPIC -DPIC -o .libs/cscal.o
  3516. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cscal.c -o cscal.o >/dev/null 2>&1
  3517. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o evolve.lo evolve.c
  3518. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c evolve.c -fPIC -DPIC -o .libs/evolve.o
  3519. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c evolve.c -o evolve.o >/dev/null 2>&1
  3520. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o step.lo step.c
  3521. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c step.c -fPIC -DPIC -o .libs/step.o
  3522. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c step.c -o step.o >/dev/null 2>&1
  3523. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rk2.lo rk2.c
  3524. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk2.c -fPIC -DPIC -o .libs/rk2.o
  3525. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk2.c -o rk2.o >/dev/null 2>&1
  3526. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rk2imp.lo rk2imp.c
  3527. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk2imp.c -fPIC -DPIC -o .libs/rk2imp.o
  3528. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk2imp.c -o rk2imp.o >/dev/null 2>&1
  3529. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rk2simp.lo rk2simp.c
  3530. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk2simp.c -fPIC -DPIC -o .libs/rk2simp.o
  3531. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk2simp.c -o rk2simp.o >/dev/null 2>&1
  3532. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rk4.lo rk4.c
  3533. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk4.c -fPIC -DPIC -o .libs/rk4.o
  3534. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk4.c -o rk4.o >/dev/null 2>&1
  3535. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rk4imp.lo rk4imp.c
  3536. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk4imp.c -fPIC -DPIC -o .libs/rk4imp.o
  3537. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk4imp.c -o rk4imp.o >/dev/null 2>&1
  3538. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rkf45.lo rkf45.c
  3539. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rkf45.c -fPIC -DPIC -o .libs/rkf45.o
  3540. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rkf45.c -o rkf45.o >/dev/null 2>&1
  3541. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rk8pd.lo rk8pd.c
  3542. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk8pd.c -fPIC -DPIC -o .libs/rk8pd.o
  3543. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk8pd.c -o rk8pd.o >/dev/null 2>&1
  3544. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rkck.lo rkck.c
  3545. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rkck.c -fPIC -DPIC -o .libs/rkck.o
  3546. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rkck.c -o rkck.o >/dev/null 2>&1
  3547. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bsimp.lo bsimp.c
  3548. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bsimp.c -fPIC -DPIC -o .libs/bsimp.o
  3549. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bsimp.c -o bsimp.o >/dev/null 2>&1
  3550. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gear1.lo gear1.c
  3551. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gear1.c -fPIC -DPIC -o .libs/gear1.o
  3552. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gear1.c -o gear1.o >/dev/null 2>&1
  3553. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gear2.lo gear2.c
  3554. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gear2.c -fPIC -DPIC -o .libs/gear2.o
  3555. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gear2.c -o gear2.o >/dev/null 2>&1
  3556. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslodeiv.la control.lo cstd.lo cscal.lo evolve.lo step.lo rk2.lo rk2imp.lo rk2simp.lo rk4.lo rk4imp.lo rkf45.lo rk8pd.lo rkck.lo bsimp.lo gear1.lo gear2.lo -lm
  3557. libtool: link: ar cru .libs/libgslodeiv.a .libs/control.o .libs/cstd.o .libs/cscal.o .libs/evolve.o .libs/step.o .libs/rk2.o .libs/rk2imp.o .libs/rk2simp.o .libs/rk4.o .libs/rk4imp.o .libs/rkf45.o .libs/rk8pd.o .libs/rkck.o .libs/bsimp.o .libs/gear1.o .libs/gear2.o
  3558. ar:
  3559. `u' modifier ignored since `D' is the default (see `U')
  3560. libtool: link: ranlib .libs/libgslodeiv.a
  3561. libtool: link: ( cd ".libs" && rm -f "libgslodeiv.la" && ln -s "../libgslodeiv.la" "libgslodeiv.la" )
  3562. make[2]: Leaving directory '/gsl/ode-initval'
  3563. Making all in roots
  3564. make[2]: Entering directory '/gsl/roots'
  3565. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bisection.lo bisection.c
  3566. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bisection.c -fPIC -DPIC -o .libs/bisection.o
  3567. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bisection.c -o bisection.o >/dev/null 2>&1
  3568. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o brent.lo brent.c
  3569. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c brent.c -fPIC -DPIC -o .libs/brent.o
  3570. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c brent.c -o brent.o >/dev/null 2>&1
  3571. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o falsepos.lo falsepos.c
  3572. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c falsepos.c -fPIC -DPIC -o .libs/falsepos.o
  3573. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c falsepos.c -o falsepos.o >/dev/null 2>&1
  3574. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o newton.lo newton.c
  3575. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c newton.c -fPIC -DPIC -o .libs/newton.o
  3576. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c newton.c -o newton.o >/dev/null 2>&1
  3577. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o secant.lo secant.c
  3578. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c secant.c -fPIC -DPIC -o .libs/secant.o
  3579. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c secant.c -o secant.o >/dev/null 2>&1
  3580. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o steffenson.lo steffenson.c
  3581. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c steffenson.c -fPIC -DPIC -o .libs/steffenson.o
  3582. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c steffenson.c -o steffenson.o >/dev/null 2>&1
  3583. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o convergence.lo convergence.c
  3584. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -fPIC -DPIC -o .libs/convergence.o
  3585. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -o convergence.o >/dev/null 2>&1
  3586. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fsolver.lo fsolver.c
  3587. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -fPIC -DPIC -o .libs/fsolver.o
  3588. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -o fsolver.o >/dev/null 2>&1
  3589. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdfsolver.lo fdfsolver.c
  3590. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfsolver.c -fPIC -DPIC -o .libs/fdfsolver.o
  3591. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfsolver.c -o fdfsolver.o >/dev/null 2>&1
  3592. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslroots.la bisection.lo brent.lo falsepos.lo newton.lo secant.lo steffenson.lo convergence.lo fsolver.lo fdfsolver.lo -lm
  3593. libtool: link: ar cru .libs/libgslroots.a .libs/bisection.o .libs/brent.o .libs/falsepos.o .libs/newton.o .libs/secant.o .libs/steffenson.o .libs/convergence.o .libs/fsolver.o .libs/fdfsolver.o
  3594. ar:
  3595. `u' modifier ignored since `D' is the default (see `U')
  3596. libtool: link: ranlib .libs/libgslroots.a
  3597. libtool: link: ( cd ".libs" && rm -f "libgslroots.la" && ln -s "../libgslroots.la" "libgslroots.la" )
  3598. make[2]: Leaving directory '/gsl/roots'
  3599. Making all in multiroots
  3600. make[2]: Entering directory '/gsl/multiroots'
  3601. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdjac.lo fdjac.c
  3602. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdjac.c -fPIC -DPIC -o .libs/fdjac.o
  3603. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdjac.c -o fdjac.o >/dev/null 2>&1
  3604. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fsolver.lo fsolver.c
  3605. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -fPIC -DPIC -o .libs/fsolver.o
  3606. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -o fsolver.o >/dev/null 2>&1
  3607. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdfsolver.lo fdfsolver.c
  3608. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfsolver.c -fPIC -DPIC -o .libs/fdfsolver.o
  3609. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfsolver.c -o fdfsolver.o >/dev/null 2>&1
  3610. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o convergence.lo convergence.c
  3611. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -fPIC -DPIC -o .libs/convergence.o
  3612. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -o convergence.o >/dev/null 2>&1
  3613. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o newton.lo newton.c
  3614. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c newton.c -fPIC -DPIC -o .libs/newton.o
  3615. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c newton.c -o newton.o >/dev/null 2>&1
  3616. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gnewton.lo gnewton.c
  3617. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gnewton.c -fPIC -DPIC -o .libs/gnewton.o
  3618. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gnewton.c -o gnewton.o >/dev/null 2>&1
  3619. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dnewton.lo dnewton.c
  3620. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dnewton.c -fPIC -DPIC -o .libs/dnewton.o
  3621. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dnewton.c -o dnewton.o >/dev/null 2>&1
  3622. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o broyden.lo broyden.c
  3623. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c broyden.c -fPIC -DPIC -o .libs/broyden.o
  3624. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c broyden.c -o broyden.o >/dev/null 2>&1
  3625. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hybrid.lo hybrid.c
  3626. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hybrid.c -fPIC -DPIC -o .libs/hybrid.o
  3627. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hybrid.c -o hybrid.o >/dev/null 2>&1
  3628. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hybridj.lo hybridj.c
  3629. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hybridj.c -fPIC -DPIC -o .libs/hybridj.o
  3630. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hybridj.c -o hybridj.o >/dev/null 2>&1
  3631. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslmultiroots.la fdjac.lo fsolver.lo fdfsolver.lo convergence.lo newton.lo gnewton.lo dnewton.lo broyden.lo hybrid.lo hybridj.lo -lm
  3632. libtool: link: ar cru .libs/libgslmultiroots.a .libs/fdjac.o .libs/fsolver.o .libs/fdfsolver.o .libs/convergence.o .libs/newton.o .libs/gnewton.o .libs/dnewton.o .libs/broyden.o .libs/hybrid.o .libs/hybridj.o
  3633. ar:
  3634. `u' modifier ignored since `D' is the default (see `U')
  3635. libtool: link: ranlib .libs/libgslmultiroots.a
  3636. libtool: link: ( cd ".libs" && rm -f "libgslmultiroots.la" && ln -s "../libgslmultiroots.la" "libgslmultiroots.la" )
  3637. make[2]: Leaving directory '/gsl/multiroots'
  3638. Making all in min
  3639. make[2]: Entering directory '/gsl/min'
  3640. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fsolver.lo fsolver.c
  3641. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -fPIC -DPIC -o .libs/fsolver.o
  3642. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -o fsolver.o >/dev/null 2>&1
  3643. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o golden.lo golden.c
  3644. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c golden.c -fPIC -DPIC -o .libs/golden.o
  3645. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c golden.c -o golden.o >/dev/null 2>&1
  3646. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o brent.lo brent.c
  3647. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c brent.c -fPIC -DPIC -o .libs/brent.o
  3648. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c brent.c -o brent.o >/dev/null 2>&1
  3649. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o convergence.lo convergence.c
  3650. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -fPIC -DPIC -o .libs/convergence.o
  3651. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -o convergence.o >/dev/null 2>&1
  3652. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bracketing.lo bracketing.c
  3653. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bracketing.c -fPIC -DPIC -o .libs/bracketing.o
  3654. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bracketing.c -o bracketing.o >/dev/null 2>&1
  3655. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o quad_golden.lo quad_golden.c
  3656. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c quad_golden.c -fPIC -DPIC -o .libs/quad_golden.o
  3657. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c quad_golden.c -o quad_golden.o >/dev/null 2>&1
  3658. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslmin.la fsolver.lo golden.lo brent.lo convergence.lo bracketing.lo quad_golden.lo -lm
  3659. libtool: link: ar cru .libs/libgslmin.a .libs/fsolver.o .libs/golden.o .libs/brent.o .libs/convergence.o .libs/bracketing.o .libs/quad_golden.o
  3660. ar:
  3661. `u' modifier ignored since `D' is the default (see `U')
  3662. libtool: link: ranlib .libs/libgslmin.a
  3663. libtool: link: ( cd ".libs" && rm -f "libgslmin.la" && ln -s "../libgslmin.la" "libgslmin.la" )
  3664. make[2]: Leaving directory '/gsl/min'
  3665. Making all in multimin
  3666. make[2]: Entering directory '/gsl/multimin'
  3667. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdfminimizer.lo fdfminimizer.c
  3668. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfminimizer.c -fPIC -DPIC -o .libs/fdfminimizer.o
  3669. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfminimizer.c -o fdfminimizer.o >/dev/null 2>&1
  3670. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o steepest_descent.lo steepest_descent.c
  3671. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c steepest_descent.c -fPIC -DPIC -o .libs/steepest_descent.o
  3672. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c steepest_descent.c -o steepest_descent.o >/dev/null 2>&1
  3673. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o conjugate_fr.lo conjugate_fr.c
  3674. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c conjugate_fr.c -fPIC -DPIC -o .libs/conjugate_fr.o
  3675. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c conjugate_fr.c -o conjugate_fr.o >/dev/null 2>&1
  3676. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o conjugate_pr.lo conjugate_pr.c
  3677. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c conjugate_pr.c -fPIC -DPIC -o .libs/conjugate_pr.o
  3678. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c conjugate_pr.c -o conjugate_pr.o >/dev/null 2>&1
  3679. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o convergence.lo convergence.c
  3680. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -fPIC -DPIC -o .libs/convergence.o
  3681. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -o convergence.o >/dev/null 2>&1
  3682. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o diff.lo diff.c
  3683. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c diff.c -fPIC -DPIC -o .libs/diff.o
  3684. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c diff.c -o diff.o >/dev/null 2>&1
  3685. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o vector_bfgs.lo vector_bfgs.c
  3686. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vector_bfgs.c -fPIC -DPIC -o .libs/vector_bfgs.o
  3687. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vector_bfgs.c -o vector_bfgs.o >/dev/null 2>&1
  3688. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o vector_bfgs2.lo vector_bfgs2.c
  3689. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vector_bfgs2.c -fPIC -DPIC -o .libs/vector_bfgs2.o
  3690. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vector_bfgs2.c -o vector_bfgs2.o >/dev/null 2>&1
  3691. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fminimizer.lo fminimizer.c
  3692. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fminimizer.c -fPIC -DPIC -o .libs/fminimizer.o
  3693. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fminimizer.c -o fminimizer.o >/dev/null 2>&1
  3694. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o simplex.lo simplex.c
  3695. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c simplex.c -fPIC -DPIC -o .libs/simplex.o
  3696. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c simplex.c -o simplex.o >/dev/null 2>&1
  3697. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o simplex2.lo simplex2.c
  3698. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c simplex2.c -fPIC -DPIC -o .libs/simplex2.o
  3699. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c simplex2.c -o simplex2.o >/dev/null 2>&1
  3700. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslmultimin.la fdfminimizer.lo steepest_descent.lo conjugate_fr.lo conjugate_pr.lo convergence.lo diff.lo vector_bfgs.lo vector_bfgs2.lo fminimizer.lo simplex.lo simplex2.lo -lm
  3701. libtool: link: ar cru .libs/libgslmultimin.a .libs/fdfminimizer.o .libs/steepest_descent.o .libs/conjugate_fr.o .libs/conjugate_pr.o .libs/convergence.o .libs/diff.o .libs/vector_bfgs.o .libs/vector_bfgs2.o .libs/fminimizer.o .libs/simplex.o .libs/simplex2.o
  3702. ar:
  3703. `u' modifier ignored since `D' is the default (see `U')
  3704. libtool: link: ranlib .libs/libgslmultimin.a
  3705. libtool: link: ( cd ".libs" && rm -f "libgslmultimin.la" && ln -s "../libgslmultimin.la" "libgslmultimin.la" )
  3706. make[2]: Leaving directory '/gsl/multimin'
  3707. Making all in monte
  3708. make[2]: Entering directory '/gsl/monte'
  3709. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o miser.lo miser.c
  3710. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c miser.c -fPIC -DPIC -o .libs/miser.o
  3711. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c miser.c -o miser.o >/dev/null 2>&1
  3712. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o plain.lo plain.c
  3713. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c plain.c -fPIC -DPIC -o .libs/plain.o
  3714. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c plain.c -o plain.o >/dev/null 2>&1
  3715. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o vegas.lo vegas.c
  3716. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vegas.c -fPIC -DPIC -o .libs/vegas.o
  3717. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vegas.c -o vegas.o >/dev/null 2>&1
  3718. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslmonte.la miser.lo plain.lo vegas.lo -lm
  3719. libtool: link: ar cru .libs/libgslmonte.a .libs/miser.o .libs/plain.o .libs/vegas.o
  3720. ar:
  3721. `u' modifier ignored since `D' is the default (see `U')
  3722. libtool: link: ranlib .libs/libgslmonte.a
  3723. libtool: link: ( cd ".libs" && rm -f "libgslmonte.la" && ln -s "../libgslmonte.la" "libgslmonte.la" )
  3724. make[2]: Leaving directory '/gsl/monte'
  3725. Making all in ntuple
  3726. make[2]: Entering directory '/gsl/ntuple'
  3727. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ntuple.lo ntuple.c
  3728. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ntuple.c -fPIC -DPIC -o .libs/ntuple.o
  3729. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ntuple.c -o ntuple.o >/dev/null 2>&1
  3730. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslntuple.la ntuple.lo -lm
  3731. libtool: link: ar cru .libs/libgslntuple.a .libs/ntuple.o
  3732. ar:
  3733. `u' modifier ignored since `D' is the default (see `U')
  3734. libtool: link: ranlib .libs/libgslntuple.a
  3735. libtool: link: ( cd ".libs" && rm -f "libgslntuple.la" && ln -s "../libgslntuple.la" "libgslntuple.la" )
  3736. make[2]: Leaving directory '/gsl/ntuple'
  3737. Making all in diff
  3738. make[2]: Entering directory '/gsl/diff'
  3739. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o diff.lo diff.c
  3740. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c diff.c -fPIC -DPIC -o .libs/diff.o
  3741. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c diff.c -o diff.o >/dev/null 2>&1
  3742. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgsldiff.la diff.lo -lm
  3743. libtool: link: ar cru .libs/libgsldiff.a .libs/diff.o
  3744. ar:
  3745. `u' modifier ignored since `D' is the default (see `U')
  3746. libtool: link: ranlib .libs/libgsldiff.a
  3747. libtool: link: ( cd ".libs" && rm -f "libgsldiff.la" && ln -s "../libgsldiff.la" "libgsldiff.la" )
  3748. make[2]: Leaving directory '/gsl/diff'
  3749. Making all in deriv
  3750. make[2]: Entering directory '/gsl/deriv'
  3751. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o deriv.lo deriv.c
  3752. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c deriv.c -fPIC -DPIC -o .libs/deriv.o
  3753. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c deriv.c -o deriv.o >/dev/null 2>&1
  3754. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslderiv.la deriv.lo -lm
  3755. libtool: link: ar cru .libs/libgslderiv.a .libs/deriv.o
  3756. ar:
  3757. `u' modifier ignored since `D' is the default (see `U')
  3758. libtool: link: ranlib .libs/libgslderiv.a
  3759. libtool: link: ( cd ".libs" && rm -f "libgslderiv.la" && ln -s "../libgslderiv.la" "libgslderiv.la" )
  3760. make[2]: Leaving directory '/gsl/deriv'
  3761. Making all in cdf
  3762. make[2]: Entering directory '/gsl/cdf'
  3763. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o beta.lo beta.c
  3764. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta.c -fPIC -DPIC -o .libs/beta.o
  3765. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta.c -o beta.o >/dev/null 2>&1
  3766. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o betainv.lo betainv.c
  3767. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c betainv.c -fPIC -DPIC -o .libs/betainv.o
  3768. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c betainv.c -o betainv.o >/dev/null 2>&1
  3769. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cauchy.lo cauchy.c
  3770. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cauchy.c -fPIC -DPIC -o .libs/cauchy.o
  3771. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cauchy.c -o cauchy.o >/dev/null 2>&1
  3772. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cauchyinv.lo cauchyinv.c
  3773. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cauchyinv.c -fPIC -DPIC -o .libs/cauchyinv.o
  3774. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cauchyinv.c -o cauchyinv.o >/dev/null 2>&1
  3775. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chisq.lo chisq.c
  3776. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chisq.c -fPIC -DPIC -o .libs/chisq.o
  3777. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chisq.c -o chisq.o >/dev/null 2>&1
  3778. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chisqinv.lo chisqinv.c
  3779. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chisqinv.c -fPIC -DPIC -o .libs/chisqinv.o
  3780. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chisqinv.c -o chisqinv.o >/dev/null 2>&1
  3781. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o exponential.lo exponential.c
  3782. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponential.c -fPIC -DPIC -o .libs/exponential.o
  3783. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponential.c -o exponential.o >/dev/null 2>&1
  3784. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o exponentialinv.lo exponentialinv.c
  3785. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponentialinv.c -fPIC -DPIC -o .libs/exponentialinv.o
  3786. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponentialinv.c -o exponentialinv.o >/dev/null 2>&1
  3787. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o exppow.lo exppow.c
  3788. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exppow.c -fPIC -DPIC -o .libs/exppow.o
  3789. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exppow.c -o exppow.o >/dev/null 2>&1
  3790. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdist.lo fdist.c
  3791. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdist.c -fPIC -DPIC -o .libs/fdist.o
  3792. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdist.c -o fdist.o >/dev/null 2>&1
  3793. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdistinv.lo fdistinv.c
  3794. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdistinv.c -fPIC -DPIC -o .libs/fdistinv.o
  3795. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdistinv.c -o fdistinv.o >/dev/null 2>&1
  3796. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o flat.lo flat.c
  3797. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c flat.c -fPIC -DPIC -o .libs/flat.o
  3798. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c flat.c -o flat.o >/dev/null 2>&1
  3799. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o flatinv.lo flatinv.c
  3800. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c flatinv.c -fPIC -DPIC -o .libs/flatinv.o
  3801. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c flatinv.c -o flatinv.o >/dev/null 2>&1
  3802. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gamma.lo gamma.c
  3803. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma.c -fPIC -DPIC -o .libs/gamma.o
  3804. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma.c -o gamma.o >/dev/null 2>&1
  3805. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gammainv.lo gammainv.c
  3806. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gammainv.c -fPIC -DPIC -o .libs/gammainv.o
  3807. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gammainv.c -o gammainv.o >/dev/null 2>&1
  3808. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gauss.lo gauss.c
  3809. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gauss.c -fPIC -DPIC -o .libs/gauss.o
  3810. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gauss.c -o gauss.o >/dev/null 2>&1
  3811. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gaussinv.lo gaussinv.c
  3812. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gaussinv.c -fPIC -DPIC -o .libs/gaussinv.o
  3813. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gaussinv.c -o gaussinv.o >/dev/null 2>&1
  3814. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gumbel1.lo gumbel1.c
  3815. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel1.c -fPIC -DPIC -o .libs/gumbel1.o
  3816. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel1.c -o gumbel1.o >/dev/null 2>&1
  3817. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gumbel1inv.lo gumbel1inv.c
  3818. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel1inv.c -fPIC -DPIC -o .libs/gumbel1inv.o
  3819. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel1inv.c -o gumbel1inv.o >/dev/null 2>&1
  3820. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gumbel2.lo gumbel2.c
  3821. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel2.c -fPIC -DPIC -o .libs/gumbel2.o
  3822. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel2.c -o gumbel2.o >/dev/null 2>&1
  3823. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gumbel2inv.lo gumbel2inv.c
  3824. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel2inv.c -fPIC -DPIC -o .libs/gumbel2inv.o
  3825. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel2inv.c -o gumbel2inv.o >/dev/null 2>&1
  3826. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o laplace.lo laplace.c
  3827. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laplace.c -fPIC -DPIC -o .libs/laplace.o
  3828. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laplace.c -o laplace.o >/dev/null 2>&1
  3829. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o laplaceinv.lo laplaceinv.c
  3830. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laplaceinv.c -fPIC -DPIC -o .libs/laplaceinv.o
  3831. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laplaceinv.c -o laplaceinv.o >/dev/null 2>&1
  3832. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o logistic.lo logistic.c
  3833. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logistic.c -fPIC -DPIC -o .libs/logistic.o
  3834. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logistic.c -o logistic.o >/dev/null 2>&1
  3835. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o logisticinv.lo logisticinv.c
  3836. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logisticinv.c -fPIC -DPIC -o .libs/logisticinv.o
  3837. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logisticinv.c -o logisticinv.o >/dev/null 2>&1
  3838. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lognormal.lo lognormal.c
  3839. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lognormal.c -fPIC -DPIC -o .libs/lognormal.o
  3840. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lognormal.c -o lognormal.o >/dev/null 2>&1
  3841. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lognormalinv.lo lognormalinv.c
  3842. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lognormalinv.c -fPIC -DPIC -o .libs/lognormalinv.o
  3843. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lognormalinv.c -o lognormalinv.o >/dev/null 2>&1
  3844. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pareto.lo pareto.c
  3845. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pareto.c -fPIC -DPIC -o .libs/pareto.o
  3846. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pareto.c -o pareto.o >/dev/null 2>&1
  3847. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o paretoinv.lo paretoinv.c
  3848. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c paretoinv.c -fPIC -DPIC -o .libs/paretoinv.o
  3849. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c paretoinv.c -o paretoinv.o >/dev/null 2>&1
  3850. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rayleigh.lo rayleigh.c
  3851. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rayleigh.c -fPIC -DPIC -o .libs/rayleigh.o
  3852. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rayleigh.c -o rayleigh.o >/dev/null 2>&1
  3853. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rayleighinv.lo rayleighinv.c
  3854. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rayleighinv.c -fPIC -DPIC -o .libs/rayleighinv.o
  3855. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rayleighinv.c -o rayleighinv.o >/dev/null 2>&1
  3856. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o tdist.lo tdist.c
  3857. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tdist.c -fPIC -DPIC -o .libs/tdist.o
  3858. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tdist.c -o tdist.o >/dev/null 2>&1
  3859. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o tdistinv.lo tdistinv.c
  3860. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tdistinv.c -fPIC -DPIC -o .libs/tdistinv.o
  3861. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tdistinv.c -o tdistinv.o >/dev/null 2>&1
  3862. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o weibull.lo weibull.c
  3863. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c weibull.c -fPIC -DPIC -o .libs/weibull.o
  3864. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c weibull.c -o weibull.o >/dev/null 2>&1
  3865. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o weibullinv.lo weibullinv.c
  3866. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c weibullinv.c -fPIC -DPIC -o .libs/weibullinv.o
  3867. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c weibullinv.c -o weibullinv.o >/dev/null 2>&1
  3868. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o binomial.lo binomial.c
  3869. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c binomial.c -fPIC -DPIC -o .libs/binomial.o
  3870. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c binomial.c -o binomial.o >/dev/null 2>&1
  3871. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o poisson.lo poisson.c
  3872. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poisson.c -fPIC -DPIC -o .libs/poisson.o
  3873. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poisson.c -o poisson.o >/dev/null 2>&1
  3874. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o geometric.lo geometric.c
  3875. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c geometric.c -fPIC -DPIC -o .libs/geometric.o
  3876. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c geometric.c -o geometric.o >/dev/null 2>&1
  3877. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o nbinomial.lo nbinomial.c
  3878. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nbinomial.c -fPIC -DPIC -o .libs/nbinomial.o
  3879. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nbinomial.c -o nbinomial.o >/dev/null 2>&1
  3880. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pascal.lo pascal.c
  3881. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pascal.c -fPIC -DPIC -o .libs/pascal.o
  3882. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pascal.c -o pascal.o >/dev/null 2>&1
  3883. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hypergeometric.lo hypergeometric.c
  3884. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hypergeometric.c -fPIC -DPIC -o .libs/hypergeometric.o
  3885. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hypergeometric.c -o hypergeometric.o >/dev/null 2>&1
  3886. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslcdf.la beta.lo betainv.lo cauchy.lo cauchyinv.lo chisq.lo chisqinv.lo exponential.lo exponentialinv.lo exppow.lo fdist.lo fdistinv.lo flat.lo flatinv.lo gamma.lo gammainv.lo gauss.lo gaussinv.lo gumbel1.lo gumbel1inv.lo gumbel2.lo gumbel2inv.lo laplace.lo laplaceinv.lo logistic.lo logisticinv.lo lognormal.lo lognormalinv.lo pareto.lo paretoinv.lo rayleigh.lo rayleighinv.lo tdist.lo tdistinv.lo weibull.lo weibullinv.lo binomial.lo poisson.lo geometric.lo nbinomial.lo pascal.lo hypergeometric.lo -lm
  3887. libtool: link: ar cru .libs/libgslcdf.a .libs/beta.o .libs/betainv.o .libs/cauchy.o .libs/cauchyinv.o .libs/chisq.o .libs/chisqinv.o .libs/exponential.o .libs/exponentialinv.o .libs/exppow.o .libs/fdist.o .libs/fdistinv.o .libs/flat.o .libs/flatinv.o .libs/gamma.o .libs/gammainv.o .libs/gauss.o .libs/gaussinv.o .libs/gumbel1.o .libs/gumbel1inv.o .libs/gumbel2.o .libs/gumbel2inv.o .libs/laplace.o .libs/laplaceinv.o .libs/logistic.o .libs/logisticinv.o .libs/lognormal.o .libs/lognormalinv.o .libs/pareto.o .libs/paretoinv.o .libs/rayleigh.o .libs/rayleighinv.o .libs/tdist.o .libs/tdistinv.o .libs/weibull.o .libs/weibullinv.o .libs/binomial.o .libs/poisson.o .libs/geometric.o .libs/nbinomial.o .libs/pascal.o .libs/hypergeometric.o
  3888. ar:
  3889. `u' modifier ignored since `D' is the default (see `U')
  3890. libtool: link: ranlib .libs/libgslcdf.a
  3891. libtool: link: ( cd ".libs" && rm -f "libgslcdf.la" && ln -s "../libgslcdf.la" "libgslcdf.la" )
  3892. make[2]: Leaving directory '/gsl/cdf'
  3893. Making all in wavelet
  3894. make[2]: Entering directory '/gsl/wavelet'
  3895. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dwt.lo dwt.c
  3896. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dwt.c -fPIC -DPIC -o .libs/dwt.o
  3897. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dwt.c -o dwt.o >/dev/null 2>&1
  3898. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o wavelet.lo wavelet.c
  3899. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wavelet.c -fPIC -DPIC -o .libs/wavelet.o
  3900. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wavelet.c -o wavelet.o >/dev/null 2>&1
  3901. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bspline.lo bspline.c
  3902. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bspline.c -fPIC -DPIC -o .libs/bspline.o
  3903. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bspline.c -o bspline.o >/dev/null 2>&1
  3904. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o daubechies.lo daubechies.c
  3905. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c daubechies.c -fPIC -DPIC -o .libs/daubechies.o
  3906. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c daubechies.c -o daubechies.o >/dev/null 2>&1
  3907. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o haar.lo haar.c
  3908. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c haar.c -fPIC -DPIC -o .libs/haar.o
  3909. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c haar.c -o haar.o >/dev/null 2>&1
  3910. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslwavelet.la dwt.lo wavelet.lo bspline.lo daubechies.lo haar.lo -lm
  3911. libtool: link: ar cru .libs/libgslwavelet.a .libs/dwt.o .libs/wavelet.o .libs/bspline.o .libs/daubechies.o .libs/haar.o
  3912. ar:
  3913. `u' modifier ignored since `D' is the default (see `U')
  3914. libtool: link: ranlib .libs/libgslwavelet.a
  3915. libtool: link: ( cd ".libs" && rm -f "libgslwavelet.la" && ln -s "../libgslwavelet.la" "libgslwavelet.la" )
  3916. make[2]: Leaving directory '/gsl/wavelet'
  3917. Making all in bspline
  3918. make[2]: Entering directory '/gsl/bspline'
  3919. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bspline.lo bspline.c
  3920. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bspline.c -fPIC -DPIC -o .libs/bspline.o
  3921. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bspline.c -o bspline.o >/dev/null 2>&1
  3922. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslbspline.la bspline.lo -lm
  3923. libtool: link: ar cru .libs/libgslbspline.a .libs/bspline.o
  3924. ar:
  3925. `u' modifier ignored since `D' is the default (see `U')
  3926. libtool: link: ranlib .libs/libgslbspline.a
  3927. libtool: link: ( cd ".libs" && rm -f "libgslbspline.la" && ln -s "../libgslbspline.la" "libgslbspline.la" )
  3928. make[2]: Leaving directory '/gsl/bspline'
  3929. Making all in doc
  3930. make[2]: Entering directory '/gsl/doc'
  3931. restore=: && backupdir=".am$$" && \
  3932. am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
  3933. rm -rf $backupdir && mkdir $backupdir && \
  3934. if (/bin/bash /gsl/missing --run makeinfo --version) >/dev/null 2>&1; then \
  3935. for f in gsl-ref.info gsl-ref.info-[0-9] gsl-ref.info-[0-9][0-9] gsl-ref.i[0-9] gsl-ref.i[0-9][0-9]; do \
  3936. if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  3937. done; \
  3938. else :; fi && \
  3939. cd "$am__cwd"; \
  3940. if /bin/bash /gsl/missing --run makeinfo -I . \
  3941. -o gsl-ref.info gsl-ref.texi; \
  3942. then \
  3943. rc=0; \
  3944. CDPATH="${ZSH_VERSION+.}:" && cd .; \
  3945. else \
  3946. rc=$?; \
  3947. CDPATH="${ZSH_VERSION+.}:" && cd . && \
  3948. $restore $backupdir/* `echo "./gsl-ref.info" | sed 's|[^/]*$||'`; \
  3949. fi; \
  3950. rm -rf $backupdir; exit $rc
  3951. /gsl/missing: line 46: makeinfo: command not found
  3952. WARNING: `makeinfo' is missing on your system. You should only need it if
  3953. you modified a `.texi' or `.texinfo' file, or any other file
  3954. indirectly affecting the aspect of the manual. The spurious
  3955. call might also be the consequence of using a buggy `make' (AIX,
  3956. DU, IRIX). You might want to install the `Texinfo' package or
  3957. the `GNU make' package. Grab either from any GNU archive site.
  3958. make[2]: Leaving directory '/gsl/doc'
  3959. make[2]: Entering directory '/gsl'
  3960. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -c -o version.lo version.c
  3961. libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -c version.c -fPIC -DPIC -o .libs/version.o
  3962. libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -c version.c -o version.o >/dev/null 2>&1
  3963. /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -version-info 14:0:14 -o libgsl.la -rpath /usr/local/lib version.lo block/libgslblock.la blas/libgslblas.la bspline/libgslbspline.la complex/libgslcomplex.la cheb/libgslcheb.la dht/libgsldht.la diff/libgsldiff.la deriv/libgslderiv.la eigen/libgsleigen.la err/libgslerr.la fft/libgslfft.la fit/libgslfit.la histogram/libgslhistogram.la ieee-utils/libgslieeeutils.la integration/libgslintegration.la interpolation/libgslinterpolation.la linalg/libgsllinalg.la matrix/libgslmatrix.la min/libgslmin.la monte/libgslmonte.la multifit/libgslmultifit.la multimin/libgslmultimin.la multiroots/libgslmultiroots.la ntuple/libgslntuple.la ode-initval/libgslodeiv.la permutation/libgslpermutation.la combination/libgslcombination.la poly/libgslpoly.la qrng/libgslqrng.la randist/libgslrandist.la rng/libgslrng.la roots/libgslroots.la siman/libgslsiman.la sort/libgslsort.la specfunc/libgslspecfunc.la statistics/libgslstatistics.la sum/libgslsum.la sys/libgslsys.la test/libgsltest.la utils/libutils.la vector/libgslvector.la cdf/libgslcdf.la wavelet/libgslwavelet.la -lm
  3964. libtool: link: gcc -shared .libs/version.o -Wl,--whole-archive block/.libs/libgslblock.a blas/.libs/libgslblas.a bspline/.libs/libgslbspline.a complex/.libs/libgslcomplex.a cheb/.libs/libgslcheb.a dht/.libs/libgsldht.a diff/.libs/libgsldiff.a deriv/.libs/libgslderiv.a eigen/.libs/libgsleigen.a err/.libs/libgslerr.a fft/.libs/libgslfft.a fit/.libs/libgslfit.a histogram/.libs/libgslhistogram.a ieee-utils/.libs/libgslieeeutils.a integration/.libs/libgslintegration.a interpolation/.libs/libgslinterpolation.a linalg/.libs/libgsllinalg.a matrix/.libs/libgslmatrix.a min/.libs/libgslmin.a monte/.libs/libgslmonte.a multifit/.libs/libgslmultifit.a multimin/.libs/libgslmultimin.a multiroots/.libs/libgslmultiroots.a ntuple/.libs/libgslntuple.a ode-initval/.libs/libgslodeiv.a permutation/.libs/libgslpermutation.a combination/.libs/libgslcombination.a poly/.libs/libgslpoly.a qrng/.libs/libgslqrng.a randist/.libs/libgslrandist.a rng/.libs/libgslrng.a roots/.libs/libgslroots.a siman/.libs/libgslsiman.a sort
  3965. /.libs/libgslsort.a specfunc/.libs/libgslspecfunc.a statistics/.libs/libgslstatistics.a sum/.libs/libgslsum.a sys/.libs/libgslsys.a test/.libs/libgsltest.a utils/.libs/libutils.a vector/.libs/libgslvector.a cdf/.libs/libgslcdf.a wavelet/.libs/libgslwavelet.a -Wl,--no-whole-archive -lm -Wl,-soname -Wl,libgsl.so.0 -o .libs/libgsl.so.0.14.0
  3966. libtool: link: (cd ".libs" && rm -f "libgsl.so.0" && ln -s "libgsl.so.0.14.0" "libgsl.so.0")
  3967. libtool: link: (cd ".libs" && rm -f "libgsl.so" && ln -s "libgsl.so.0.14.0" "libgsl.so")
  3968. libtool: link: (cd .libs/libgsl.lax/libgslblock.a && ar x "/gsl/block/.libs/libgslblock.a")
  3969. libtool: link: (cd .libs/libgsl.lax/libgslblas.a && ar x "/gsl/blas/.libs/libgslblas.a")
  3970. libtool: link: (cd .libs/libgsl.lax/libgslbspline.a && ar x "/gsl/bspline/.libs/libgslbspline.a")
  3971. libtool: link: (cd .libs/libgsl.lax/libgslcomplex.a && ar x "/gsl/complex/.libs/libgslcomplex.a")
  3972. libtool: link: (cd .libs/libgsl.lax/libgslcheb.a && ar x "/gsl/cheb/.libs/libgslcheb.a")
  3973. libtool: link: (cd .libs/libgsl.lax/libgsldht.a && ar x "/gsl/dht/.libs/libgsldht.a")
  3974. libtool: link: (cd .libs/libgsl.lax/libgsldiff.a && ar x "/gsl/diff/.libs/libgsldiff.a")
  3975. libtool: link: (cd .libs/libgsl.lax/libgslderiv.a && ar x "/gsl/deriv/.libs/libgslderiv.a")
  3976. libtool: link: (cd .libs/libgsl.lax/libgsleigen.a && ar x "/gsl/eigen/.libs/libgsleigen.a")
  3977. libtool: link: (cd .libs/libgsl.lax/libgslerr.a && ar x "/gsl/err/.libs/libgslerr.a")
  3978. libtool: link: (cd .libs/libgsl.lax/libgslfft.a && ar x "/gsl/fft/.libs/libgslfft.a")
  3979. libtool: link: (cd .libs/libgsl.lax/libgslfit.a && ar x "/gsl/fit/.libs/libgslfit.a")
  3980. libtool: link: (cd .libs/libgsl.lax/libgslhistogram.a && ar x "/gsl/histogram/.libs/libgslhistogram.a")
  3981. libtool: link: (cd .libs/libgsl.lax/libgslieeeutils.a && ar x "/gsl/ieee-utils/.libs/libgslieeeutils.a")
  3982. libtool: link: (cd .libs/libgsl.lax/libgslintegration.a && ar x "/gsl/integration/.libs/libgslintegration.a")
  3983. libtool: link: (cd .libs/libgsl.lax/libgslinterpolation.a && ar x "/gsl/interpolation/.libs/libgslinterpolation.a")
  3984. libtool: link: (cd .libs/libgsl.lax/libgsllinalg.a && ar x "/gsl/linalg/.libs/libgsllinalg.a")
  3985. libtool: link: (cd .libs/libgsl.lax/libgslmatrix.a && ar x "/gsl/matrix/.libs/libgslmatrix.a")
  3986. libtool: link: (cd .libs/libgsl.lax/libgslmin.a && ar x "/gsl/min/.libs/libgslmin.a")
  3987. libtool: link: (cd .libs/libgsl.lax/libgslmonte.a && ar x "/gsl/monte/.libs/libgslmonte.a")
  3988. libtool: link: (cd .libs/libgsl.lax/libgslmultifit.a && ar x "/gsl/multifit/.libs/libgslmultifit.a")
  3989. libtool: link: (cd .libs/libgsl.lax/libgslmultimin.a && ar x "/gsl/multimin/.libs/libgslmultimin.a")
  3990. libtool: link: (cd .libs/libgsl.lax/libgslmultiroots.a && ar x "/gsl/multiroots/.libs/libgslmultiroots.a")
  3991. libtool: link: (cd .libs/libgsl.lax/libgslntuple.a && ar x "/gsl/ntuple/.libs/libgslntuple.a")
  3992. libtool: link: (cd .libs/libgsl.lax/libgslodeiv.a && ar x "/gsl/ode-initval/.libs/libgslodeiv.a")
  3993. libtool: link: (cd .libs/libgsl.lax/libgslpermutation.a && ar x "/gsl/permutation/.libs/libgslpermutation.a")
  3994. libtool: link: (cd .libs/libgsl.lax/libgslcombination.a && ar x "/gsl/combination/.libs/libgslcombination.a")
  3995. libtool: link: (cd .libs/libgsl.lax/libgslpoly.a && ar x "/gsl/poly/.libs/libgslpoly.a")
  3996. libtool: link: (cd .libs/libgsl.lax/libgslqrng.a && ar x "/gsl/qrng/.libs/libgslqrng.a")
  3997. libtool: link: (cd .libs/libgsl.lax/libgslrandist.a && ar x "/gsl/randist/.libs/libgslrandist.a")
  3998. libtool: link: (cd .libs/libgsl.lax/libgslrng.a && ar x "/gsl/rng/.libs/libgslrng.a")
  3999. libtool: link: (cd .libs/libgsl.lax/libgslroots.a && ar x "/gsl/roots/.libs/libgslroots.a")
  4000. libtool: link: (cd .libs/libgsl.lax/libgslsiman.a && ar x "/gsl/siman/.libs/libgslsiman.a")
  4001. libtool: link: (cd .libs/libgsl.lax/libgslsort.a && ar x "/gsl/sort/.libs/libgslsort.a")
  4002. libtool: link: (cd .libs/libgsl.lax/libgslspecfunc.a && ar x "/gsl/specfunc/.libs/libgslspecfunc.a")
  4003. libtool: link: (cd .libs/libgsl.lax/libgslstatistics.a && ar x "/gsl/statistics/.libs/libgslstatistics.a")
  4004. libtool: link: (cd .libs/libgsl.lax/libgslsum.a && ar x "/gsl/sum/.libs/libgslsum.a")
  4005. libtool: link: (cd .libs/libgsl.lax/libgslsys.a && ar x "/gsl/sys/.libs/libgslsys.a")
  4006. libtool: link: (cd .libs/libgsl.lax/libgsltest.a && ar x "/gsl/test/.libs/libgsltest.a")
  4007. libtool: link: (cd .libs/libgsl.lax/libutils.a && ar x "/gsl/utils/.libs/libutils.a")
  4008. libtool: link: (cd .libs/libgsl.lax/libgslvector.a && ar x "/gsl/vector/.libs/libgslvector.a")
  4009. libtool: link: (cd .libs/libgsl.lax/libgslcdf.a && ar x "/gsl/cdf/.libs/libgslcdf.a")
  4010. libtool: link: (cd .libs/libgsl.lax/libgslwavelet.a && ar x "/gsl/wavelet/.libs/libgslwavelet.a")
  4011. copying selected object files to avoid basename conflicts...
  4012. libtool: link: ln .libs/libgsl.lax/libgslcheb.a/init.o .libs/libgsl.lax/lt1-init.o || cp .libs/libgsl.lax/libgslcheb.a/init.o .libs/libgsl.lax/lt1-init.o
  4013. libtool: link: ln .libs/libgsl.lax/libgslderiv.a/deriv.o .libs/libgsl.lax/lt2-deriv.o || cp .libs/libgsl.lax/libgslderiv.a/deriv.o .libs/libgsl.lax/lt2-deriv.o
  4014. libtool: link: ln .libs/libgsl.lax/libgslhistogram.a/file.o .libs/libgsl.lax/lt3-file.o || cp .libs/libgsl.lax/libgslhistogram.a/file.o .libs/libgsl.lax/lt3-file.o
  4015. libtool: link: ln .libs/libgsl.lax/libgslhistogram.a/init.o .libs/libgsl.lax/lt4-init.o || cp .libs/libgsl.lax/libgslhistogram.a/init.o .libs/libgsl.lax/lt4-init.o
  4016. libtool: link: ln .libs/libgsl.lax/libgslinterpolation.a/linear.o .libs/libgsl.lax/lt5-linear.o || cp .libs/libgsl.lax/libgslinterpolation.a/linear.o .libs/libgsl.lax/lt5-linear.o
  4017. libtool: link: ln .libs/libgsl.lax/libgslinterpolation.a/inline.o .libs/libgsl.lax/lt6-inline.o || cp .libs/libgsl.lax/libgslinterpolation.a/inline.o .libs/libgsl.lax/lt6-inline.o
  4018. libtool: link: ln .libs/libgsl.lax/libgslmatrix.a/oper.o .libs/libgsl.lax/lt7-oper.o || cp .libs/libgsl.lax/libgslmatrix.a/oper.o .libs/libgsl.lax/lt7-oper.o
  4019. libtool: link: ln .libs/libgsl.lax/libgslmatrix.a/file.o .libs/libgsl.lax/lt8-file.o || cp .libs/libgsl.lax/libgslmatrix.a/file.o .libs/libgsl.lax/lt8-file.o
  4020. libtool: link: ln .libs/libgsl.lax/libgslmatrix.a/init.o .libs/libgsl.lax/lt9-init.o || cp .libs/libgsl.lax/libgslmatrix.a/init.o .libs/libgsl.lax/lt9-init.o
  4021. libtool: link: ln .libs/libgsl.lax/libgslmatrix.a/copy.o .libs/libgsl.lax/lt10-copy.o || cp .libs/libgsl.lax/libgslmatrix.a/copy.o .libs/libgsl.lax/lt10-copy.o
  4022. libtool: link: ln .libs/libgsl.lax/libgslmultifit.a/convergence.o .libs/libgsl.lax/lt11-convergence.o || cp .libs/libgsl.lax/libgslmultifit.a/convergence.o .libs/libgsl.lax/lt11-convergence.o
  4023. libtool: link: ln .libs/libgsl.lax/libgslmultifit.a/fsolver.o .libs/libgsl.lax/lt12-fsolver.o || cp .libs/libgsl.lax/libgslmultifit.a/fsolver.o .libs/libgsl.lax/lt12-fsolver.o
  4024. libtool: link: ln .libs/libgsl.lax/libgslmultimin.a/convergence.o .libs/libgsl.lax/lt13-convergence.o || cp .libs/libgsl.lax/libgslmultimin.a/convergence.o .libs/libgsl.lax/lt13-convergence.o
  4025. libtool: link: ln .libs/libgsl.lax/libgslmultimin.a/diff.o .libs/libgsl.lax/lt14-diff.o || cp .libs/libgsl.lax/libgslmultimin.a/diff.o .libs/libgsl.lax/lt14-diff.o
  4026. libtool: link: ln .libs/libgsl.lax/libgslmultiroots.a/convergence.o .libs/libgsl.lax/lt15-convergence.o || cp .libs/libgsl.lax/libgslmultiroots.a/convergence.o .libs/libgsl.lax/lt15-convergence.o
  4027. libtool: link: ln .libs/libgsl.lax/libgslmultiroots.a/fsolver.o .libs/libgsl.lax/lt16-fsolver.o || cp .libs/libgsl.lax/libgslmultiroots.a/fsolver.o .libs/libgsl.lax/lt16-fsolver.o
  4028. libtool: link: ln .libs/libgsl.lax/libgslmultiroots.a/fdfsolver.o .libs/libgsl.lax/lt17-fdfsolver.o || cp .libs/libgsl.lax/libgslmultiroots.a/fdfsolver.o .libs/libgsl.lax/lt17-fdfsolver.o
  4029. libtool: link: ln .libs/libgsl.lax/libgslpermutation.a/file.o .libs/libgsl.lax/lt18-file.o || cp .libs/libgsl.lax/libgslpermutation.a/file.o .libs/libgsl.lax/lt18-file.o
  4030. libtool: link: ln .libs/libgsl.lax/libgslpermutation.a/inline.o .libs/libgsl.lax/lt19-inline.o || cp .libs/libgsl.lax/libgslpermutation.a/inline.o .libs/libgsl.lax/lt19-inline.o
  4031. libtool: link: ln .libs/libgsl.lax/libgslpermutation.a/init.o .libs/libgsl.lax/lt20-init.o || cp .libs/libgsl.lax/libgslpermutation.a/init.o .libs/libgsl.lax/lt20-init.o
  4032. libtool: link: ln .libs/libgsl.lax/libgslcombination.a/file.o .libs/libgsl.lax/lt21-file.o || cp .libs/libgsl.lax/libgslcombination.a/file.o .libs/libgsl.lax/lt21-file.o
  4033. libtool: link: ln .libs/libgsl.lax/libgslcombination.a/inline.o .libs/libgsl.lax/lt22-inline.o || cp .libs/libgsl.lax/libgslcombination.a/inline.o .libs/libgsl.lax/lt22-inline.o
  4034. libtool: link: ln .libs/libgsl.lax/libgslcombination.a/init.o .libs/libgsl.lax/lt23-init.o || cp .libs/libgsl.lax/libgslcombination.a/init.o .libs/libgsl.lax/lt23-init.o
  4035. libtool: link: ln .libs/libgsl.lax/libgslpoly.a/eval.o .libs/libgsl.lax/lt24-eval.o || cp .libs/libgsl.lax/libgslpoly.a/eval.o .libs/libgsl.lax/lt24-eval.o
  4036. libtool: link: ln .libs/libgsl.lax/libgslpoly.a/deriv.o .libs/libgsl.lax/lt25-deriv.o || cp .libs/libgsl.lax/libgslpoly.a/deriv.o .libs/libgsl.lax/lt25-deriv.o
  4037. libtool: link: ln .libs/libgsl.lax/libgslqrng.a/inline.o .libs/libgsl.lax/lt26-inline.o || cp .libs/libgsl.lax/libgslqrng.a/inline.o .libs/libgsl.lax/lt26-inline.o
  4038. libtool: link: ln .libs/libgsl.lax/libgslrandist.a/exponential.o .libs/libgsl.lax/lt27-exponential.o || cp .libs/libgsl.lax/libgslrandist.a/exponential.o .libs/libgsl.lax/lt27-exponential.o
  4039. libtool: link: ln .libs/libgsl.lax/libgslrng.a/file.o .libs/libgsl.lax/lt28-file.o || cp .libs/libgsl.lax/libgslrng.a/file.o .libs/libgsl.lax/lt28-file.o
  4040. libtool: link: ln .libs/libgsl.lax/libgslrng.a/inline.o .libs/libgsl.lax/lt29-inline.o || cp .libs/libgsl.lax/libgslrng.a/inline.o .libs/libgsl.lax/lt29-inline.o
  4041. libtool: link: ln .libs/libgsl.lax/libgslroots.a/convergence.o .libs/libgsl.lax/lt30-convergence.o || cp .libs/libgsl.lax/libgslroots.a/convergence.o .libs/libgsl.lax/lt30-convergence.o
  4042. libtool: link: ln .libs/libgsl.lax/libgslroots.a/brent.o .libs/libgsl.lax/lt31-brent.o || cp .libs/libgsl.lax/libgslroots.a/brent.o .libs/libgsl.lax/lt31-brent.o
  4043. libtool: link: ln .libs/libgsl.lax/libgslroots.a/newton.o .libs/libgsl.lax/lt32-newton.o || cp .libs/libgsl.lax/libgslroots.a/newton.o .libs/libgsl.lax/lt32-newton.o
  4044. libtool: link: ln .libs/libgsl.lax/libgslroots.a/fsolver.o .libs/libgsl.lax/lt33-fsolver.o || cp .libs/libgsl.lax/libgslroots.a/fsolver.o .libs/libgsl.lax/lt33-fsolver.o
  4045. libtool: link: ln .libs/libgsl.lax/libgslroots.a/fdfsolver.o .libs/libgsl.lax/lt34-fdfsolver.o || cp .libs/libgsl.lax/libgslroots.a/fdfsolver.o .libs/libgsl.lax/lt34-fdfsolver.o
  4046. libtool: link: ln .libs/libgsl.lax/libgslsort.a/sort.o .libs/libgsl.lax/lt35-sort.o || cp .libs/libgsl.lax/libgslsort.a/sort.o .libs/libgsl.lax/lt35-sort.o
  4047. libtool: link: ln .libs/libgsl.lax/libgslspecfunc.a/gamma.o .libs/libgsl.lax/lt36-gamma.o || cp .libs/libgsl.lax/libgslspecfunc.a/gamma.o .libs/libgsl.lax/lt36-gamma.o
  4048. libtool: link: ln .libs/libgsl.lax/libgslspecfunc.a/beta.o .libs/libgsl.lax/lt37-beta.o || cp .libs/libgsl.lax/libgslspecfunc.a/beta.o .libs/libgsl.lax/lt37-beta.o
  4049. libtool: link: ln .libs/libgsl.lax/libgslspecfunc.a/hyperg.o .libs/libgsl.lax/lt38-hyperg.o || cp .libs/libgsl.lax/libgslspecfunc.a/hyperg.o .libs/libgsl.lax/lt38-hyperg.o
  4050. libtool: link: ln .libs/libgsl.lax/libgslstatistics.a/minmax.o .libs/libgsl.lax/lt39-minmax.o || cp .libs/libgsl.lax/libgslstatistics.a/minmax.o .libs/libgsl.lax/lt39-minmax.o
  4051. libtool: link: ln .libs/libgsl.lax/libgslsys.a/pow_int.o .libs/libgsl.lax/lt40-pow_int.o || cp .libs/libgsl.lax/libgslsys.a/pow_int.o .libs/libgsl.lax/lt40-pow_int.o
  4052. libtool: link: ln .libs/libgsl.lax/libgslsys.a/minmax.o .libs/libgsl.lax/lt41-minmax.o || cp .libs/libgsl.lax/libgslsys.a/minmax.o .libs/libgsl.lax/lt41-minmax.o
  4053. libtool: link: ln .libs/libgsl.lax/libgslvector.a/view.o .libs/libgsl.lax/lt42-view.o || cp .libs/libgsl.lax/libgslvector.a/view.o .libs/libgsl.lax/lt42-view.o
  4054. libtool: link: ln .libs/libgsl.lax/libgslvector.a/oper.o .libs/libgsl.lax/lt43-oper.o || cp .libs/libgsl.lax/libgslvector.a/oper.o .libs/libgsl.lax/lt43-oper.o
  4055. libtool: link: ln .libs/libgsl.lax/libgslvector.a/swap.o .libs/libgsl.lax/lt44-swap.o || cp .libs/libgsl.lax/libgslvector.a/swap.o .libs/libgsl.lax/lt44-swap.o
  4056. libtool: link: ln .libs/libgsl.lax/libgslvector.a/file.o .libs/libgsl.lax/lt45-file.o || cp .libs/libgsl.lax/libgslvector.a/file.o .libs/libgsl.lax/lt45-file.o
  4057. libtool: link: ln .libs/libgsl.lax/libgslvector.a/minmax.o .libs/libgsl.lax/lt46-minmax.o || cp .libs/libgsl.lax/libgslvector.a/minmax.o .libs/libgsl.lax/lt46-minmax.o
  4058. libtool: link: ln .libs/libgsl.lax/libgslvector.a/init.o .libs/libgsl.lax/lt47-init.o || cp .libs/libgsl.lax/libgslvector.a/init.o .libs/libgsl.lax/lt47-init.o
  4059. libtool: link: ln .libs/libgsl.lax/libgslvector.a/copy.o .libs/libgsl.lax/lt48-copy.o || cp .libs/libgsl.lax/libgslvector.a/copy.o .libs/libgsl.lax/lt48-copy.o
  4060. libtool: link: ln .libs/libgsl.lax/libgslvector.a/prop.o .libs/libgsl.lax/lt49-prop.o || cp .libs/libgsl.lax/libgslvector.a/prop.o .libs/libgsl.lax/lt49-prop.o
  4061. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/exppow.o .libs/libgsl.lax/lt50-exppow.o || cp .libs/libgsl.lax/libgslcdf.a/exppow.o .libs/libgsl.lax/lt50-exppow.o
  4062. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/rayleigh.o .libs/libgsl.lax/lt51-rayleigh.o || cp .libs/libgsl.lax/libgslcdf.a/rayleigh.o .libs/libgsl.lax/lt51-rayleigh.o
  4063. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/logistic.o .libs/libgsl.lax/lt52-logistic.o || cp .libs/libgsl.lax/libgslcdf.a/logistic.o .libs/libgsl.lax/lt52-logistic.o
  4064. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/binomial.o .libs/libgsl.lax/lt53-binomial.o || cp .libs/libgsl.lax/libgslcdf.a/binomial.o .libs/libgsl.lax/lt53-binomial.o
  4065. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/fdist.o .libs/libgsl.lax/lt54-fdist.o || cp .libs/libgsl.lax/libgslcdf.a/fdist.o .libs/libgsl.lax/lt54-fdist.o
  4066. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/tdist.o .libs/libgsl.lax/lt55-tdist.o || cp .libs/libgsl.lax/libgslcdf.a/tdist.o .libs/libgsl.lax/lt55-tdist.o
  4067. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/gamma.o .libs/libgsl.lax/lt56-gamma.o || cp .libs/libgsl.lax/libgslcdf.a/gamma.o .libs/libgsl.lax/lt56-gamma.o
  4068. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/pareto.o .libs/libgsl.lax/lt57-pareto.o || cp .libs/libgsl.lax/libgslcdf.a/pareto.o .libs/libgsl.lax/lt57-pareto.o
  4069. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/exponential.o .libs/libgsl.lax/lt58-exponential.o || cp .libs/libgsl.lax/libgslcdf.a/exponential.o .libs/libgsl.lax/lt58-exponential.o
  4070. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/beta.o .libs/libgsl.lax/lt59-beta.o || cp .libs/libgsl.lax/libgslcdf.a/beta.o .libs/libgsl.lax/lt59-beta.o
  4071. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/pascal.o .libs/libgsl.lax/lt60-pascal.o || cp .libs/libgsl.lax/libgslcdf.a/pascal.o .libs/libgsl.lax/lt60-pascal.o
  4072. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/cauchy.o .libs/libgsl.lax/lt61-cauchy.o || cp .libs/libgsl.lax/libgslcdf.a/cauchy.o .libs/libgsl.lax/lt61-cauchy.o
  4073. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/weibull.o .libs/libgsl.lax/lt62-weibull.o || cp .libs/libgsl.lax/libgslcdf.a/weibull.o .libs/libgsl.lax/lt62-weibull.o
  4074. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/nbinomial.o .libs/libgsl.lax/lt63-nbinomial.o || cp .libs/libgsl.lax/libgslcdf.a/nbinomial.o .libs/libgsl.lax/lt63-nbinomial.o
  4075. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/lognormal.o .libs/libgsl.lax/lt64-lognormal.o || cp .libs/libgsl.lax/libgslcdf.a/lognormal.o .libs/libgsl.lax/lt64-lognormal.o
  4076. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/chisq.o .libs/libgsl.lax/lt65-chisq.o || cp .libs/libgsl.lax/libgslcdf.a/chisq.o .libs/libgsl.lax/lt65-chisq.o
  4077. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/geometric.o .libs/libgsl.lax/lt66-geometric.o || cp .libs/libgsl.lax/libgslcdf.a/geometric.o .libs/libgsl.lax/lt66-geometric.o
  4078. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/gauss.o .libs/libgsl.lax/lt67-gauss.o || cp .libs/libgsl.lax/libgslcdf.a/gauss.o .libs/libgsl.lax/lt67-gauss.o
  4079. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/poisson.o .libs/libgsl.lax/lt68-poisson.o || cp .libs/libgsl.lax/libgslcdf.a/poisson.o .libs/libgsl.lax/lt68-poisson.o
  4080. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/laplace.o .libs/libgsl.lax/lt69-laplace.o || cp .libs/libgsl.lax/libgslcdf.a/laplace.o .libs/libgsl.lax/lt69-laplace.o
  4081. libtool: link: ln .libs/libgsl.lax/libgslcdf.a/flat.o .libs/libgsl.lax/lt70-flat.o || cp .libs/libgsl.lax/libgslcdf.a/flat.o .libs/libgsl.lax/lt70-flat.o
  4082. libtool: link: ln .libs/libgsl.lax/libgslwavelet.a/bspline.o .libs/libgsl.lax/lt71-bspline.o || cp .libs/libgsl.lax/libgslwavelet.a/bspline.o .libs/libgsl.lax/lt71-bspline.o
  4083. libtool: link: ar cru .libs/libgsl.a version.o .libs/libgsl.lax/libgslblock.a/block.o .libs/libgsl.lax/libgslblock.a/file.o .libs/libgsl.lax/libgslblock.a/init.o .libs/libgsl.lax/libgslblas.a/blas.o .libs/libgsl.lax/libgslbspline.a/bspline.o .libs/libgsl.lax/libgslcomplex.a/math.o .libs/libgsl.lax/libgslcomplex.a/inline.o .libs/libgsl.lax/libgslcheb.a/eval.o .libs/libgsl.lax/libgslcheb.a/integ.o .libs/libgsl.lax/lt1-init.o .libs/libgsl.lax/libgslcheb.a/deriv.o .libs/libgsl.lax/libgsldht.a/dht.o .libs/libgsl.lax/libgsldiff.a/diff.o .libs/libgsl.lax/lt2-deriv.o .libs/libgsl.lax/libgsleigen.a/genherm.o .libs/libgsl.lax/libgsleigen.a/gensymmv.o .libs/libgsl.lax/libgsleigen.a/symm.o .libs/libgsl.lax/libgsleigen.a/sort.o .libs/libgsl.lax/libgsleigen.a/gensymm.o .libs/libgsl.lax/libgsleigen.a/herm.o .libs/libgsl.lax/libgsleigen.a/genv.o .libs/libgsl.lax/libgsleigen.a/genhermv.o .libs/libgsl.lax/libgsleigen.a/nonsymm.o .libs/libgsl.lax/libgsleigen.a/symmv.o .libs/libgsl.lax/libgsleigen.a/jacobi.o .lib
  4084. s/libgsl.lax/libgsleigen.a/hermv.o .libs/libgsl.lax/libgsleigen.a/nonsymmv.o .libs/libgsl.lax/libgsleigen.a/schur.o .libs/libgsl.lax/libgsleigen.a/gen.o .libs/libgsl.lax/libgsleigen.a/francis.o .libs/libgsl.lax/libgslerr.a/message.o .libs/libgsl.lax/libgslerr.a/strerror.o .libs/libgsl.lax/libgslerr.a/stream.o .libs/libgsl.lax/libgslerr.a/error.o .libs/libgsl.lax/libgslfft.a/fft.o .libs/libgsl.lax/libgslfft.a/dft.o .libs/libgsl.lax/libgslfit.a/linear.o .libs/libgsl.lax/libgslhistogram.a/oper.o .libs/libgsl.lax/libgslhistogram.a/stat2d.o .libs/libgsl.lax/libgslhistogram.a/params.o .libs/libgsl.lax/libgslhistogram.a/stat.o .libs/libgsl.lax/libgslhistogram.a/pdf.o .libs/libgsl.lax/libgslhistogram.a/file2d.o .libs/libgsl.lax/libgslhistogram.a/params2d.o .libs/libgsl.lax/libgslhistogram.a/calloc_range.o .libs/libgsl.lax/libgslhistogram.a/calloc_range2d.o .libs/libgsl.lax/libgslhistogram.a/maxval2d.o .libs/libgsl.lax/libgslhistogram.a/reset2d.o .libs/libgsl.lax/libgslhistogram.a/add.o .libs/libgsl.lax/libgslhistogram.a/add2d.o .libs/libgsl.lax/libgslhistogram.a/maxval.o .libs/libgsl.lax/libgslhistogram.a/get.o .libs/libgsl.lax/libgslhistogram.a/pdf2d.o .libs/libgsl.lax/libgslhistogram.a/oper2d.o .libs/libgsl.lax/lt3-file.o .libs/libgsl.lax/libgslhistogram.a/copy2d.o .libs/libgsl.lax/libgslhistogram.a/get2d.o .libs/libgsl.lax/libgslhistogram.a/reset.o .libs/libgsl.lax/libgslhistogram.a/init2d.o .libs/libgsl.lax/lt4-init.o .libs/libgsl.lax/libgslhistogram.a/copy.o .libs/libgsl.lax/libgslieeeutils.a/make_rep.o .libs/libgsl.lax/libgslieeeutils.a/print.o .libs/libgsl.lax/libgslieeeutils.a/read.o .libs/libgsl.lax/libgslieeeutils.a/fp.o .libs/libgsl.lax/libgslieeeutils.a/env.o .libs/libgsl.lax/libgslintegration.a/qmomof.o .libs/libgsl.lax/libgslintegration.a/qng.o .libs/libgsl.lax/libgslintegration.a/qaws.o .libs/libgsl.lax/libgslintegration.a/qags.o .libs/libgsl.lax/libgslintegration.a/qag.o .libs/libgsl.lax/libgslintegration.a/qagp.o .libs/libgsl.lax/libgslintegration.a/qk.o .libs/libgsl.lax/libgslintegration.a/qk21.o .libs/libgsl.lax/libgslintegration.a/qawf.o .libs/libgsl.lax/libgslintegration.a/workspace.o .libs/libgsl.lax/libgslintegration.a/qmomo.o .libs/libgsl.lax/libgslintegration.a/qawo.o .libs/libgsl.lax/libgslintegration.a/qawc.o .libs/libgsl.lax/libgslintegration.a/qk31.o .libs/libgsl.lax/libgslintegration.a/qk51.o .libs/libgsl.lax/libgslintegration.a/qcheb.o .libs/libgsl.lax/libgslintegration.a/qk15.o .libs/libgsl.lax/libgslintegration.a/qk61.o .libs/libgsl.lax/libgslintegration.a/qk41.o .libs/libgsl.lax/libgslinterpolation.a/spline.o .libs/libgsl.lax/libgslinterpolation.a/accel.o .libs/libgsl.lax/lt5-linear.o .libs/libgsl.lax/libgslinterpolation.a/cspline.o .libs/libgsl.lax/libgslinterpolation.a/poly.o .libs/libgsl.lax/lt6-inline.o .libs/libgsl.lax/libgslinterpolation.a/interp.o .libs/libgsl.lax/libgslinterpolation.a/akima.o .libs/libgsl.lax/libgsllinalg.a/luc.o .libs/libgsl.lax/libgsllinalg.a/balancemat.o .libs/libgsl.lax/libgsllinalg.a/bidiag.o .libs/libgsl.lax/libgsllinalg.a/hesstri.o .libs/libgsl.lax/libgsllinalg.a/choleskyc.o .libs/libgsl.lax/libgsllinalg.a/svd.o .libs/libgsl.lax/libgsllinalg.a/hh.o .libs/libgsl.lax/libgsllinalg.a/qrpt.o .libs/libgsl.lax/libgsllinalg.a/symmtd.o .libs/libgsl.lax/libgsllinalg.a/ptlq.o .libs/libgsl.lax/libgsllinalg.a/multiply.o .libs/libgsl.lax/libgsllinalg.a/exponential.o .libs/libgsl.lax/libgsllinalg.a/lq.o .libs/libgsl.lax/libgsllinalg.a/tridiag.o .libs/libgsl.lax/libgsllinalg.a/hessenberg.o .libs/libgsl.lax/libgsllinalg.a/lu.o .libs/libgsl.lax/libgsllinalg.a/householdercomplex.o .libs/libgsl.lax/libgsllinalg.a/householder.o .libs/libgsl.lax/libgsllinalg.a/balance.o .libs/libgsl.lax/libgsllinalg.a/qr.o .libs/libgsl.lax/libgsllinalg.a/cholesky.o .libs/libgsl.lax/libgsllinalg.a/hermtd.o .libs/libgsl.lax/libgslmatrix.a/view.o .libs/libgsl.lax/lt7-oper.o .libs/libgsl.lax/libgslmatrix.a/submatrix.o .libs/libgsl.lax/libgslmatrix.a/swap.o .libs/libgsl.lax/libgslmatrix.a/rowcol.o .libs/libgsl.lax/libgslmatrix.a/matrix.o .libs/libgsl.lax/lt8-file.o .libs/libgsl.lax/libgslmatrix.a/minmax.o .libs/libgsl.lax/lt9-init.o .libs/libgsl.lax/libgslmatrix.a/getset.o .libs/libgsl.lax/lt10-copy.o .libs/libgsl.lax/libgslmatrix.a/prop.o .libs/libgsl.lax/libgslmin.a/golden.o .libs/libgsl.lax/libgslmin.a/convergence.o .libs/libgsl.lax/libgslmin.a/brent.o .libs/libgsl.lax/libgslmin.a/bracketing.o .libs/libgsl.lax/libgslmin.a/fsolver.o .libs/libgsl.lax/libgslmin.a/quad_golden.o .libs/libgsl.lax/libgslmonte.a/plain.o .libs/libgsl.lax/libgslmonte.a/vegas.o .libs/libgsl.lax/libgslmonte.a/miser.o .libs/libgsl.lax/libgslmultifit.a/lmder.o .libs/libgsl.lax/lt11-convergence.o .libs/libgsl.lax/libgslmultifit.a/work.o .libs/libgsl.lax/libgslmultifit.a/gradient.o .libs/libgsl.lax/lt12-fsolver.o .libs/libgsl.lax/libgslmultifit.a/covar.o .libs/libgsl.lax/libgslmultifit.a/fdfsolver.o .libs/libgsl.lax/libgslmultifit.a/multilinear.o .libs/libgsl.lax/libgslmultimin.a/steepest_descent.o .libs/libgsl.lax/libgslmultimin.a/simplex2.o .libs/libgsl.lax/libgslmultimin.a/simplex.o .libs/libgsl.lax/libgslmultimin.a/vector_bfgs.o .libs/libgsl.lax/libgslmultimin.a/conjugate_pr.o .libs/libgsl.lax/libgslmultimin.a/vector_bfgs2.o .libs/libgsl.lax/lt13-convergence.o .libs/libgsl.lax/libgslmultimin.a/fdfminimizer.o .libs/libgsl.lax/lt14-diff.o .libs/libgsl.lax/libgslmultimin.a/conjugate_fr.o .libs/libgsl.lax/libgslmultimin.a/fminimizer.o .libs/libgsl.lax/libgslmultiroots.a/hybrid.o .libs/libgsl.lax/lt15-convergence.o .libs/libgsl.lax/libgslmultiroots.a/newton.o .libs/libgsl.lax/libgslmultiroots.a/fdjac.o .libs/libgsl.lax/libgslmultiroots.a/broyden.o .libs/libgsl.lax/libgslmultiroots.a/hybridj.o .libs/libgsl.lax/libgslmultiroots.a/gnewton.o .libs/libgsl.lax/lt16-fsolver.o .libs/libgsl.lax/lt17-fdfsolver.o .libs/libgsl.lax/libgslmultiroots.a/dnewton.o .libs/libgsl.lax/libgslntuple.a/ntuple.o .libs/libgsl.lax/libgslodeiv.a/gear1.o .libs/libgsl.lax/libgslodeiv.a/control.o .libs/libgsl.lax/libgslodeiv.a/step.o .libs/libgsl.lax/libgslodeiv.a/rk4.o .libs/libgsl.lax/libgslodeiv.a/evolve.o .libs/libgsl.lax/libgslodeiv.a/rkf45.o .libs/libgsl.lax/libgslodeiv.a/cscal.o .libs/libgsl.lax/libgslodeiv.a/rk2simp.o .libs/libgsl.lax/libgslodeiv.a/rk2imp.o .libs/libgsl.lax/libgslodeiv.a/cstd.o .libs/libgsl.lax/libgslodeiv.a/rk8pd.o .libs/libgsl.lax/libgslodeiv.a/gear2.o .libs/libgsl.lax/libgslodeiv.a/bsimp.o .libs/libgsl.lax/libgslodeiv.a/rk2.o .libs/libgsl.lax/libgslodeiv.a/rkck.o .libs/libgsl.lax/libgslodeiv.a/rk4imp.o .libs/libgsl.lax/libgslpermutation.a/permutation.o .libs/libgsl.lax/libgslpermutation.a/permute.o .libs/libgsl.lax/lt18-file.o .libs/libgsl.lax/lt19-inline.o .libs/libgsl.lax/lt20-init.o .libs/libgsl.lax/libgslpermutation.a/canonical.o .libs/libgsl.lax/libgslcombination.a/combination.o .libs/libgsl.lax/lt21-file.o .libs/libgsl.lax/lt22-inline.o .libs/libgsl.lax/lt23-init.o .libs/libgsl.lax/libgslpoly.a/dd.o .libs/libgsl.lax/lt24-eval.o .libs/libgsl.lax/libgslpoly.a/zsolve.o .libs/libgsl.lax/libgslpoly.a/solve_quadratic.o .libs/libgsl.lax/libgslpoly.a/solve_cubic.o .libs/libgsl.lax/libgslpoly.a/zsolve_cubic.o .libs/libgsl.lax/libgslpoly.a/zsolve_init.o .libs/libgsl.lax/lt25-deriv.o .libs/libgsl.lax/libgslpoly.a/zsolve_quadratic.o .libs/libgsl.lax/libgslqrng.a/qrng.o .libs/libgsl.lax/libgslqrng.a/sobol.o .libs/libgsl.lax/libgslqrng.a/niederreiter-2.o .libs/libgsl.lax/libgslqrng.a/reversehalton.o .libs/libgsl.lax/lt26-inline.o .libs/libgsl.lax/libgslqrng.a/halton.o .libs/libgsl.lax/libgslrandist.a/logarithmic.o .libs/libgsl.lax/libgslrandist.a/exppow.o .libs/libgsl.lax/libgslrandist.a/rayleigh.o .libs/libgsl.lax/libgslrandist.a/logistic.o .libs/libgsl.lax/libgslrandist.a/gausstail.o .libs/libgsl.lax/libgslrandist.a/binomial.o .libs/libgsl.lax/libgslrandist.a/fdist.o .libs/libgsl.lax/libgslrandist.a/tdist.o .libs/libgsl.lax/libgslrandist.a/multinomial.o .libs/libgsl.lax/libgslrandist.a/landau.o .libs/libgsl.lax/libgslrandist.a/gamma.o .libs/libgsl.lax/libgslrandist.a/discrete.o .libs/libgsl.lax/libgslrandist.a/pareto.o .libs/libgsl.lax/libgslrandist.a/gumbel.o .libs/libgsl.lax/libgslrandist.a/erlang.o .libs/libgsl.lax/lt27-exponential.o .libs/libgsl.lax/libgslrandist.a/beta.o .libs/libgsl.lax/libgslrandist.a/pascal.o .libs/libgsl.lax/libgslrandist.a/levy.o .libs/libgsl.lax/libgslrandist.a/cauchy.o .libs/libgsl.lax/libgslrandist.a/sphere.o .libs/libgsl.lax/libgslrandist.a/bigauss.o .libs/libgsl.lax/libgslrandist.a/weibull.o .libs/libgsl.lax/libgslrandist.a/dirichlet.o .libs/libgsl.lax/libgslrandist.a/shuffle.o .libs/libgsl.lax/libgslrandist.a/bernoulli.o .libs/libgsl.lax/libgslrandist.a/binomial_tpe.o .libs/libgsl.lax/libgslrandist.a/nbinomial.o .libs/libgsl.lax/libgslrandist.a/lognormal.o .libs/libgsl.lax/libgslrandist.a/chisq.o .libs/libgsl.lax/libgslrandist.a/geometric.o .libs/libgsl.lax/libgslrandist.a/gauss.o .libs/libgsl.lax/libgslrandist.a/poisson.o .libs/libgsl.lax/libgslrandist.a/gausszig.o .libs/libgsl.lax/libgslrandist.a/laplace.o .libs/libgsl.lax/libgslrandist.a/hyperg.o .libs/libgsl.lax/libgslrandist.a/flat.o .libs/libgsl.lax/libgslrng.a/coveyou.o .libs/libgsl.lax/libgslrng.a/knuthran2002.o .libs/libgsl.lax/libgslrng.a/ranlxs.o .libs/libgsl.lax/libgslrng.a/random.o .libs/libgsl.lax/libgslrng.a/taus.o .libs/libgsl.lax/libgslrng.a/gfsr4.o .libs/libgsl.lax/libgslrng.a/ranf.o .libs/libgsl.lax/libgslrng.a/uni32.o .libs/libgsl.lax/libgslrng.a/fishman20.o .libs/libgsl.lax/libgslrng.a/types.o .libs/libgsl.lax/libgslrng.a/ran2.o .libs/libgsl.lax/libgslrng.a/ran1.o .libs/libgsl.lax/libgslrng.a/vax.o .libs/libgsl.lax/libgslrng.a/minstd.o .libs/libgsl.lax/libgslrng.a/mrg.o .libs/libgsl.lax/libgslrng.a/rand.o .libs/libgsl.lax/libgslrng.a/mt.o .libs/libgsl.lax/libgslrng.a/transputer.o .libs/libgsl.lax/libgslrng.a/rand48.o .libs/libgsl.lax/libgslrng.a/slatec.o .libs/libgsl.lax/libgslrng.a/cmrg.o .libs/libgsl.lax/libgslrng.a/ran0.o .libs/libgsl.lax/libgslrng.a/rng.o .libs/libgsl.lax/libgslrng.a/ranlux.o .libs/libgsl.lax/libgslrng.a/ranmar.o .libs/libgsl.lax/libgslrng.a/ranlxd.o .libs/libgsl.lax/libgslrng.a/knuthran2.o .libs/libgsl.lax/libgslrng.a/fishman2x.o .libs/libgsl.lax/lt28-file.o .libs/libgsl.lax/libgslrng.a/zuf.o .libs/libgsl.lax/libgslrng.a/taus113.o .libs/libgsl.lax/libgslrng.a/uni.o .libs/libgsl.lax/lt29-inline.o .libs/libgsl.lax/libgslrng.a/default.o .libs/libgsl.lax/libgslrng.a/borosh13.o .libs/libgsl.lax/libgslrng.a/knuthran.o .libs/libgsl.lax/libgslrng.a/randu.o .libs/libgsl.lax/libgslrng.a/ran3.o .libs/libgsl.lax/libgslrng.a/tt.o .libs/libgsl.lax/libgslrng.a/waterman14.o .libs/libgsl.lax/libgslrng.a/lecuyer21.o .libs/libgsl.lax/libgslrng.a/fishman18.o .libs/libgsl.lax/libgslrng.a/r250.o .libs/libgsl.lax/lt30-convergence.o .libs/libgsl.lax/libgslroots.a/bisection.o .libs/libgsl.lax/lt31-brent.o .libs/libgsl.lax/lt32-newton.o .libs/libgsl.lax/libgslroots.a/steffenson.o .libs/libgsl.lax/libgslroots.a/secant.o .libs/libgsl.lax/lt33-fsolver.o .libs/libgsl.lax/lt34-fdfsolver.o .libs/libgsl.lax/libgslroots.a/falsepos.o .libs/libgsl.lax/libgslsiman.a/siman.o .libs/libgsl.lax/lt35-sort.o .libs/libgsl.lax/libgslsort.a/sortvec.o .libs/libgsl.lax/libgslsort.a/subset.o .libs/libgsl.lax/libgslsort.a/sortind.o .libs/libgsl.lax/libgslsort.a/sortvecind.o .libs/libgsl.lax/libgslsort.a/subsetind.o .libs/libgsl.lax/libgslspecfunc.a/mathieu_coeff.o .libs/libgsl.lax/libgslspecfunc.a/mathieu_angfunc.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Yn.o .libs/libgsl.lax/libgslspecfunc.a/dawson.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Y1.o .libs/libgsl.lax/libgslspecfunc.a/bessel_k.o .libs/libgsl.lax/libgslspecfunc.a/airy_zero.o .libs/libgsl.lax/libgslspecfunc.a/trig.o .libs/libgsl.lax/libgslspecfunc.a/expint3.o .libs/libgsl.lax/libgslspecfunc.a/synchrotron.o .libs/libgsl.lax/libgslspecfunc.a/bessel_K0.o .libs/libgsl.lax/libgslspecfunc.a/erfc.o .libs/libgsl.lax/libgslspecfunc.a/legendre_Qn.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Kn.o .libs/libgsl.lax/libgslspecfunc.a/coupling.o .libs/libgsl.lax/libgslspecfunc.a/legendre_con.o .libs/libgsl.lax/libgslspecfunc.a/legendre_poly.o .libs/libgsl.lax/libgslspecfunc.a/poch.o .libs/libgsl.lax/libgslspecfunc.a/expint.o .libs/libgsl.lax/libgslspecfunc.a/hyperg_2F1.o .libs/libgsl.lax/libgslspecfunc.a/hyperg_1F1.o .libs/libgsl.lax/libgslspecfunc.a/elementary.o .libs/libgsl.lax/libgslspecfunc.a/bessel_j.o .libs/libgsl.lax/libgslspecfunc.a/coulomb.o .libs/libgsl.lax/libgslspecfunc.a/beta_inc.o .libs/libgsl.lax/libgslspecfunc.a/shint.o .libs/libgsl.lax/libgslspecfunc.a/lambert.o .libs/libgsl.lax/libgslspecfunc.a/bessel_In.o .libs/libgsl.lax/libgslspecfunc.a/debye.o .libs/libgsl.lax/lt36-gamma.o .libs/libgsl.lax/libgslspecfunc.a/coulomb_bound.o .libs/libgsl.lax/libgslspecfunc.a/bessel_I1.o .libs/libgsl.lax/libgslspecfunc.a/gamma_inc.o .libs/libgsl.lax/libgslspecfunc.a/bessel_sequence.o .libs/libgsl.lax/libgslspecfunc.a/result.o .libs/libgsl.lax/libgslspecfunc.a/psi.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Jn.o .libs/libgsl.lax/libgslspecfunc.a/bessel_i.o .libs/libgsl.lax/lt37-beta.o .libs/libgsl.lax/libgslspecfunc.a/hyperg_0F1.o .libs/libgsl.lax/libgslspecfunc.a/gegenbauer.o .libs/libgsl.lax/libgslspecfunc.a/bessel_amp_phase.o .libs/libgsl.lax/libgslspecfunc.a/laguerre.o .libs/libgsl.lax/libgslspecfunc.a/dilog.o .libs/libgsl.lax/libgslspecfunc.a/clausen.o .libs/libgsl.lax/libgslspecfunc.a/transport.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Knu.o .libs/libgsl.lax/libgslspecfunc.a/airy.o .libs/libgsl.lax/libgslspecfunc.a/mathieu_workspace.o .libs/libgsl.lax/libgslspecfunc.a/exp.o .libs/libgsl.lax/libgslspecfunc.a/pow_int.o .libs/libgsl.lax/libgslspecfunc.a/mathieu_radfunc.o .libs/libgsl.lax/libgslspecfunc.a/fermi_dirac.o .libs/libgsl.lax/libgslspecfunc.a/bessel_temme.o .libs/libgsl.lax/libgslspecfunc.a/atanint.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Y0.o .libs/libgsl.lax/libgslspecfunc.a/legendre_H3d.o .libs/libgsl.lax/libgslspecfunc.a/bessel_zero.o .libs/libgsl.lax/libgslspecfunc.a/bessel_y.o .libs/libgsl.lax/libgslspecfunc.a/bessel_K1.o .libs/libgsl.lax/libgslspecfunc.a/bessel_J0.o .libs/libgsl.lax/libgslspecfunc.a/hyperg_2F0.o .libs/libgsl.lax/libgslspecfunc.a/sinint.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Jnu.o .libs/libgsl.lax/libgslspecfunc.a/bessel_I0.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Ynu.o .libs/libgsl.lax/libgslspecfunc.a/mathieu_charv.o .libs/libgsl.lax/libgslspecfunc.a/hyperg_U.o .libs/libgsl.lax/libgslspecfunc.a/log.o .libs/libgsl.lax/libgslspecfunc.a/elljac.o .libs/libgsl.lax/libgslspecfunc.a/airy_der.o .libs/libgsl.lax/libgslspecfunc.a/bessel.o .libs/libgsl.lax/lt38-hyperg.o .libs/libgsl.lax/libgslspecfunc.a/zeta.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Inu.o .libs/libgsl.lax/libgslspecfunc.a/bessel_olver.o .libs/libgsl.lax/libgslspecfunc.a/bessel_J1.o .libs/libgsl.lax/libgslspecfunc.a/ellint.o .libs/libgsl.lax/libgslstatistics.a/variance.o .libs/libgsl.lax/libgslstatistics.a/wmean.o .libs/libgsl.lax/libgslstatistics.a/absdev.o .libs/libgsl.lax/libgslstatistics.a/covariance.o .libs/libgsl.lax/libgslstatistics.a/quantiles.o .libs/libgsl.lax/libgslstatistics.a/kurtosis.o .libs/libgsl.lax/libgslstatistics.a/wvariance.o .libs/libgsl.lax/libgslstatistics.a/mean.o .libs/libgsl.lax/libgslstatistics.a/wskew.o .libs/libgsl.lax/libgslstatistics.a/skew.o .libs/libgsl.lax/lt39-minmax.o .libs/libgsl.lax/libgslstatistics.a/p_variance.o .libs/libgsl.lax/libgslstatistics.a/wabsdev.o .libs/libgsl.lax/libgslstatistics.a/lag1.o .libs/libgsl.lax/libgslstatistics.a/median.o .libs/libgsl.lax/libgslstatistics.a/ttest.o .libs/libgsl.lax/libgslstatistics.a/wkurtosis.o .libs/libgsl.lax/libgslsum.a/levin_utrunc.o .libs/libgsl.lax/libgslsum.a/work_utrunc.o .libs/libgsl.lax/libgslsum.a/work_u.o .libs/libgsl.lax/libgslsum.a/levin_u.o .libs/libgsl.lax/libgslsys.a/prec.o .libs/libgsl.lax/libgslsys.a/hypot.o .libs/libgsl.lax/libgslsys.a/infnan.o .libs/libgsl.lax/libgslsys.a/fdiv.o .libs/libgsl.lax/lt40-pow_int.o .libs/libgsl.lax/libgslsys.a/invhyp.o .libs/libgsl.lax/lt41-minmax.o .libs/libgsl.lax/libgslsys.a/fcmp.o .libs/libgsl.lax/libgslsys.a/coerce.o .libs/libgsl.lax/libgslsys.a/log1p.o .libs/libgsl.lax/libgslsys.a/ldfrexp.o .libs/libgsl.lax/libgslsys.a/expm1.o .libs/libgsl.lax/libgsltest.a/results.o .libs/libgsl.lax/libutils.a/placeholder.o .libs/libgsl.lax/lt42-view.o .libs/libgsl.lax/lt43-oper.o .libs/libgsl.lax/lt44-swap.o .libs/libgsl.lax/libgslvector.a/reim.o .libs/libgsl.lax/libgslvector.a/vector.o .libs/libgsl.lax/lt45-file.o .libs/libgsl.lax/lt46-minmax.o .libs/libgsl.lax/libgslvector.a/subvector.o .libs/libgsl.lax/lt47-init.o .libs/libgsl.lax/lt48-copy.o .libs/libgsl.lax/lt49-prop.o .libs/libgsl.lax/libgslcdf.a/logisticinv.o .libs/libgsl.lax/lt50-exppow.o .libs/libgsl.lax/lt51-rayleigh.o .libs/libgsl.lax/libgslcdf.a/rayleighinv.o .libs/libgsl.lax/lt52-logistic.o .libs/libgsl.lax/lt53-binomial.o .libs/libgsl.lax/lt54-fdist.o .libs/libgsl.lax/lt55-tdist.o .libs/libgsl.lax/libgslcdf.a/gumbel2inv.o .libs/libgsl.lax/lt56-gamma.o .libs/libgsl.lax/libgslcdf.a/lognormalinv.o .libs/libgsl.lax/libgslcdf.a/flatinv.o .libs/libgsl.lax/lt57-pareto.o .libs/libgsl.lax/libgslcdf.a/exponentialinv.o .libs/libgsl.lax/libgslcdf.a/hypergeometric.o .libs/libgsl.lax/libgslcdf.a/cauchyinv.o .libs/libgsl.lax/lt58-exponential.o .libs/libgsl.lax/lt59-beta.o .libs/libgsl.lax/libgslcdf.a/laplaceinv.o .libs/libgsl.lax/lt60-pascal.o .libs/libgsl.lax/lt61-cauchy.o .libs/libgsl.lax/libgslcdf.a/betainv.o .libs/libgsl.lax/libgslcdf.a/gumbel2.o .libs/libgsl.lax/libgslcdf.a/gammainv.o .libs/libgsl.lax/libgslcdf.a/paretoinv.o .libs/libgsl.lax/libgslcdf.a/tdistinv.o .libs/libgsl.lax/lt62-weibull.o .libs/libgsl.lax/libgslcdf.a/gaussinv.o .libs/libgsl.lax/libgslcdf.a/gumbel1inv.o .libs/libgsl.lax/libgslcdf.a/weibullinv.o .libs/libgsl.lax/lt63-nbinomial.o .libs/libgsl.lax/lt64-lognormal.o .libs/libgsl.lax/lt65-chisq.o .libs/libgsl.lax/lt66-geometric.o .libs/libgsl.lax/libgslcdf.a/fdistinv.o .libs/libgsl.lax/lt67-gauss.o .libs/libgsl.lax/libgslcdf.a/chisqinv.o .libs/libgsl.lax/lt68-poisson.o .libs/libgsl.lax/lt69-laplace.o .libs/libgsl.lax/lt70-flat.o .libs/libgsl.lax/libgslcdf.a/gumbel1.o .libs/libgsl.lax/libgslwavelet.a/daubechies.
  4085. o .libs/libgsl.lax/libgslwavelet.a/wavelet.o .libs/libgsl.lax/lt71-bspline.o .libs/libgsl.lax/libgslwavelet.a/dwt.o .libs/libgsl.lax/libgslwavelet.a/haar.o
  4086. ar:
  4087. `u' modifier ignored since `D' is the default (see `U')
  4088. libtool: link: ranlib .libs/libgsl.a
  4089. libtool: link: rm -fr .libs/libgsl.lax .libs/libgsl.lax
  4090. libtool: link: ( cd ".libs" && rm -f "libgsl.la" && ln -s "../libgsl.la" "libgsl.la" )
  4091. gcc -DHAVE_CONFIG_H -I. -g -O2 -c gsl-randist.c
  4092. /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o gsl-randist gsl-randist.o libgsl.la cblas/libgslcblas.la -lm
  4093. libtool: link: gcc -g -O2 -o .libs/gsl-randist gsl-randist.o ./.libs/libgsl.so cblas/.libs/libgslcblas.so -lm
  4094. gcc -DHAVE_CONFIG_H -I. -g -O2 -c gsl-histogram.c
  4095. /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o gsl-histogram gsl-histogram.o libgsl.la cblas/libgslcblas.la -lm
  4096. libtool: link: gcc -g -O2 -o .libs/gsl-histogram gsl-histogram.o ./.libs/libgsl.so cblas/.libs/libgslcblas.so -lm
  4097. creating gsl-config
  4098. creating gsl.pc
  4099. make[2]: Leaving directory '/gsl'
  4100. make[1]: Leaving directory '/gsl'
  4101. Making install in gsl
  4102. make[1]: Entering directory '/gsl/gsl'
  4103. make[2]: Entering directory '/gsl/gsl'
  4104. make[2]: Nothing to be done for 'install-exec-am'.
  4105. make[2]: Nothing to be done for 'install-data-am'.
  4106. make[2]: Leaving directory '/gsl/gsl'
  4107. make[1]: Leaving directory '/gsl/gsl'
  4108. Making install in utils
  4109. make[1]: Entering directory '/gsl/utils'
  4110. make[2]: Entering directory '/gsl/utils'
  4111. make[2]: Nothing to be done for 'install-exec-am'.
  4112. make[2]: Nothing to be done for 'install-data-am'.
  4113. make[2]: Leaving directory '/gsl/utils'
  4114. make[1]: Leaving directory '/gsl/utils'
  4115. Making install in sys
  4116. make[1]: Entering directory '/gsl/sys'
  4117. make[2]: Entering directory '/gsl/sys'
  4118. make[2]: Nothing to be done for 'install-exec-am'.
  4119. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4120. /usr/bin/install -c -m 644 gsl_sys.h '/usr/local/include/gsl'
  4121. make[2]: Leaving directory '/gsl/sys'
  4122. make[1]: Leaving directory '/gsl/sys'
  4123. Making install in test
  4124. make[1]: Entering directory '/gsl/test'
  4125. make[2]: Entering directory '/gsl/test'
  4126. make[2]: Nothing to be done for 'install-exec-am'.
  4127. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4128. /usr/bin/install -c -m 644 gsl_test.h '/usr/local/include/gsl'
  4129. make[2]: Leaving directory '/gsl/test'
  4130. make[1]: Leaving directory '/gsl/test'
  4131. Making install in err
  4132. make[1]: Entering directory '/gsl/err'
  4133. make[2]: Entering directory '/gsl/err'
  4134. make[2]: Nothing to be done for 'install-exec-am'.
  4135. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4136. /usr/bin/install -c -m 644 gsl_errno.h gsl_message.h '/usr/local/include/gsl'
  4137. make[2]: Leaving directory '/gsl/err'
  4138. make[1]: Leaving directory '/gsl/err'
  4139. Making install in const
  4140. make[1]: Entering directory '/gsl/const'
  4141. make[2]: Entering directory '/gsl/const'
  4142. make[2]: Nothing to be done for 'install-exec-am'.
  4143. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4144. /usr/bin/install -c -m 644 gsl_const.h gsl_const_cgs.h gsl_const_mks.h gsl_const_cgsm.h gsl_const_mksa.h gsl_const_num.h '/usr/local/include/gsl'
  4145. make[2]: Leaving directory '/gsl/const'
  4146. make[1]: Leaving directory '/gsl/const'
  4147. Making install in complex
  4148. make[1]: Entering directory '/gsl/complex'
  4149. make[2]: Entering directory '/gsl/complex'
  4150. make[2]: Nothing to be done for 'install-exec-am'.
  4151. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4152. /usr/bin/install -c -m 644 gsl_complex.h gsl_complex_math.h '/usr/local/include/gsl'
  4153. make[2]: Leaving directory '/gsl/complex'
  4154. make[1]: Leaving directory '/gsl/complex'
  4155. Making install in cheb
  4156. make[1]: Entering directory '/gsl/cheb'
  4157. make[2]: Entering directory '/gsl/cheb'
  4158. make[2]: Nothing to be done for 'install-exec-am'.
  4159. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4160. /usr/bin/install -c -m 644 gsl_chebyshev.h '/usr/local/include/gsl'
  4161. make[2]: Leaving directory '/gsl/cheb'
  4162. make[1]: Leaving directory '/gsl/cheb'
  4163. Making install in block
  4164. make[1]: Entering directory '/gsl/block'
  4165. make[2]: Entering directory '/gsl/block'
  4166. make[2]: Nothing to be done for 'install-exec-am'.
  4167. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4168. /usr/bin/install -c -m 644 gsl_block.h gsl_block_char.h gsl_block_complex_double.h gsl_block_complex_float.h gsl_block_complex_long_double.h gsl_block_double.h gsl_block_float.h gsl_block_int.h gsl_block_long.h gsl_block_long_double.h gsl_block_short.h gsl_block_uchar.h gsl_block_uint.h gsl_block_ulong.h gsl_block_ushort.h gsl_check_range.h '/usr/local/include/gsl'
  4169. make[2]: Leaving directory '/gsl/block'
  4170. make[1]: Leaving directory '/gsl/block'
  4171. Making install in vector
  4172. make[1]: Entering directory '/gsl/vector'
  4173. make[2]: Entering directory '/gsl/vector'
  4174. make[2]: Nothing to be done for 'install-exec-am'.
  4175. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4176. /usr/bin/install -c -m 644 gsl_vector.h gsl_vector_char.h gsl_vector_complex.h gsl_vector_complex_double.h gsl_vector_complex_float.h gsl_vector_complex_long_double.h gsl_vector_double.h gsl_vector_float.h gsl_vector_int.h gsl_vector_long.h gsl_vector_long_double.h gsl_vector_short.h gsl_vector_uchar.h gsl_vector_uint.h gsl_vector_ulong.h gsl_vector_ushort.h '/usr/local/include/gsl'
  4177. make[2]: Leaving directory '/gsl/vector'
  4178. make[1]: Leaving directory '/gsl/vector'
  4179. Making install in matrix
  4180. make[1]: Entering directory '/gsl/matrix'
  4181. make[2]: Entering directory '/gsl/matrix'
  4182. make[2]: Nothing to be done for 'install-exec-am'.
  4183. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4184. /usr/bin/install -c -m 644 gsl_matrix.h gsl_matrix_char.h gsl_matrix_complex_double.h gsl_matrix_complex_float.h gsl_matrix_complex_long_double.h gsl_matrix_double.h gsl_matrix_float.h gsl_matrix_int.h gsl_matrix_long.h gsl_matrix_long_double.h gsl_matrix_short.h gsl_matrix_uchar.h gsl_matrix_uint.h gsl_matrix_ulong.h gsl_matrix_ushort.h '/usr/local/include/gsl'
  4185. make[2]: Leaving directory '/gsl/matrix'
  4186. make[1]: Leaving directory '/gsl/matrix'
  4187. Making install in permutation
  4188. make[1]: Entering directory '/gsl/permutation'
  4189. make[2]: Entering directory '/gsl/permutation'
  4190. make[2]: Nothing to be done for 'install-exec-am'.
  4191. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4192. /usr/bin/install -c -m 644 gsl_permutation.h gsl_permute.h gsl_permute_char.h gsl_permute_complex_double.h gsl_permute_complex_float.h gsl_permute_complex_long_double.h gsl_permute_double.h gsl_permute_float.h gsl_permute_int.h gsl_permute_long.h gsl_permute_long_double.h gsl_permute_short.h gsl_permute_uchar.h gsl_permute_uint.h gsl_permute_ulong.h gsl_permute_ushort.h gsl_permute_vector.h gsl_permute_vector_char.h gsl_permute_vector_complex_double.h gsl_permute_vector_complex_float.h gsl_permute_vector_complex_long_double.h gsl_permute_vector_double.h gsl_permute_vector_float.h gsl_permute_vector_int.h gsl_permute_vector_long.h gsl_permute_vector_long_double.h gsl_permute_vector_short.h gsl_permute_vector_uchar.h gsl_permute_vector_uint.h gsl_permute_vector_ulong.h gsl_permute_vector_ushort.h '/usr/local/include/gsl'
  4193. make[2]: Leaving directory '/gsl/permutation'
  4194. make[1]: Leaving directory '/gsl/permutation'
  4195. Making install in combination
  4196. make[1]: Entering directory '/gsl/combination'
  4197. make[2]: Entering directory '/gsl/combination'
  4198. make[2]: Nothing to be done for 'install-exec-am'.
  4199. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4200. /usr/bin/install -c -m 644 gsl_combination.h '/usr/local/include/gsl'
  4201. make[2]: Leaving directory '/gsl/combination'
  4202. make[1]: Leaving directory '/gsl/combination'
  4203. Making install in sort
  4204. make[1]: Entering directory '/gsl/sort'
  4205. make[2]: Entering directory '/gsl/sort'
  4206. make[2]: Nothing to be done for 'install-exec-am'.
  4207. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4208. /usr/bin/install -c -m 644 gsl_heapsort.h gsl_sort.h gsl_sort_char.h gsl_sort_double.h gsl_sort_float.h gsl_sort_int.h gsl_sort_long.h gsl_sort_long_double.h gsl_sort_short.h gsl_sort_uchar.h gsl_sort_uint.h gsl_sort_ulong.h gsl_sort_ushort.h gsl_sort_vector.h gsl_sort_vector_char.h gsl_sort_vector_double.h gsl_sort_vector_float.h gsl_sort_vector_int.h gsl_sort_vector_long.h gsl_sort_vector_long_double.h gsl_sort_vector_short.h gsl_sort_vector_uchar.h gsl_sort_vector_uint.h gsl_sort_vector_ulong.h gsl_sort_vector_ushort.h '/usr/local/include/gsl'
  4209. make[2]: Leaving directory '/gsl/sort'
  4210. make[1]: Leaving directory '/gsl/sort'
  4211. Making install in ieee-utils
  4212. make[1]: Entering directory '/gsl/ieee-utils'
  4213. make[2]: Entering directory '/gsl/ieee-utils'
  4214. make[2]: Nothing to be done for 'install-exec-am'.
  4215. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4216. /usr/bin/install -c -m 644 gsl_ieee_utils.h '/usr/local/include/gsl'
  4217. make[2]: Leaving directory '/gsl/ieee-utils'
  4218. make[1]: Leaving directory '/gsl/ieee-utils'
  4219. Making install in cblas
  4220. make[1]: Entering directory '/gsl/cblas'
  4221. make[2]: Entering directory '/gsl/cblas'
  4222. test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
  4223. /bin/bash ../libtool --mode=install /usr/bin/install -c libgslcblas.la '/usr/local/lib'
  4224. libtool: install: /usr/bin/install -c .libs/libgslcblas.so.0.0.0 /usr/local/lib/libgslcblas.so.0.0.0
  4225. libtool: install: (cd /usr/local/lib && { ln -s -f libgslcblas.so.0.0.0 libgslcblas.so.0 || { rm -f libgslcblas.so.0 && ln -s libgslcblas.so.0.0.0 libgslcblas.so.0; }; })
  4226. libtool: install: (cd /usr/local/lib && { ln -s -f libgslcblas.so.0.0.0 libgslcblas.so || { rm -f libgslcblas.so && ln -s libgslcblas.so.0.0.0 libgslcblas.so; }; })
  4227. libtool: install: /usr/bin/install -c .libs/libgslcblas.lai /usr/local/lib/libgslcblas.la
  4228. libtool: install: /usr/bin/install -c .libs/libgslcblas.a /usr/local/lib/libgslcblas.a
  4229. libtool: install: chmod 644 /usr/local/lib/libgslcblas.a
  4230. libtool: install: ranlib /usr/local/lib/libgslcblas.a
  4231. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/google-cloud-sdk/bin/:/sbin" ldconfig -n /usr/local/lib
  4232. ----------------------------------------------------------------------
  4233. Libraries have been installed in:
  4234. /usr/local/lib
  4235. If you ever happen to want to link against installed libraries
  4236. in a given directory, LIBDIR, you must either use libtool, and
  4237. specify the full pathname of the library, or use the `-LLIBDIR'
  4238. flag during linking and do at least one of the following:
  4239. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  4240. during execution
  4241. - add LIBDIR to the `LD_RUN_PATH' environment variable
  4242. during linking
  4243. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  4244. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  4245. See any operating system documentation about shared libraries for
  4246. more information, such as the ld(1) and ld.so(8) manual pages.
  4247. ----------------------------------------------------------------------
  4248. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4249. /usr/bin/install -c -m 644 gsl_cblas.h '/usr/local/include/gsl'
  4250. make[2]: Leaving directory '/gsl/cblas'
  4251. make[1]: Leaving directory '/gsl/cblas'
  4252. Making install in blas
  4253. make[1]: Entering directory '/gsl/blas'
  4254. make[2]: Entering directory '/gsl/blas'
  4255. make[2]: Nothing to be done for 'install-exec-am'.
  4256. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4257. /usr/bin/install -c -m 644 gsl_blas.h gsl_blas_types.h '/usr/local/include/gsl'
  4258. make[2]: Leaving directory '/gsl/blas'
  4259. make[1]: Leaving directory '/gsl/blas'
  4260. Making install in linalg
  4261. make[1]: Entering directory '/gsl/linalg'
  4262. make[2]: Entering directory '/gsl/linalg'
  4263. make[2]: Nothing to be done for 'install-exec-am'.
  4264. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4265. /usr/bin/install -c -m 644 gsl_linalg.h '/usr/local/include/gsl'
  4266. make[2]: Leaving directory '/gsl/linalg'
  4267. make[1]: Leaving directory '/gsl/linalg'
  4268. Making install in eigen
  4269. make[1]: Entering directory '/gsl/eigen'
  4270. make[2]: Entering directory '/gsl/eigen'
  4271. make[2]: Nothing to be done for 'install-exec-am'.
  4272. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4273. /usr/bin/install -c -m 644 gsl_eigen.h '/usr/local/include/gsl'
  4274. make[2]: Leaving directory '/gsl/eigen'
  4275. make[1]: Leaving directory '/gsl/eigen'
  4276. Making install in specfunc
  4277. make[1]: Entering directory '/gsl/specfunc'
  4278. make[2]: Entering directory '/gsl/specfunc'
  4279. make[2]: Nothing to be done for 'install-exec-am'.
  4280. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4281. /usr/bin/install -c -m 644 gsl_sf.h gsl_sf_airy.h gsl_sf_bessel.h gsl_sf_clausen.h gsl_sf_coulomb.h gsl_sf_coupling.h gsl_sf_dawson.h gsl_sf_debye.h gsl_sf_dilog.h gsl_sf_elementary.h gsl_sf_ellint.h gsl_sf_elljac.h gsl_sf_erf.h gsl_sf_exp.h gsl_sf_expint.h gsl_sf_fermi_dirac.h gsl_sf_gamma.h gsl_sf_gegenbauer.h gsl_sf_hyperg.h gsl_sf_laguerre.h gsl_sf_lambert.h gsl_sf_legendre.h gsl_sf_log.h gsl_sf_mathieu.h gsl_sf_pow_int.h gsl_sf_psi.h gsl_sf_result.h gsl_sf_synchrotron.h gsl_sf_transport.h gsl_sf_trig.h gsl_sf_zeta.h gsl_specfunc.h '/usr/local/include/gsl'
  4282. make[2]: Leaving directory '/gsl/specfunc'
  4283. make[1]: Leaving directory '/gsl/specfunc'
  4284. Making install in dht
  4285. make[1]: Entering directory '/gsl/dht'
  4286. make[2]: Entering directory '/gsl/dht'
  4287. make[2]: Nothing to be done for 'install-exec-am'.
  4288. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4289. /usr/bin/install -c -m 644 gsl_dht.h '/usr/local/include/gsl'
  4290. make[2]: Leaving directory '/gsl/dht'
  4291. make[1]: Leaving directory '/gsl/dht'
  4292. Making install in qrng
  4293. make[1]: Entering directory '/gsl/qrng'
  4294. make[2]: Entering directory '/gsl/qrng'
  4295. make[2]: Nothing to be done for 'install-exec-am'.
  4296. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4297. /usr/bin/install -c -m 644 gsl_qrng.h '/usr/local/include/gsl'
  4298. make[2]: Leaving directory '/gsl/qrng'
  4299. make[1]: Leaving directory '/gsl/qrng'
  4300. Making install in rng
  4301. make[1]: Entering directory '/gsl/rng'
  4302. make[2]: Entering directory '/gsl/rng'
  4303. make[2]: Nothing to be done for 'install-exec-am'.
  4304. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4305. /usr/bin/install -c -m 644 gsl_rng.h '/usr/local/include/gsl'
  4306. make[2]: Leaving directory '/gsl/rng'
  4307. make[1]: Leaving directory '/gsl/rng'
  4308. Making install in randist
  4309. make[1]: Entering directory '/gsl/randist'
  4310. make[2]: Entering directory '/gsl/randist'
  4311. make[2]: Nothing to be done for 'install-exec-am'.
  4312. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4313. /usr/bin/install -c -m 644 gsl_randist.h '/usr/local/include/gsl'
  4314. make[2]: Leaving directory '/gsl/randist'
  4315. make[1]: Leaving directory '/gsl/randist'
  4316. Making install in fft
  4317. make[1]: Entering directory '/gsl/fft'
  4318. make[2]: Entering directory '/gsl/fft'
  4319. make[2]: Nothing to be done for 'install-exec-am'.
  4320. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4321. /usr/bin/install -c -m 644 gsl_fft.h gsl_fft_complex.h gsl_fft_halfcomplex.h gsl_fft_real.h gsl_dft_complex.h gsl_dft_complex_float.h gsl_fft_complex_float.h gsl_fft_halfcomplex_float.h gsl_fft_real_float.h '/usr/local/include/gsl'
  4322. make[2]: Leaving directory '/gsl/fft'
  4323. make[1]: Leaving directory '/gsl/fft'
  4324. Making install in poly
  4325. make[1]: Entering directory '/gsl/poly'
  4326. make[2]: Entering directory '/gsl/poly'
  4327. make[2]: Nothing to be done for 'install-exec-am'.
  4328. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4329. /usr/bin/install -c -m 644 gsl_poly.h '/usr/local/include/gsl'
  4330. make[2]: Leaving directory '/gsl/poly'
  4331. make[1]: Leaving directory '/gsl/poly'
  4332. Making install in fit
  4333. make[1]: Entering directory '/gsl/fit'
  4334. make[2]: Entering directory '/gsl/fit'
  4335. make[2]: Nothing to be done for 'install-exec-am'.
  4336. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4337. /usr/bin/install -c -m 644 gsl_fit.h '/usr/local/include/gsl'
  4338. make[2]: Leaving directory '/gsl/fit'
  4339. make[1]: Leaving directory '/gsl/fit'
  4340. Making install in multifit
  4341. make[1]: Entering directory '/gsl/multifit'
  4342. make[2]: Entering directory '/gsl/multifit'
  4343. make[2]: Nothing to be done for 'install-exec-am'.
  4344. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4345. /usr/bin/install -c -m 644 gsl_multifit.h gsl_multifit_nlin.h '/usr/local/include/gsl'
  4346. make[2]: Leaving directory '/gsl/multifit'
  4347. make[1]: Leaving directory '/gsl/multifit'
  4348. Making install in statistics
  4349. make[1]: Entering directory '/gsl/statistics'
  4350. make[2]: Entering directory '/gsl/statistics'
  4351. make[2]: Nothing to be done for 'install-exec-am'.
  4352. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4353. /usr/bin/install -c -m 644 gsl_statistics.h gsl_statistics_char.h gsl_statistics_double.h gsl_statistics_float.h gsl_statistics_int.h gsl_statistics_long.h gsl_statistics_long_double.h gsl_statistics_short.h gsl_statistics_uchar.h gsl_statistics_uint.h gsl_statistics_ulong.h gsl_statistics_ushort.h '/usr/local/include/gsl'
  4354. make[2]: Leaving directory '/gsl/statistics'
  4355. make[1]: Leaving directory '/gsl/statistics'
  4356. Making install in siman
  4357. make[1]: Entering directory '/gsl/siman'
  4358. make[2]: Entering directory '/gsl/siman'
  4359. make[2]: Nothing to be done for 'install-exec-am'.
  4360. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4361. /usr/bin/install -c -m 644 gsl_siman.h '/usr/local/include/gsl'
  4362. make[2]: Leaving directory '/gsl/siman'
  4363. make[1]: Leaving directory '/gsl/siman'
  4364. Making install in sum
  4365. make[1]: Entering directory '/gsl/sum'
  4366. make[2]: Entering directory '/gsl/sum'
  4367. make[2]: Nothing to be done for 'install-exec-am'.
  4368. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4369. /usr/bin/install -c -m 644 gsl_sum.h '/usr/local/include/gsl'
  4370. make[2]: Leaving directory '/gsl/sum'
  4371. make[1]: Leaving directory '/gsl/sum'
  4372. Making install in integration
  4373. make[1]: Entering directory '/gsl/integration'
  4374. make[2]: Entering directory '/gsl/integration'
  4375. make[2]: Nothing to be done for 'install-exec-am'.
  4376. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4377. /usr/bin/install -c -m 644 gsl_integration.h '/usr/local/include/gsl'
  4378. make[2]: Leaving directory '/gsl/integration'
  4379. make[1]: Leaving directory '/gsl/integration'
  4380. Making install in interpolation
  4381. make[1]: Entering directory '/gsl/interpolation'
  4382. make[2]: Entering directory '/gsl/interpolation'
  4383. make[2]: Nothing to be done for 'install-exec-am'.
  4384. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4385. /usr/bin/install -c -m 644 gsl_interp.h gsl_spline.h '/usr/local/include/gsl'
  4386. make[2]: Leaving directory '/gsl/interpolation'
  4387. make[1]: Leaving directory '/gsl/interpolation'
  4388. Making install in histogram
  4389. make[1]: Entering directory '/gsl/histogram'
  4390. make[2]: Entering directory '/gsl/histogram'
  4391. make[2]: Nothing to be done for 'install-exec-am'.
  4392. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4393. /usr/bin/install -c -m 644 gsl_histogram.h gsl_histogram2d.h '/usr/local/include/gsl'
  4394. make[2]: Leaving directory '/gsl/histogram'
  4395. make[1]: Leaving directory '/gsl/histogram'
  4396. Making install in ode-initval
  4397. make[1]: Entering directory '/gsl/ode-initval'
  4398. make[2]: Entering directory '/gsl/ode-initval'
  4399. make[2]: Nothing to be done for 'install-exec-am'.
  4400. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4401. /usr/bin/install -c -m 644 gsl_odeiv.h '/usr/local/include/gsl'
  4402. make[2]: Leaving directory '/gsl/ode-initval'
  4403. make[1]: Leaving directory '/gsl/ode-initval'
  4404. Making install in roots
  4405. make[1]: Entering directory '/gsl/roots'
  4406. make[2]: Entering directory '/gsl/roots'
  4407. make[2]: Nothing to be done for 'install-exec-am'.
  4408. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4409. /usr/bin/install -c -m 644 gsl_roots.h '/usr/local/include/gsl'
  4410. make[2]: Leaving directory '/gsl/roots'
  4411. make[1]: Leaving directory '/gsl/roots'
  4412. Making install in multiroots
  4413. make[1]: Entering directory '/gsl/multiroots'
  4414. make[2]: Entering directory '/gsl/multiroots'
  4415. make[2]: Nothing to be done for 'install-exec-am'.
  4416. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4417. /usr/bin/install -c -m 644 gsl_multiroots.h '/usr/local/include/gsl'
  4418. make[2]: Leaving directory '/gsl/multiroots'
  4419. make[1]: Leaving directory '/gsl/multiroots'
  4420. Making install in min
  4421. make[1]: Entering directory '/gsl/min'
  4422. make[2]: Entering directory '/gsl/min'
  4423. make[2]: Nothing to be done for 'install-exec-am'.
  4424. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4425. /usr/bin/install -c -m 644 gsl_min.h '/usr/local/include/gsl'
  4426. make[2]: Leaving directory '/gsl/min'
  4427. make[1]: Leaving directory '/gsl/min'
  4428. Making install in multimin
  4429. make[1]: Entering directory '/gsl/multimin'
  4430. make[2]: Entering directory '/gsl/multimin'
  4431. make[2]: Nothing to be done for 'install-exec-am'.
  4432. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4433. /usr/bin/install -c -m 644 gsl_multimin.h '/usr/local/include/gsl'
  4434. make[2]: Leaving directory '/gsl/multimin'
  4435. make[1]: Leaving directory '/gsl/multimin'
  4436. Making install in monte
  4437. make[1]: Entering directory '/gsl/monte'
  4438. make[2]: Entering directory '/gsl/monte'
  4439. make[2]: Nothing to be done for 'install-exec-am'.
  4440. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4441. /usr/bin/install -c -m 644 gsl_monte.h gsl_monte_vegas.h gsl_monte_miser.h gsl_monte_plain.h '/usr/local/include/gsl'
  4442. make[2]: Leaving directory '/gsl/monte'
  4443. make[1]: Leaving directory '/gsl/monte'
  4444. Making install in ntuple
  4445. make[1]: Entering directory '/gsl/ntuple'
  4446. make[2]: Entering directory '/gsl/ntuple'
  4447. make[2]: Nothing to be done for 'install-exec-am'.
  4448. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4449. /usr/bin/install -c -m 644 gsl_ntuple.h '/usr/local/include/gsl'
  4450. make[2]: Leaving directory '/gsl/ntuple'
  4451. make[1]: Leaving directory '/gsl/ntuple'
  4452. Making install in diff
  4453. make[1]: Entering directory '/gsl/diff'
  4454. make[2]: Entering directory '/gsl/diff'
  4455. make[2]: Nothing to be done for 'install-exec-am'.
  4456. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4457. /usr/bin/install -c -m 644 gsl_diff.h '/usr/local/include/gsl'
  4458. make[2]: Leaving directory '/gsl/diff'
  4459. make[1]: Leaving directory '/gsl/diff'
  4460. Making install in deriv
  4461. make[1]: Entering directory '/gsl/deriv'
  4462. make[2]: Entering directory '/gsl/deriv'
  4463. make[2]: Nothing to be done for 'install-exec-am'.
  4464. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4465. /usr/bin/install -c -m 644 gsl_deriv.h '/usr/local/include/gsl'
  4466. make[2]: Leaving directory '/gsl/deriv'
  4467. make[1]: Leaving directory '/gsl/deriv'
  4468. Making install in cdf
  4469. make[1]: Entering directory '/gsl/cdf'
  4470. make[2]: Entering directory '/gsl/cdf'
  4471. make[2]: Nothing to be done for 'install-exec-am'.
  4472. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4473. /usr/bin/install -c -m 644 gsl_cdf.h '/usr/local/include/gsl'
  4474. make[2]: Leaving directory '/gsl/cdf'
  4475. make[1]: Leaving directory '/gsl/cdf'
  4476. Making install in wavelet
  4477. make[1]: Entering directory '/gsl/wavelet'
  4478. make[2]: Entering directory '/gsl/wavelet'
  4479. make[2]: Nothing to be done for 'install-exec-am'.
  4480. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4481. /usr/bin/install -c -m 644 gsl_wavelet.h gsl_wavelet2d.h '/usr/local/include/gsl'
  4482. make[2]: Leaving directory '/gsl/wavelet'
  4483. make[1]: Leaving directory '/gsl/wavelet'
  4484. Making install in bspline
  4485. make[1]: Entering directory '/gsl/bspline'
  4486. make[2]: Entering directory '/gsl/bspline'
  4487. make[2]: Nothing to be done for 'install-exec-am'.
  4488. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4489. /usr/bin/install -c -m 644 gsl_bspline.h '/usr/local/include/gsl'
  4490. make[2]: Leaving directory '/gsl/bspline'
  4491. make[1]: Leaving directory '/gsl/bspline'
  4492. Making install in doc
  4493. make[1]: Entering directory '/gsl/doc'
  4494. make[2]: Entering directory '/gsl/doc'
  4495. make[2]: Nothing to be done for 'install-exec-am'.
  4496. test -z "/usr/local/share/info" || /bin/mkdir -p "/usr/local/share/info"
  4497. /usr/bin/install -c -m 644 ./gsl-ref.info '/usr/local/share/info'
  4498. test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"
  4499. /usr/bin/install -c -m 644 gsl-config.1 gsl-randist.1 gsl-histogram.1 '/usr/local/share/man/man1'
  4500. test -z "/usr/local/share/man/man3" || /bin/mkdir -p "/usr/local/share/man/man3"
  4501. /usr/bin/install -c -m 644 gsl.3 '/usr/local/share/man/man3'
  4502. make[2]: Leaving directory '/gsl/doc'
  4503. make[1]: Leaving directory '/gsl/doc'
  4504. make[1]: Entering directory '/gsl'
  4505. make[2]: Entering directory '/gsl'
  4506. test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
  4507. /bin/bash ./libtool --mode=install /usr/bin/install -c libgsl.la '/usr/local/lib'
  4508. libtool: install: /usr/bin/install -c .libs/libgsl.so.0.14.0 /usr/local/lib/libgsl.so.0.14.0
  4509. libtool: install: (cd /usr/local/lib && { ln -s -f libgsl.so.0.14.0 libgsl.so.0 || { rm -f libgsl.so.0 && ln -s libgsl.so.0.14.0 libgsl.so.0; }; })
  4510. libtool: install: (cd /usr/local/lib && { ln -s -f libgsl.so.0.14.0 libgsl.so || { rm -f libgsl.so && ln -s libgsl.so.0.14.0 libgsl.so; }; })
  4511. libtool: install: /usr/bin/install -c .libs/libgsl.lai /usr/local/lib/libgsl.la
  4512. libtool: install: /usr/bin/install -c .libs/libgsl.a /usr/local/lib/libgsl.a
  4513. libtool: install: chmod 644 /usr/local/lib/libgsl.a
  4514. libtool: install: ranlib /usr/local/lib/libgsl.a
  4515. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/google-cloud-sdk/bin/:/sbin" ldconfig -n /usr/local/lib
  4516. ----------------------------------------------------------------------
  4517. Libraries have been installed in:
  4518. /usr/local/lib
  4519. If you ever happen to want to link against installed libraries
  4520. in a given directory, LIBDIR, you must either use libtool, and
  4521. specify the full pathname of the library, or use the `-LLIBDIR'
  4522. flag during linking and do at least one of the following:
  4523. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  4524. during execution
  4525. - add LIBDIR to the `LD_RUN_PATH' environment variable
  4526. during linking
  4527. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  4528. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  4529. See any operating system documentation about shared libraries for
  4530. more information, such as the ld(1) and ld.so(8) manual pages.
  4531. ----------------------------------------------------------------------
  4532. test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  4533. /bin/bash ./libtool --mode=install /usr/bin/install -c gsl-randist gsl-histogram '/usr/local/bin'
  4534. libtool: install: /usr/bin/install -c .libs/gsl-randist /usr/local/bin/gsl-randist
  4535. libtool: install: /usr/bin/install -c .libs/gsl-histogram /usr/local/bin/gsl-histogram
  4536. test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  4537. /usr/bin/install -c gsl-config '/usr/local/bin'
  4538. test -z "/usr/local/share/aclocal" || /bin/mkdir -p "/usr/local/share/aclocal"
  4539. /usr/bin/install -c -m 644 gsl.m4 '/usr/local/share/aclocal'
  4540. test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
  4541. /usr/bin/install -c -m 644 gsl.pc '/usr/local/lib/pkgconfig'
  4542. test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
  4543. /usr/bin/install -c -m 644 gsl_math.h gsl_pow_int.h gsl_nan.h gsl_machine.h gsl_mode.h gsl_precision.h gsl_types.h gsl_version.h gsl_minmax.h gsl_inline.h '/usr/local/include/gsl'
  4544. make[2]: Leaving directory '/gsl'
  4545. make[1]: Leaving directory '/gsl'
  4546. Removing intermediate container e872728e1d5e
  4547. ---> 4d39b629c273
  4548. Step 12/77 : RUN git clone https://github.com/samtools/htslib.git && cd htslib && make && cd /
  4549. ---> Running in 253bcfd69dd7
  4550. Cloning into 'htslib'...
  4551. echo '/* Default config.h generated by Makefile */' > config.h
  4552. echo '#define HAVE_LIBBZ2 1' >> config.h
  4553. echo '#define HAVE_LIBLZMA 1' >> config.h
  4554. echo '#ifndef __APPLE__' >> config.h
  4555. echo '#define HAVE_LZMA_H 1' >> config.h
  4556. echo '#endif' >> config.h
  4557. echo '#define HAVE_DRAND48 1' >> config.h
  4558. echo '#define HAVE_LIBCURL 1' >> config.h
  4559. gcc -g -Wall -O2 -I. -c -o kfunc.o kfunc.c
  4560. gcc -g -Wall -O2 -I. -c -o knetfile.o knetfile.c
  4561. gcc -g -Wall -O2 -I. -c -o kstring.o kstring.c
  4562. gcc -g -Wall -O2 -I. -c -o bcf_sr_sort.o bcf_sr_sort.c
  4563. gcc -g -Wall -O2 -I. -c -o bgzf.o bgzf.c
  4564. gcc -g -Wall -O2 -I. -c -o errmod.o errmod.c
  4565. gcc -g -Wall -O2 -I. -c -o faidx.o faidx.c
  4566. gcc -g -Wall -O2 -I. -c -o header.o header.c
  4567. gcc -g -Wall -O2 -I. -c -o hfile.o hfile.c
  4568. gcc -g -Wall -O2 -I. -c -o hfile_net.o hfile_net.c
  4569. echo '#define HTS_VERSION "1.9-294-g8271fd9"' > version.h
  4570. gcc -g -Wall -O2 -I. -c -o hts.o hts.c
  4571. gcc -g -Wall -O2 -I. -c -o hts_os.o hts_os.c
  4572. gcc -g -Wall -O2 -I. -c -o md5.o md5.c
  4573. gcc -g -Wall -O2 -I. -c -o multipart.o multipart.c
  4574. gcc -g -Wall -O2 -I. -c -o probaln.o probaln.c
  4575. gcc -g -Wall -O2 -I. -c -o realn.o realn.c
  4576. gcc -g -Wall -O2 -I. -c -o regidx.o regidx.c
  4577. gcc -g -Wall -O2 -I. -c -o region.o region.c
  4578. gcc -g -Wall -O2 -I. -c -o sam.o sam.c
  4579. gcc -g -Wall -O2 -I. -c -o synced_bcf_reader.o synced_bcf_reader.c
  4580. gcc -g -Wall -O2 -I. -c -o vcf_sweep.o vcf_sweep.c
  4581. gcc -g -Wall -O2 -I. -c -o tbx.o tbx.c
  4582. gcc -g -Wall -O2 -I. -c -o textutils.o textutils.c
  4583. gcc -g -Wall -O2 -I. -c -o thread_pool.o thread_pool.c
  4584. gcc -g -Wall -O2 -I. -c -o vcf.o vcf.c
  4585. gcc -g -Wall -O2 -I. -c -o vcfutils.o vcfutils.c
  4586. gcc -g -Wall -O2 -I. -c -o cram/cram_codecs.o cram/cram_codecs.c
  4587. gcc -g -Wall -O2 -I. -c -o cram/cram_decode.o cram/cram_decode.c
  4588. gcc -g -Wall -O2 -I. -c -o cram/cram_encode.o cram/cram_encode.c
  4589. gcc -g -Wall -O2 -I. -c -o cram/cram_external.o cram/cram_external.c
  4590. gcc -g -Wall -O2 -I. -c -o cram/cram_index.o cram/cram_index.c
  4591. gcc -g -Wall -O2 -I. -c -o cram/cram_io.o cram/cram_io.c
  4592. gcc -g -Wall -O2 -I. -c -o cram/cram_samtools.o cram/cram_samtools.c
  4593. gcc -g -Wall -O2 -I. -c -o cram/cram_stats.o cram/cram_stats.c
  4594. gcc -g -Wall -O2 -I. -c -o cram/mFILE.o cram/mFILE.c
  4595. gcc -g -Wall -O2 -I. -c -o cram/open_trace_file.o cram/open_trace_file.c
  4596. gcc -g -Wall -O2 -I. -c -o cram/pooled_alloc.o cram/pooled_alloc.c
  4597. gcc -g -Wall -O2 -I. -c -o cram/rANS_static.o cram/rANS_static.c
  4598. gcc -g -Wall -O2 -I. -c -o cram/string_alloc.o cram/string_alloc.c
  4599. gcc -g -Wall -O2 -I. -c -o hfile_libcurl.o hfile_libcurl.c
  4600. ar -rc libhts.a kfunc.o knetfile.o kstring.o bcf_sr_sort.o bgzf.o errmod.o faidx.o header.o hfile.o hfile_net.o hts.o hts_os.o md5.o multipart.o probaln.o realn.o regidx.o region.o sam.o synced_bcf_reader.o vcf_sweep.o tbx.o textutils.o thread_pool.o vcf.o vcfutils.o cram/cram_codecs.o cram/cram_decode.o cram/cram_encode.o cram/cram_external.o cram/cram_index.o cram/cram_io.o cram/cram_samtools.o cram/cram_stats.o cram/mFILE.o cram/open_trace_file.o cram/pooled_alloc.o cram/rANS_static.o cram/string_alloc.o hfile_libcurl.o
  4601. ranlib libhts.a
  4602. gcc -g -Wall -O2 -I. -fpic -c -o kfunc.pico kfunc.c
  4603. gcc -g -Wall -O2 -I. -fpic -c -o knetfile.pico knetfile.c
  4604. gcc -g -Wall -O2 -I. -fpic -c -o kstring.pico kstring.c
  4605. gcc -g -Wall -O2 -I. -fpic -c -o bcf_sr_sort.pico bcf_sr_sort.c
  4606. gcc -g -Wall -O2 -I. -fpic -c -o bgzf.pico bgzf.c
  4607. gcc -g -Wall -O2 -I. -fpic -c -o errmod.pico errmod.c
  4608. gcc -g -Wall -O2 -I. -fpic -c -o faidx.pico faidx.c
  4609. gcc -g -Wall -O2 -I. -fpic -c -o header.pico header.c
  4610. gcc -g -Wall -O2 -I. -fpic -c -o hfile.pico hfile.c
  4611. gcc -g -Wall -O2 -I. -fpic -c -o hfile_net.pico hfile_net.c
  4612. gcc -g -Wall -O2 -I. -fpic -c -o hts.pico hts.c
  4613. gcc -g -Wall -O2 -I. -fpic -c -o hts_os.pico hts_os.c
  4614. gcc -g -Wall -O2 -I. -fpic -c -o md5.pico md5.c
  4615. gcc -g -Wall -O2 -I. -fpic -c -o multipart.pico multipart.c
  4616. gcc -g -Wall -O2 -I. -fpic -c -o probaln.pico probaln.c
  4617. gcc -g -Wall -O2 -I. -fpic -c -o realn.pico realn.c
  4618. gcc -g -Wall -O2 -I. -fpic -c -o regidx.pico regidx.c
  4619. gcc -g -Wall -O2 -I. -fpic -c -o region.pico region.c
  4620. gcc -g -Wall -O2 -I. -fpic -c -o sam.pico sam.c
  4621. gcc -g -Wall -O2 -I. -fpic -c -o synced_bcf_reader.pico synced_bcf_reader.c
  4622. gcc -g -Wall -O2 -I. -fpic -c -o vcf_sweep.pico vcf_sweep.c
  4623. gcc -g -Wall -O2 -I. -fpic -c -o tbx.pico tbx.c
  4624. gcc -g -Wall -O2 -I. -fpic -c -o textutils.pico textutils.c
  4625. gcc -g -Wall -O2 -I. -fpic -c -o thread_pool.pico thread_pool.c
  4626. gcc -g -Wall -O2 -I. -fpic -c -o vcf.pico vcf.c
  4627. gcc -g -Wall -O2 -I. -fpic -c -o vcfutils.pico vcfutils.c
  4628. gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_codecs.pico cram/cram_codecs.c
  4629. gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_decode.pico cram/cram_decode.c
  4630. gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_encode.pico cram/cram_encode.c
  4631. gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_external.pico cram/cram_external.c
  4632. gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_index.pico cram/cram_index.c
  4633. gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_io.pico cram/cram_io.c
  4634. gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_samtools.pico cram/cram_samtools.c
  4635. gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_stats.pico cram/cram_stats.c
  4636. gcc -g -Wall -O2 -I. -fpic -c -o cram/mFILE.pico cram/mFILE.c
  4637. gcc -g -Wall -O2 -I. -fpic -c -o cram/open_trace_file.pico cram/open_trace_file.c
  4638. gcc -g -Wall -O2 -I. -fpic -c -o cram/pooled_alloc.pico cram/pooled_alloc.c
  4639. gcc -g -Wall -O2 -I. -fpic -c -o cram/rANS_static.pico cram/rANS_static.c
  4640. gcc -g -Wall -O2 -I. -fpic -c -o cram/string_alloc.pico cram/string_alloc.c
  4641. gcc -g -Wall -O2 -I. -fpic -c -o hfile_libcurl.pico hfile_libcurl.c
  4642. gcc -shared -Wl,-soname,libhts.so.2to3part10 -o libhts.so kfunc.pico knetfile.pico kstring.pico bcf_sr_sort.pico bgzf.pico errmod.pico faidx.pico header.pico hfile.pico hfile_net.pico hts.pico hts_os.pico md5.pico multipart.pico probaln.pico realn.pico regidx.pico region.pico sam.pico synced_bcf_reader.pico vcf_sweep.pico tbx.pico textutils.pico thread_pool.pico vcf.pico vcfutils.pico cram/cram_codecs.pico cram/cram_decode.pico cram/cram_encode.pico cram/cram_external.pico cram/cram_index.pico cram/cram_io.pico cram/cram_samtools.pico cram/cram_stats.pico cram/mFILE.pico cram/open_trace_file.pico cram/pooled_alloc.pico cram/rANS_static.pico cram/string_alloc.pico hfile_libcurl.pico -lz -lm -lbz2 -llzma -lcurl -lpthread
  4643. ln -sf libhts.so libhts.so.2to3part10
  4644. gcc -g -Wall -O2 -I. -c -o bgzip.o bgzip.c
  4645. gcc -o bgzip bgzip.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
  4646. gcc -g -Wall -O2 -I. -c -o htsfile.o htsfile.c
  4647. gcc -o htsfile htsfile.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
  4648. gcc -g -Wall -O2 -I. -c -o tabix.o tabix.c
  4649. gcc -o tabix tabix.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
  4650. gcc -g -Wall -O2 -I. -c -o test/hts_endian.o test/hts_endian.c
  4651. gcc -o test/hts_endian test/hts_endian.o -lz -lm -lbz2 -llzma -lcurl
  4652. gcc -g -Wall -O2 -I. -c -o test/fieldarith.o test/fieldarith.c
  4653. gcc -o test/fieldarith test/fieldarith.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
  4654. gcc -g -Wall -O2 -I. -c -o test/hfile.o test/hfile.c
  4655. gcc -o test/hfile test/hfile.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
  4656. gcc -g -Wall -O2 -I. -c -o test/pileup.o test/pileup.c
  4657. gcc -o test/pileup test/pileup.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
  4658. gcc -g -Wall -O2 -I. -c -o test/sam.o test/sam.c
  4659. gcc -o test/sam test/sam.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
  4660. gcc -g -Wall -O2 -I. -c -o test/test_bgzf.o test/test_bgzf.c
  4661. gcc -o test/test_bgzf test/test_bgzf.o libhts.a -lz -lz -lm -lbz2 -llzma -lcurl -lpthread
  4662. gcc -g -Wall -O2 -I. -c -o test/test_kstring.o test/test_kstring.c
  4663. gcc -o test/test_kstring test/test_kstring.o libhts.a -lz -lz -lm -lbz2 -llzma -lcurl -lpthread
  4664. gcc -g -Wall -O2 -I. -c -o test/test_realn.o test/test_realn.c
  4665. gcc -o test/test_realn test/test_realn.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
  4666. gcc -g -Wall -O2 -I. -c -o test/test-regidx.o test/test-regidx.c
  4667. gcc -o test/test-regidx test/test-regidx.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
  4668. gcc -g -Wall -O2 -I. -c -o test/test_view.o test/test_view.c
  4669. gcc -o test/test_view test/test_view.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
  4670. gcc -g -Wall -O2 -I. -c -o test/test_index.o test/test_index.c
  4671. gcc -o test/test_index test/test_index.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
  4672. gcc -g -Wall -O2 -I. -c -o test/test-vcf-api.o test/test-vcf-api.c
  4673. gcc -o test/test-vcf-api test/test-vcf-api.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
  4674. gcc -g -Wall -O2 -I. -c -o test/test-vcf-sweep.o test/test-vcf-sweep.c
  4675. gcc -o test/test-vcf-sweep test/test-vcf-sweep.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
  4676. gcc -g -Wall -O2 -I. -c -o test/test-bcf-sr.o test/test-bcf-sr.c
  4677. gcc -o test/test-bcf-sr test/test-bcf-sr.o libhts.a -lz -lz -lm -lbz2 -llzma -lcurl -lpthread
  4678. gcc -g -Wall -O2 -I. -c -o test/fuzz/hts_open_fuzzer.o test/fuzz/hts_open_fuzzer.c
  4679. gcc -g -Wall -O2 -I. -c -o test/test-bcf-translate.o test/test-bcf-translate.c
  4680. gcc -o test/test-bcf-translate test/test-bcf-translate.o libhts.a -lz -lz -lm -lbz2 -llzma -lcurl -lpthread
  4681. gcc -g -Wall -O2 -I. -c -o test/test-parse-reg.o test/test-parse-reg.c
  4682. gcc -o test/test-parse-reg test/test-parse-reg.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
  4683. Removing intermediate container 253bcfd69dd7
  4684. ---> 1d2022be6d46
  4685. Step 13/77 : RUN git clone git://github.com/samtools/samtools.git && cd samtools && autoheader && autoconf -Wno-syntax && ./configure && make && make install && cd /
  4686. ---> Running in 7f795d191a1d
  4687. Cloning into 'samtools'...
  4688. configure.ac:63: warning: AC_CONFIG_SUBDIRS: you should use literals
  4689. ../../lib/autoconf/status.m4:1097: AC_CONFIG_SUBDIRS is expanded from...
  4690. m4/ax_with_htslib.m4:55: AX_WITH_HTSLIB is expanded from...
  4691. configure.ac:63: the top level
  4692. checking for gcc...
  4693. gcc
  4694. checking whether the C compiler works...
  4695. yes
  4696. checking for C compiler default output file name...
  4697. a.out
  4698. checking for suffix of executables...
  4699. checking whether we are cross compiling...
  4700. no
  4701. checking for suffix of object files...
  4702. o
  4703. checking whether we are using the GNU C compiler...
  4704. yes
  4705. checking whether gcc accepts -g...
  4706. yes
  4707. checking for gcc option to accept ISO C89...
  4708. none needed
  4709. checking for grep that handles long lines and -e...
  4710. /bin/grep
  4711. checking for C compiler warning flags...
  4712. -Wall
  4713. checking for special C compiler options needed for large files...
  4714. no
  4715. checking for _FILE_OFFSET_BITS value needed for large files...
  4716. no
  4717. checking location of HTSlib source tree...
  4718. ../htslib
  4719. checking for NcursesW wide-character library...
  4720. no
  4721. checking for Ncurses library...
  4722. yes
  4723. checking for working ncurses/curses.h...
  4724. no
  4725. checking for working ncurses.h...
  4726. yes
  4727. checking for zlib.h...
  4728. yes
  4729. checking for inflate in -lz...
  4730. yes
  4731. checking for library containing regcomp...
  4732. none required
  4733. configure: creating ./config.status
  4734. config.status: creating config.mk
  4735. config.status: creating config.h
  4736. config.mk:45: ../htslib/htslib_static.mk: No such file or directory
  4737. cd ../htslib && make htslib.pc.tmp
  4738. make[1]: Entering directory '/htslib'
  4739. sed -e '/^static_libs=/s/@static_LIBS@/-lz -lm -lbz2 -llzma -lcurl/;s#@[^-][^@]*@##g' htslib.pc.in > htslib.pc.tmp
  4740. make[1]: Leaving directory '/htslib'
  4741. cd ../htslib && make htslib_static.mk
  4742. make[1]: Entering directory '/htslib'
  4743. sed -n '/^static_libs=/s/[^=]*=/HTSLIB_static_LIBS = /p;/^static_ldflags=/s/[^=]*=/HTSLIB_static_LDFLAGS = /p' htslib.pc.tmp > htslib_static.mk
  4744. make[1]: Leaving directory '/htslib'
  4745. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_index.o bam_index.c
  4746. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_plcmd.o bam_plcmd.c
  4747. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o sam_view.o sam_view.c
  4748. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_fastq.o bam_fastq.c
  4749. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_cat.o bam_cat.c
  4750. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_md.o bam_md.c
  4751. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_reheader.o bam_reheader.c
  4752. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_sort.o bam_sort.c
  4753. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bedidx.o bedidx.c
  4754. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_rmdup.o bam_rmdup.c
  4755. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_rmdupse.o bam_rmdupse.c
  4756. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_mate.o bam_mate.c
  4757. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_stat.o bam_stat.c
  4758. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_color.o bam_color.c
  4759. echo '#define SAMTOOLS_VERSION "1.9-127-gffdddb6"' > version.h
  4760. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bamtk.o bamtk.c
  4761. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam2bcf.o bam2bcf.c
  4762. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam2bcf_indel.o bam2bcf_indel.c
  4763. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o sample.o sample.c
  4764. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o cut_target.o cut_target.c
  4765. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o phase.o phase.c
  4766. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam2depth.o bam2depth.c
  4767. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o coverage.o coverage.c
  4768. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o padding.o padding.c
  4769. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bedcov.o bedcov.c
  4770. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bamshuf.o bamshuf.c
  4771. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o faidx.o faidx.c
  4772. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o dict.o dict.c
  4773. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o stats.o stats.c
  4774. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o stats_isize.o stats_isize.c
  4775. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_flags.o bam_flags.c
  4776. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_split.o bam_split.c
  4777. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_tview.o bam_tview.c
  4778. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_tview_curses.o bam_tview_curses.c
  4779. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_tview_html.o bam_tview_html.c
  4780. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_lpileup.o bam_lpileup.c
  4781. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_quickcheck.o bam_quickcheck.c
  4782. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_addrprg.o bam_addrprg.c
  4783. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_markdup.o bam_markdup.c
  4784. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o tmp_file.o tmp_file.c
  4785. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o lz4/lz4.o lz4/lz4.c
  4786. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_aux.o bam_aux.c
  4787. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam.o bam.c
  4788. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o sam.o sam.c
  4789. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_plbuf.o bam_plbuf.c
  4790. ar -csru libbam.a bam_aux.o bam.o sam.o bam_plbuf.o
  4791. ar:
  4792. `u' modifier ignored since `D' is the default (see `U')
  4793. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o sam_opts.o sam_opts.c
  4794. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o sam_utils.o sam_utils.c
  4795. ar -rcs libst.a sam_opts.o sam_utils.o
  4796. gcc -L./lz4 -o samtools bam_index.o bam_plcmd.o sam_view.o bam_fastq.o bam_cat.o bam_md.o bam_reheader.o bam_sort.o bedidx.o bam_rmdup.o bam_rmdupse.o bam_mate.o bam_stat.o bam_color.o bamtk.o bam2bcf.o bam2bcf_indel.o sample.o cut_target.o phase.o bam2depth.o coverage.o padding.o bedcov.o bamshuf.o faidx.o dict.o stats.o stats_isize.o bam_flags.o bam_split.o bam_tview.o bam_tview_curses.o bam_tview_html.o bam_lpileup.o bam_quickcheck.o bam_addrprg.o bam_markdup.o tmp_file.o ./lz4/lz4.o libbam.a libst.a ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lncurses -lm -lz -lpthread
  4797. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o misc/ace2sam.o misc/ace2sam.c
  4798. gcc -o misc/ace2sam misc/ace2sam.o -lz
  4799. gcc -Wall -g -O2 -DMAQ_LONGREADS -I. -I../htslib -I./lz4 -c -o misc/maq2sam-long.o misc/maq2sam.c
  4800. gcc -o misc/maq2sam-long misc/maq2sam-long.o -lz
  4801. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o misc/maq2sam-short.o misc/maq2sam.c
  4802. gcc -o misc/maq2sam-short misc/maq2sam-short.o -lz
  4803. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o misc/md5fa.o misc/md5fa.c
  4804. gcc -L./lz4 -o misc/md5fa misc/md5fa.o ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lz
  4805. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o misc/md5sum-lite.o misc/md5sum-lite.c
  4806. gcc -L./lz4 -o misc/md5sum-lite misc/md5sum-lite.o ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lz
  4807. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o misc/wgsim.o misc/wgsim.c
  4808. gcc -L./lz4 -o misc/wgsim misc/wgsim.o -lm ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lz
  4809. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o test/merge/test_bam_translate.o test/merge/test_bam_translate.c
  4810. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o test/test.o test/test.c
  4811. gcc -L./lz4 -o test/merge/test_bam_translate test/merge/test_bam_translate.o test/test.o libst.a ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lz -lpthread
  4812. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o test/merge/test_rtrans_build.o test/merge/test_rtrans_build.c
  4813. gcc -L./lz4 -o test/merge/test_rtrans_build test/merge/test_rtrans_build.o libst.a ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lz -lpthread
  4814. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o test/merge/test_trans_tbl_init.o test/merge/test_trans_tbl_init.c
  4815. gcc -L./lz4 -o test/merge/test_trans_tbl_init test/merge/test_trans_tbl_init.o libst.a ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lz -lpthread
  4816. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o test/split/test_count_rg.o test/split/test_count_rg.c
  4817. gcc -L./lz4 -o test/split/test_count_rg test/split/test_count_rg.o test/test.o libst.a ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lz -lpthread
  4818. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o test/split/test_expand_format_string.o test/split/test_expand_format_string.c
  4819. gcc -L./lz4 -o test/split/test_expand_format_string test/split/test_expand_format_string.o test/test.o libst.a ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lz -lpthread
  4820. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o test/split/test_filter_header_rg.o test/split/test_filter_header_rg.c
  4821. gcc -L./lz4 -o test/split/test_filter_header_rg test/split/test_filter_header_rg.o test/test.o libst.a ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lz -lpthread
  4822. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o test/split/test_parse_args.o test/split/test_parse_args.c
  4823. gcc -L./lz4 -o test/split/test_parse_args test/split/test_parse_args.o test/test.o libst.a ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lz -lpthread
  4824. gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o test/vcf-miniview.o test/vcf-miniview.c
  4825. gcc -L./lz4 -o test/vcf-miniview test/vcf-miniview.o ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lz -lpthread
  4826. mkdir -p -m 755 /usr/local/bin /usr/local/bin /usr/local/share/man/man1
  4827. install -p samtools /usr/local/bin
  4828. install -p misc/ace2sam misc/maq2sam-long misc/maq2sam-short misc/md5fa misc/md5sum-lite misc/wgsim /usr/local/bin
  4829. install -p misc/blast2sam.pl misc/bowtie2sam.pl misc/export2sam.pl misc/interpolate_sam.pl misc/novo2sam.pl misc/plot-bamstats misc/psl2sam.pl misc/sam2vcf.pl misc/samtools.pl misc/seq_cache_populate.pl misc/soap2sam.pl misc/varfilter.py misc/wgsim_eval.pl misc/zoom2sam.pl /usr/local/bin
  4830. install -p -m 644 doc/samtools*.1 misc/wgsim.1 /usr/local/share/man/man1
  4831. Removing intermediate container 7f795d191a1d
  4832. ---> 7e024756a32e
  4833. Step 14/77 : RUN git clone git://github.com/samtools/bcftools.git && cd bcftools && autoheader && autoconf && ./configure --enable-libgsl --enable-perl-filters && make && cd /
  4834. ---> Running in ce03f9b253da
  4835. Cloning into 'bcftools'...
  4836. configure.ac:94: warning: AC_CONFIG_SUBDIRS: you should use literals
  4837. ../../lib/autoconf/status.m4:1097: AC_CONFIG_SUBDIRS is expanded from...
  4838. m4/ax_with_htslib.m4:55: AX_WITH_HTSLIB is expanded from...
  4839. configure.ac:94: the top level
  4840. configure.ac:94: warning: AC_CONFIG_SUBDIRS: you should use literals
  4841. ../../lib/autoconf/status.m4:1097: AC_CONFIG_SUBDIRS is expanded from...
  4842. m4/ax_with_htslib.m4:55: AX_WITH_HTSLIB is expanded from...
  4843. configure.ac:94: the top level
  4844. checking for gcc...
  4845. gcc
  4846. checking whether the C compiler works...
  4847. yes
  4848. checking for C compiler default output file name...
  4849. a.out
  4850. checking for suffix of executables...
  4851. checking whether we are cross compiling...
  4852. no
  4853. checking for suffix of object files...
  4854. o
  4855. checking whether we are using the GNU C compiler...
  4856. yes
  4857. checking whether gcc accepts -g...
  4858. yes
  4859. checking for gcc option to accept ISO C89...
  4860. none needed
  4861. checking for grep that handles long lines and -e...
  4862. /bin/grep
  4863. checking for C compiler warning flags...
  4864. -Wall
  4865. checking for special C compiler options needed for large files...
  4866. no
  4867. checking for _FILE_OFFSET_BITS value needed for large files...
  4868. no
  4869. checking location of HTSlib source tree...
  4870. ../htslib
  4871. checking shared library type...
  4872. plain .so
  4873. checking for library containing dlopen...
  4874. -ldl
  4875. checking if the compiler accepts -rdynamic...
  4876. yes
  4877. checking for zlib.h...
  4878. yes
  4879. checking for inflate in -lz...
  4880. yes
  4881. checking for gsl/gsl_version.h...
  4882. yes
  4883. checking for library containing cblas_dgemm...
  4884. -lgslcblas
  4885. checking for gsl_multifit_gradient in -lgsl...
  4886. yes
  4887. checking for library containing regcomp...
  4888. none required
  4889. configure: creating ./config.status
  4890. config.status: creating config.mk
  4891. config.status: creating config.h
  4892. configure: License has been changed to GPL.
  4893. Linking against the GNU scientific library requires that the resulting
  4894. binary is licensed using the GNU General Public License. In particular,
  4895. this means you will have to follow the terms of this license in order
  4896. to distribute binary copies. For more information see the INSTALL file.
  4897. Text of the GNU General Public License can be found in the LICENSE file,
  4898. or at http://www.gnu.org/copyleft/gpl.html
  4899. Information on the GNU Scientific Library, including the rationale for
  4900. its choice of license can be found at https://www.gnu.org/software/gsl/
  4901. echo '#define BCFTOOLS_VERSION "1.9-222-g7171da0"' > version.h
  4902. gcc -Wall -g -O2 -I. -I../htslib -DUSE_GPL -c -o main.o main.c
  4903. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfindex.o vcfindex.c
  4904. gcc -Wall -g -O2 -I. -I../htslib -c -o tabix.o tabix.c
  4905. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfstats.o vcfstats.c
  4906. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfisec.o vcfisec.c
  4907. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfmerge.o vcfmerge.c
  4908. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfquery.o vcfquery.c
  4909. gcc -Wall -g -O2 -I. -I../htslib -c -o vcffilter.o vcffilter.c
  4910. gcc -Wall -g -O2 -I. -I../htslib -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/x86_64-linux-gnu/perl/5.24/CORE -c -o filter.o filter.c
  4911. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfsom.o vcfsom.c
  4912. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfnorm.o vcfnorm.c
  4913. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfgtcheck.o vcfgtcheck.c
  4914. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfview.o vcfview.c
  4915. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfannotate.o vcfannotate.c
  4916. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfroh.o vcfroh.c
  4917. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfconcat.o vcfconcat.c
  4918. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfcall.o vcfcall.c
  4919. gcc -Wall -g -O2 -I. -I../htslib -c -o mcall.o mcall.c
  4920. gcc -Wall -g -O2 -I. -I../htslib -c -o vcmp.o vcmp.c
  4921. gcc -Wall -g -O2 -I. -I../htslib -c -o gvcf.o gvcf.c
  4922. gcc -Wall -g -O2 -I. -I../htslib -c -o reheader.o reheader.c
  4923. gcc -Wall -g -O2 -I. -I../htslib -c -o convert.o convert.c
  4924. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfconvert.o vcfconvert.c
  4925. gcc -Wall -g -O2 -I. -I../htslib -c -o tsv2vcf.o tsv2vcf.c
  4926. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfcnv.o vcfcnv.c
  4927. gcc -Wall -g -O2 -I. -I../htslib -c -o HMM.o HMM.c
  4928. gcc -Wall -g -O2 -I. -I../htslib -c -o consensus.o consensus.c
  4929. gcc -Wall -g -O2 -I. -I../htslib -c -o ploidy.o ploidy.c
  4930. gcc -Wall -g -O2 -I. -I../htslib -c -o bin.o bin.c
  4931. gcc -Wall -g -O2 -I. -I../htslib -c -o hclust.o hclust.c
  4932. gcc -Wall -g -O2 -I. -I../htslib -c -o version.o version.c
  4933. gcc -Wall -g -O2 -I. -I../htslib -c -o regidx.o regidx.c
  4934. gcc -Wall -g -O2 -I. -I../htslib -c -o smpl_ilist.o smpl_ilist.c
  4935. gcc -Wall -g -O2 -I. -I../htslib -c -o csq.o csq.c
  4936. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfbuf.o vcfbuf.c
  4937. gcc -Wall -g -O2 -I. -I../htslib -c -o mpileup.o mpileup.c
  4938. gcc -Wall -g -O2 -I. -I../htslib -c -o bam2bcf.o bam2bcf.c
  4939. gcc -Wall -g -O2 -I. -I../htslib -c -o bam2bcf_indel.o bam2bcf_indel.c
  4940. gcc -Wall -g -O2 -I. -I../htslib -c -o bam_sample.o bam_sample.c
  4941. gcc -Wall -g -O2 -I. -I../htslib -c -o vcfsort.o vcfsort.c
  4942. gcc -Wall -g -O2 -I. -I../htslib -c -o cols.o cols.c
  4943. gcc -Wall -g -O2 -I. -I../htslib -c -o ccall.o ccall.c
  4944. gcc -Wall -g -O2 -I. -I../htslib -c -o em.o em.c
  4945. gcc -Wall -g -O2 -I. -I../htslib -c -o prob1.o prob1.c
  4946. gcc -Wall -g -O2 -I. -I../htslib -c -o kmin.o kmin.c
  4947. gcc -Wall -g -O2 -I. -I../htslib -c -o polysomy.o polysomy.c
  4948. gcc -Wall -g -O2 -I. -I../htslib -c -o peakfit.o peakfit.c
  4949. gcc -Wall -g -O2 -I. -I../htslib -DPLUGINPATH='"/usr/local/libexec/bcftools"' -c -o vcfplugin.o vcfplugin.c
  4950. gcc -rdynamic -pthread -o bcftools main.o vcfindex.o tabix.o vcfstats.o vcfisec.o vcfmerge.o vcfquery.o vcffilter.o filter.o vcfsom.o vcfnorm.o vcfgtcheck.o vcfview.o vcfannotate.o vcfroh.o vcfconcat.o vcfcall.o mcall.o vcmp.o gvcf.o reheader.o convert.o vcfconvert.o tsv2vcf.o vcfcnv.o HMM.o consensus.o ploidy.o bin.o hclust.o version.o regidx.o smpl_ilist.o csq.o vcfbuf.o mpileup.o bam2bcf.o bam2bcf_indel.o bam_sample.o vcfsort.o cols.o ccall.o em.o prob1.o kmin.o polysomy.o peakfit.o vcfplugin.o ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lm -lz -ldl -ldl -lgsl -lgslcblas -Wl,-E -fstack-protector-strong -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu/perl/5.24/CORE -lperl -ldl -lm -lpthread -lc -lcrypt
  4951. /
  4952. usr
  4953. /
  4954. bin
  4955. /
  4956. ld
  4957. :
  4958. cannot
  4959. find
  4960. -
  4961. lperl
  4962. collect2: error: ld returned 1 exit status
  4963. Makefile:203: recipe for target 'bcftools' failed
  4964. make: *** [bcftools] Error 1
  4965. Removing intermediate container ce03f9b253da
  4966. The command '/bin/sh -c git clone git://github.com/samtools/bcftools.git && cd bcftools && autoheader && autoconf && ./configure --enable-libgsl --enable-perl-filters && make && cd /' returned a non-zero code: 2
  4967. EXPLORE
  4968. Docker Editions
  4969. Containers
  4970. Plugins
  4971. ACCOUNT
  4972. My Content
  4973. Billing
  4974. PUBLISH
  4975. Publisher Center
  4976. RESOURCES
  4977. Engineering Blog
  4978. SUPPORT
  4979. Feedback
  4980. Documentation
  4981. Copyright © 2019 Docker, Inc. All rights reserved.
  4982. LegalDocker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement