Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Explore
- Repositories
- Organizations
- Repositories
- dockersubtest / qimr_mtb
- Builds
- Using 0 of 1 private repositories. Get more
- FAILED
- Build in 'master' (67fcd4c5)
- latest
- Firedrops/qimr_mtb
- CREATED
- a day ago
- DURATION
- 27 min
- USER
- dockersubtest
- LOCATION
- unknown
- IP
- 192.30.252.90
- Building in Docker Cloud's infrastructure...
- Cloning into '.'...
- Warning: Permanently added the RSA host key for IP address '140.82.114.4' to the list of known hosts.
- Reset branch 'master'
- Your branch is up-to-date with 'origin/master'.
- KernelVersion: 4.4.0-1060-aws
- 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'}}]
- Arch: amd64
- BuildTime: 2018-08-30T18:42:30.000000000+00:00
- ApiVersion: 1.37
- Platform: {u'Name': u''}
- Version: 18.03.1-ee-3
- MinAPIVersion: 1.12
- GitCommit: b9a5c95
- Os: linux
- GoVersion: go1.10.2
- Starting build of index.docker.io/dockersubtest/qimr_mtb:latest...
- [WARNING]: Empty continuation line found in:
- 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/*
- [WARNING]: Empty continuation lines will become errors in a future release.
- Step 1/77 : FROM google/cloud-sdk
- ---> fdb2213adc87
- Step 2/77 : LABEL maintainer="Larry Cai <[email protected]>"
- ---> Running in 6b23b18eee64
- Removing intermediate container 6b23b18eee64
- ---> 5aff39f24809
- Step 3/77 : EXPOSE 80 443 22 9418
- ---> Running in 10694eaf2015
- Removing intermediate container 10694eaf2015
- ---> 54ca6e9a94e3
- 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"
- ---> Running in eb7cbb3a8472
- Removing intermediate container eb7cbb3a8472
- ---> 808cb0cd7ca9
- Step 5/77 : RUN apt -y update && apt -y install $IMAGE_PACKAGES
- ---> Running in d89dcfdad016
- WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
- Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
- Ign:2 http://deb.debian.org/debian stretch InRelease
- Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
- Hit:4 http://deb.debian.org/debian stretch Release
- Get:5 https://packages.cloud.google.com/apt cloud-sdk-stretch InRelease [6377 B]
- Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [502 kB]
- Fetched 694 kB in 2s (322 kB/s)
- Reading package lists...
- Building dependency tree...
- Reading state information...
- 5 packages can be upgraded. Run 'apt list --upgradable' to see them.
- WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
- Reading package lists...
- Building dependency tree...
- Reading state information...
- gcc is already the newest version (4:6.3.0-4).
- gzip is already the newest version (1.6-5+b1).
- gzip set to manually installed.
- perl is already the newest version (5.24.1-3+deb9u5).
- perl set to manually installed.
- tar is already the newest version (1.29b-1.1).
- tar set to manually installed.
- The following additional packages will be installed:
- apache2-bin apache2-data apache2-utils autotools-dev bzip2-doc cdbs dpkg-dev
- fakeroot fonts-lato g++-6 gconf-service gconf2-common gfortran gfortran-6
- gir1.2-glib-2.0 icu-devtools javascript-common libalgorithm-diff-perl
- libalgorithm-diff-xs-perl libalgorithm-merge-perl libapr1 libaprutil1
- libaprutil1-dbd-sqlite3 libaprutil1-ldap libauthen-sasl-perl libblas-common
- libblas-dev libblas3 libdbus-glib-1-2 libdpkg-perl libencode-locale-perl
- libfakeroot libfile-basedir-perl libfile-desktopentry-perl
- libfile-fcntllock-perl libfile-listing-perl libfile-mimeinfo-perl
- libfont-afm-perl libgfortran-6-dev libgfortran3 libgirepository-1.0-1
- libhtml-form-perl libhtml-format-perl libhtml-parser-perl
- libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
- libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
- libhttp-negotiate-perl libicu-dev libio-html-perl libio-socket-ssl-perl
- libipc-system-simple-perl libjpeg-dev libjpeg62-turbo-dev libjq1
- libjs-jquery liblapack-dev liblapack3 liblocale-gettext-perl liblua5.2-0
- liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl
- libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl
- libonig4 libpaper-utils libpaper1 libpcre16-3 libpcre3-dev libpcre32-3
- libpcrecpp0v5 libpng-dev libpng-tools libprocps6 libpython-all-dev
- libpython3-dev libpython3.5 libpython3.5-dev libreadline-dev libruby2.3
- libsigsegv2 libssl-doc libstdc++-6-dev libtcl8.6 libtext-iconv-perl
- libtie-ixhash-perl libtimedate-perl libtinfo-dev libtk8.6 liburi-perl
- libwww-perl libwww-robotrules-perl libx11-protocol-perl libxml-parser-perl
- libxml-twig-perl libxml-xpathengine-perl libxss1 libyaml-0-2 m4
- perl-openssl-defaults pkg-config procps psmisc python-all python-all-dev
- python-cffi-backend python-crypto python-cryptography python-dbus
- python-enum34 python-gi python-idna python-ipaddress python-keyring
- python-keyrings.alt python-pip-whl python-pyasn1 python-secretstorage
- python-six python-wheel python-xdg python3-cffi-backend python3-crypto
- python3-cryptography python3-dbus python3-dev python3-gi python3-idna
- python3-keyring python3-keyrings.alt python3-pkg-resources python3-pyasn1
- python3-secretstorage python3-setuptools python3-six python3-wheel
- python3-xdg python3.5-dev r-base-core r-base-dev r-base-html r-cran-boot
- r-cran-class r-cran-cluster r-cran-codetools r-cran-foreign
- r-cran-kernsmooth r-cran-lattice r-cran-mass r-cran-matrix r-cran-mgcv
- r-cran-nlme r-cran-nnet r-cran-rpart r-cran-spatial r-cran-survival
- r-doc-html r-recommended rake ruby-did-you-mean ruby-minitest
- ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3
- rubygems-integration ssl-cert unzip vim-common vim-runtime x11-xserver-utils
- xdg-utils xxd zip
- Suggested packages:
- www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom
- autoconf-archive gnu-standards autoconf-doc libtool gettext filo samtools
- devscripts debian-keyring g++-multilib g++-6-multilib gcc-6-doc
- libstdc++6-6-dbg gfortran-multilib gfortran-doc gfortran-6-multilib
- gfortran-6-doc libgfortran3-dbg libcoarrays-dev libdigest-hmac-perl
- libgssapi-perl liblapack-doc-man liblapack-doc libcurl4-doc libcurl3-dbg
- libgnutls28-dev libidn11-dev libkrb5-dev libldap2-dev librtmp-dev
- libssh2-1-dev libdata-dump-perl icu-doc libcrypt-ssleay-perl liblzma-doc
- ncurses-doc readline-doc libstdc++-6-doc tcl8.6 tk8.6 libauthen-ntlm-perl
- libunicode-map8-perl libunicode-string-perl xml-twig-tools m4-doc make-doc
- python-crypto-dbg python-crypto-doc python-cryptography-doc
- python-cryptography-vectors python-dbus-dbg python-dbus-doc
- python-enum34-doc python-gi-cairo gnome-keyring libkf5wallet-bin
- gir1.2-gnomekeyring-1.0 python-fs python-gdata python-kde4 python-keyczar
- doc-base python-secretstorage-doc python3-crypto-dbg
- python3-cryptography-vectors python3-dbus-dbg python3-pykde4
- python-setuptools-doc ess r-doc-info | r-doc-pdf r-mathlib debhelper
- texlive-base texlive-latex-base texlive-generic-recommended
- texlive-fonts-recommended texlive-fonts-extra texlive-extra-utils
- texlive-latex-recommended texlive-latex-extra texinfo mozilla | www-browser
- ri ruby-dev bundler openssl-blacklist ctags vim-doc vim-scripts nickle
- cairo-5c xorg-docs-core gvfs-bin
- The following NEW packages will be installed:
- apache2 apache2-bin apache2-data apache2-utils autoconf automake
- autotools-dev bedtools build-essential bwa bzip2-doc cdbs dpkg-dev fakeroot
- fonts-lato g++ g++-6 gconf-service gconf2-common gfortran gfortran-6
- gir1.2-glib-2.0 icu-devtools javascript-common jq kalign
- libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
- libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap
- libauthen-sasl-perl libblas-common libblas-dev libblas3 libbz2-dev
- libcurl4-gnutls-dev libdbus-glib-1-2 libdpkg-perl libencode-locale-perl
- libfakeroot libfile-basedir-perl libfile-desktopentry-perl
- libfile-fcntllock-perl libfile-listing-perl libfile-mimeinfo-perl
- libfont-afm-perl libgconf-2-4 libgfortran-6-dev libgfortran3
- libgirepository-1.0-1 libhtml-form-perl libhtml-format-perl
- libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
- libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
- libhttp-message-perl libhttp-negotiate-perl libicu-dev libio-html-perl
- libio-socket-ssl-perl libipc-system-simple-perl libjpeg-dev
- libjpeg62-turbo-dev libjq1 libjs-jquery liblapack-dev liblapack3
- liblocale-gettext-perl liblua5.2-0 liblwp-mediatypes-perl
- liblwp-protocol-https-perl liblzma-dev libmailtools-perl libncurses5-dev
- libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl
- libonig4 libopenblas-base libpaper-utils libpaper1 libpcre16-3 libpcre3-dev
- libpcre32-3 libpcrecpp0v5 libpng-dev libpng-tools libprocps6
- libpython-all-dev libpython3-dev libpython3.5 libpython3.5-dev
- libreadline-dev libruby2.3 libsigsegv2 libssl-dev libssl-doc libstdc++-6-dev
- libtcl8.6 libtext-iconv-perl libtie-ixhash-perl libtimedate-perl
- libtinfo-dev libtk8.6 liburi-perl libwww-perl libwww-robotrules-perl
- libx11-protocol-perl libxml-parser-perl libxml-twig-perl
- libxml-xpathengine-perl libxss1 libyaml-0-2 m4 make perl-openssl-defaults
- pkg-config procps psmisc python-all python-all-dev python-cffi-backend
- python-crypto python-cryptography python-dbus python-enum34 python-gi
- python-idna python-ipaddress python-keyring python-keyrings.alt python-pip
- python-pip-whl python-pyasn1 python-secretstorage python-six python-wheel
- python-xdg python3-cffi-backend python3-crypto python3-cryptography
- python3-dbus python3-dev python3-gi python3-idna python3-keyring
- python3-keyrings.alt python3-pip python3-pkg-resources python3-pyasn1
- python3-secretstorage python3-setuptools python3-six python3-wheel
- python3-xdg python3.5-dev r-base r-base-core r-base-dev r-base-html
- r-cran-boot r-cran-class r-cran-cluster r-cran-codetools r-cran-foreign
- r-cran-kernsmooth r-cran-lattice r-cran-mass r-cran-matrix r-cran-mgcv
- r-cran-nlme r-cran-nnet r-cran-rpart r-cran-spatial r-cran-survival
- r-doc-html r-recommended rake ruby ruby-did-you-mean ruby-minitest
- ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3
- rubygems-integration ssl-cert unzip vim vim-common vim-runtime wget
- x11-xserver-utils xdg-utils xxd zip zlib1g-dev
- 0 upgraded, 204 newly installed, 0 to remove and 5 not upgraded.
- Need to get 160 MB of archives.
- After this operation, 490 MB of additional disk space will be used.
- Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB]
- Get:2 http://deb.debian.org/debian stretch/main amd64 libprocps6 amd64 2:3.3.12-3+deb9u1 [58.5 kB]
- Get:3 http://deb.debian.org/debian stretch/main amd64 procps amd64 2:3.3.12-3+deb9u1 [250 kB]
- Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB]
- Get:5 http://deb.debian.org/debian stretch/main amd64 libapr1 amd64 1.5.2-5 [96.6 kB]
- Get:6 http://deb.debian.org/debian stretch/main amd64 libaprutil1 amd64 1.5.4-3 [85.8 kB]
- Get:7 http://deb.debian.org/debian stretch/main amd64 libaprutil1-dbd-sqlite3 amd64 1.5.4-3 [19.3 kB]
- Get:8 http://deb.debian.org/debian stretch/main amd64 libaprutil1-ldap amd64 1.5.4-3 [17.4 kB]
- Get:9 http://deb.debian.org/debian stretch/main amd64 liblua5.2-0 amd64 5.2.4-1.1+b2 [110 kB]
- Get:10 http://deb.debian.org/debian stretch/main amd64 apache2-bin amd64 2.4.25-3+deb9u7 [1187 kB]
- Get:11 http://security.debian.org/debian-security stretch/updates/main amd64 libpng-dev amd64 1.6.28-1+deb9u1 [250 kB]
- Get:12 http://security.debian.org/debian-security stretch/updates/main amd64 libpng-tools amd64 1.6.28-1+deb9u1 [133 kB]
- Get:13 http://security.debian.org/debian-security stretch/updates/main amd64 libssl-dev amd64 1.1.0k-1~deb9u1 [1591 kB]
- Get:14 http://deb.debian.org/debian stretch/main amd64 apache2-utils amd64 2.4.25-3+deb9u7 [218 kB]
- Get:15 http://deb.debian.org/debian stretch/main amd64 apache2-data all 2.4.25-3+deb9u7 [162 kB]
- Get:16 http://deb.debian.org/debian stretch/main amd64 apache2 amd64 2.4.25-3+deb9u7 [236 kB]
- Get:17 http://deb.debian.org/debian stretch/main amd64 fonts-lato all 2.0-1 [2684 kB]
- Get:18 http://security.debian.org/debian-security stretch/updates/main amd64 libssl-doc all 1.1.0k-1~deb9u1 [1482 kB]
- Get:19 http://security.debian.org/debian-security stretch/updates/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB]
- Get:20 http://deb.debian.org/debian stretch/main amd64 liblocale-gettext-perl amd64 1.07-3+b1 [18.7 kB]
- Get:21 http://deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB]
- Get:22 http://deb.debian.org/debian stretch/main amd64 libxss1 amd64 1:1.2.2-1 [17.5 kB]
- Get:23 http://deb.debian.org/debian stretch/main amd64 wget amd64 1.18-5+deb9u3 [800 kB]
- Get:24 http://deb.debian.org/debian stretch/main amd64 libsigsegv2 amd64 2.10-5 [28.9 kB]
- Get:25 http://deb.debian.org/debian stretch/main amd64 m4 amd64 1.4.18-1 [202 kB]
- Get:26 http://deb.debian.org/debian stretch/main amd64 autoconf all 2.69-10 [338 kB]
- Get:27 http://deb.debian.org/debian stretch/main amd64 autotools-dev all 20161112.1 [73.4 kB]
- Get:28 http://deb.debian.org/debian stretch/main amd64 automake all 1:1.15-6 [733 kB]
- Get:29 http://deb.debian.org/debian stretch/main amd64 bedtools amd64 2.26.0+dfsg-3 [584 kB]
- Get:30 http://deb.debian.org/debian stretch/main amd64 libstdc++-6-dev amd64 6.3.0-18+deb9u1 [1420 kB]
- Get:31 http://deb.debian.org/debian stretch/main amd64 g++-6 amd64 6.3.0-18+deb9u1 [7094 kB]
- Get:32 http://security.debian.org/debian-security stretch/updates/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB]
- Get:33 http://deb.debian.org/debian stretch/main amd64 g++ amd64 4:6.3.0-4 [1546 B]
- Get:34 http://deb.debian.org/debian stretch/main amd64 make amd64 4.1-9.1 [302 kB]
- Get:35 http://deb.debian.org/debian stretch/main amd64 libdpkg-perl all 1.18.25 [1287 kB]
- Get:36 http://deb.debian.org/debian stretch/main amd64 dpkg-dev all 1.18.25 [1595 kB]
- Get:37 http://deb.debian.org/debian stretch/main amd64 build-essential amd64 12.3 [7346 B]
- Get:38 http://deb.debian.org/debian stretch/main amd64 bwa amd64 0.7.15-2+deb9u1 [194 kB]
- Get:39 http://deb.debian.org/debian stretch/main amd64 bzip2-doc all 1.0.6-8.1 [307 kB]
- Get:40 http://deb.debian.org/debian stretch/main amd64 cdbs all 0.4.150 [82.6 kB]
- Get:41 http://deb.debian.org/debian stretch/main amd64 libfakeroot amd64 1.21-3.1 [45.7 kB]
- Get:42 http://deb.debian.org/debian stretch/main amd64 fakeroot amd64 1.21-3.1 [85.6 kB]
- Get:43 http://deb.debian.org/debian stretch/main amd64 libdbus-glib-1-2 amd64 0.108-2 [206 kB]
- Get:44 http://deb.debian.org/debian stretch/main amd64 gconf2-common all 3.2.6-4 [1040 kB]
- Get:45 http://deb.debian.org/debian stretch/main amd64 libgconf-2-4 amd64 3.2.6-4+b1 [427 kB]
- Get:46 http://deb.debian.org/debian stretch/main amd64 gconf-service amd64 3.2.6-4+b1 [415 kB]
- Get:47 http://deb.debian.org/debian stretch/main amd64 libgfortran3 amd64 6.3.0-18+deb9u1 [265 kB]
- Get:48 http://deb.debian.org/debian stretch/main amd64 libgfortran-6-dev amd64 6.3.0-18+deb9u1 [299 kB]
- Get:49 http://deb.debian.org/debian stretch/main amd64 gfortran-6 amd64 6.3.0-18+deb9u1 [6916 kB]
- Get:50 http://deb.debian.org/debian stretch/main amd64 gfortran amd64 4:6.3.0-4 [1356 B]
- Get:51 http://deb.debian.org/debian stretch/main amd64 libgirepository-1.0-1 amd64 1.50.0-1+b1 [89.0 kB]
- Get:52 http://deb.debian.org/debian stretch/main amd64 gir1.2-glib-2.0 amd64 1.50.0-1+b1 [139 kB]
- Get:53 http://deb.debian.org/debian stretch/main amd64 icu-devtools amd64 57.1-6+deb9u2 [178 kB]
- Get:54 http://deb.debian.org/debian stretch/main amd64 javascript-common all 11 [6120 B]
- Get:55 http://deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
- Get:56 http://deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
- Get:57 http://deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
- Get:58 http://deb.debian.org/debian stretch/main amd64 kalign amd64 1:2.03+20110620-3 [99.7 kB]
- Get:59 http://deb.debian.org/debian stretch/main amd64 libalgorithm-diff-perl all 1.19.03-1 [48.7 kB]
- Get:60 http://deb.debian.org/debian stretch/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4+b2 [11.6 kB]
- Get:61 http://deb.debian.org/debian stretch/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
- Get:62 http://deb.debian.org/debian stretch/main amd64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
- Get:63 http://deb.debian.org/debian stretch/main amd64 libblas-common amd64 3.7.0-2 [14.2 kB]
- Get:64 http://deb.debian.org/debian stretch/main amd64 libblas3 amd64 3.7.0-2 [155 kB]
- Get:65 http://deb.debian.org/debian stretch/main amd64 libblas-dev amd64 3.7.0-2 [162 kB]
- Get:66 http://deb.debian.org/debian stretch/main amd64 libbz2-dev amd64 1.0.6-8.1 [29.4 kB]
- Get:67 http://deb.debian.org/debian stretch/main amd64 libcurl4-gnutls-dev amd64 7.52.1-5+deb9u9 [373 kB]
- Get:68 http://deb.debian.org/debian stretch/main amd64 libencode-locale-perl all 1.05-1 [13.7 kB]
- Get:69 http://deb.debian.org/debian stretch/main amd64 libipc-system-simple-perl all 1.25-3 [26.9 kB]
- Get:70 http://deb.debian.org/debian stretch/main amd64 libfile-basedir-perl all 0.07-1 [17.5 kB]
- Get:71 http://deb.debian.org/debian stretch/main amd64 liburi-perl all 1.71-1 [88.6 kB]
- Get:72 http://deb.debian.org/debian stretch/main amd64 libfile-desktopentry-perl all 0.22-1 [19.2 kB]
- Get:73 http://deb.debian.org/debian stretch/main amd64 libfile-fcntllock-perl amd64 0.22-3+b2 [35.3 kB]
- Get:74 http://deb.debian.org/debian stretch/main amd64 libtimedate-perl all 2.3000-2 [42.2 kB]
- Get:75 http://deb.debian.org/debian stretch/main amd64 libhttp-date-perl all 6.02-1 [10.7 kB]
- Get:76 http://deb.debian.org/debian stretch/main amd64 libfile-listing-perl all 6.04-1 [10.3 kB]
- Get:77 http://deb.debian.org/debian stretch/main amd64 libfile-mimeinfo-perl all 0.27-1 [50.2 kB]
- Get:78 http://deb.debian.org/debian stretch/main amd64 libfont-afm-perl all 1.20-2 [13.6 kB]
- Get:79 http://deb.debian.org/debian stretch/main amd64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
- Get:80 http://deb.debian.org/debian stretch/main amd64 libhtml-parser-perl amd64 3.72-3 [104 kB]
- Get:81 http://deb.debian.org/debian stretch/main amd64 libio-html-perl all 1.001-1 [17.6 kB]
- Get:82 http://deb.debian.org/debian stretch/main amd64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
- Get:83 http://deb.debian.org/debian stretch/main amd64 libhttp-message-perl all 6.11-1 [75.9 kB]
- Get:84 http://deb.debian.org/debian stretch/main amd64 libhtml-form-perl all 6.03-1 [23.9 kB]
- Get:85 http://deb.debian.org/debian stretch/main amd64 libhtml-tree-perl all 5.03-2 [210 kB]
- Get:86 http://deb.debian.org/debian stretch/main amd64 libhtml-format-perl all 2.12-1 [43.5 kB]
- Get:87 http://deb.debian.org/debian stretch/main amd64 libhttp-cookies-perl all 6.01-1 [17.4 kB]
- Get:88 http://deb.debian.org/debian stretch/main amd64 libhttp-daemon-perl all 6.01-1 [17.3 kB]
- Get:89 http://deb.debian.org/debian stretch/main amd64 libhttp-negotiate-perl all 6.00-2 [13.6 kB]
- Get:90 http://deb.debian.org/debian stretch/main amd64 libicu-dev amd64 57.1-6+deb9u2 [16.5 MB]
- Get:91 http://deb.debian.org/debian stretch/main amd64 perl-openssl-defaults amd64 3 [6782 B]
- Get:92 http://deb.debian.org/debian stretch/main amd64 libnet-ssleay-perl amd64 1.80-1 [285 kB]
- Get:93 http://deb.debian.org/debian stretch/main amd64 libio-socket-ssl-perl all 2.044-1 [195 kB]
- Get:94 http://deb.debian.org/debian stretch/main amd64 libjpeg62-turbo-dev amd64 1:1.5.1-2 [210 kB]
- Get:95 http://deb.debian.org/debian stretch/main amd64 libjpeg-dev all 1:1.5.1-2 [56.1 kB]
- Get:96 http://deb.debian.org/debian stretch/main amd64 libjs-jquery all 3.1.1-2+deb9u1 [154 kB]
- Get:97 http://deb.debian.org/debian stretch/main amd64 libopenblas-base amd64 0.2.19-3 [3793 kB]
- Get:98 http://deb.debian.org/debian stretch/main amd64 liblapack3 amd64 3.7.0-2 [2141 kB]
- Get:99 http://deb.debian.org/debian stretch/main amd64 liblapack-dev amd64 3.7.0-2 [2170 kB]
- Get:100 http://deb.debian.org/debian stretch/main amd64 libnet-http-perl all 6.12-1 [23.8 kB]
- Get:101 http://deb.debian.org/debian stretch/main amd64 libwww-robotrules-perl all 6.01-1 [14.3 kB]
- Get:102 http://deb.debian.org/debian stretch/main amd64 libwww-perl all 6.15-1 [195 kB]
- Get:103 http://deb.debian.org/debian stretch/main amd64 liblwp-protocol-https-perl all 6.06-2 [9582 B]
- Get:104 http://deb.debian.org/debian stretch/main amd64 liblzma-dev amd64 5.2.2-1.2+b1 [292 kB]
- Get:105 http://deb.debian.org/debian stretch/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
- Get:106 http://deb.debian.org/debian stretch/main amd64 libmailtools-perl all 2.18-1 [88.5 kB]
- Get:107 http://deb.debian.org/debian stretch/main amd64 libtinfo-dev amd64 6.0+20161126-1+deb9u2 [79.2 kB]
- Get:108 http://deb.debian.org/debian stretch/main amd64 libncurses5-dev amd64 6.0+20161126-1+deb9u2 [175 kB]
- Get:109 http://deb.debian.org/debian stretch/main amd64 libxml-parser-perl amd64 2.44-2+b1 [212 kB]
- Get:110 http://deb.debian.org/debian stretch/main amd64 libxml-twig-perl all 1:3.50-1 [179 kB]
- Get:111 http://deb.debian.org/debian stretch/main amd64 libnet-dbus-perl amd64 1.1.0-4+b1 [179 kB]
- Get:112 http://deb.debian.org/debian stretch/main amd64 libpaper1 amd64 1.1.24+nmu5 [21.6 kB]
- Get:113 http://deb.debian.org/debian stretch/main amd64 libpaper-utils amd64 1.1.24+nmu5 [17.6 kB]
- Get:114 http://deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB]
- Get:115 http://deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB]
- Get:116 http://deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB]
- Get:117 http://deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
- Get:118 http://deb.debian.org/debian stretch/main amd64 libpython-all-dev amd64 2.7.13-2 [960 B]
- Get:119 http://deb.debian.org/debian stretch/main amd64 libpython3.5 amd64 3.5.3-1+deb9u1 [1372 kB]
- Get:120 http://deb.debian.org/debian stretch/main amd64 libpython3.5-dev amd64 3.5.3-1+deb9u1 [37.7 MB]
- Get:121 http://deb.debian.org/debian stretch/main amd64 libpython3-dev amd64 3.5.3-1 [18.7 kB]
- Get:122 http://deb.debian.org/debian stretch/main amd64 libreadline-dev amd64 7.0-3 [132 kB]
- Get:123 http://deb.debian.org/debian stretch/main amd64 libtcl8.6 amd64 8.6.6+dfsg-1+b1 [985 kB]
- Get:124 http://deb.debian.org/debian stretch/main amd64 libtext-iconv-perl amd64 1.7-5+b4 [15.3 kB]
- Get:125 http://deb.debian.org/debian stretch/main amd64 libtie-ixhash-perl all 1.23-2 [11.7 kB]
- Get:126 http://deb.debian.org/debian stretch/main amd64 libtk8.6 amd64 8.6.6-1+b1 [754 kB]
- Get:127 http://deb.debian.org/debian stretch/main amd64 libx11-protocol-perl all 0.56-7 [150 kB]
- Get:128 http://deb.debian.org/debian stretch/main amd64 libxml-xpathengine-perl all 0.13-1 [39.1 kB]
- Get:129 http://deb.debian.org/debian stretch/main amd64 libyaml-0-2 amd64 0.1.7-2 [47.6 kB]
- Get:130 http://deb.debian.org/debian stretch/main amd64 pkg-config amd64 0.29-4+b1 [63.3 kB]
- Get:131 http://deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
- Get:132 http://deb.debian.org/debian stretch/main amd64 python-all amd64 2.7.13-2 [942 B]
- Get:133 http://deb.debian.org/debian stretch/main amd64 python-all-dev amd64 2.7.13-2 [962 B]
- Get:134 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
- Get:135 http://deb.debian.org/debian stretch/main amd64 python-crypto amd64 2.6.1-7 [259 kB]
- Get:136 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
- Get:137 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB]
- Get:138 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
- Get:139 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
- Get:140 http://deb.debian.org/debian stretch/main amd64 python-six all 1.10.0-3 [14.4 kB]
- Get:141 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3+deb9u1 [211 kB]
- Get:142 http://deb.debian.org/debian stretch/main amd64 python-dbus amd64 1.2.4-1+b1 [185 kB]
- Get:143 http://deb.debian.org/debian stretch/main amd64 python-gi amd64 3.22.0-2 [515 kB]
- Get:144 http://deb.debian.org/debian stretch/main amd64 python-secretstorage all 2.3.1-2 [13.8 kB]
- Get:145 http://deb.debian.org/debian stretch/main amd64 python-keyring all 10.1-1 [40.7 kB]
- Get:146 http://deb.debian.org/debian stretch/main amd64 python-keyrings.alt all 1.3-1 [16.4 kB]
- Get:147 http://deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB]
- Get:148 http://deb.debian.org/debian stretch/main amd64 python-pip all 9.0.1-2+deb9u1 [179 kB]
- Get:149 http://deb.debian.org/debian stretch/main amd64 python-wheel all 0.29.0-2 [51.7 kB]
- Get:150 http://deb.debian.org/debian stretch/main amd64 python-xdg all 0.25-4 [35.8 kB]
- Get:151 http://deb.debian.org/debian stretch/main amd64 python3-cffi-backend amd64 1.9.1-2 [70.1 kB]
- Get:152 http://deb.debian.org/debian stretch/main amd64 python3-crypto amd64 2.6.1-7 [259 kB]
- Get:153 http://deb.debian.org/debian stretch/main amd64 python3-idna all 2.2-1 [32.7 kB]
- Get:154 http://deb.debian.org/debian stretch/main amd64 python3-pyasn1 all 0.1.9-2 [34.5 kB]
- Get:155 http://deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB]
- Get:156 http://deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB]
- Get:157 http://deb.debian.org/debian stretch/main amd64 python3-six all 1.10.0-3 [14.4 kB]
- Get:158 http://deb.debian.org/debian stretch/main amd64 python3-cryptography amd64 1.7.1-3+deb9u1 [210 kB]
- Get:159 http://deb.debian.org/debian stretch/main amd64 python3-dbus amd64 1.2.4-1+b1 [184 kB]
- Get:160 http://deb.debian.org/debian stretch/main amd64 python3.5-dev amd64 3.5.3-1+deb9u1 [413 kB]
- Get:161 http://deb.debian.org/debian stretch/main amd64 python3-dev amd64 3.5.3-1 [1154 B]
- Get:162 http://deb.debian.org/debian stretch/main amd64 python3-gi amd64 3.22.0-2 [473 kB]
- Get:163 http://deb.debian.org/debian stretch/main amd64 python3-secretstorage all 2.3.1-2 [14.2 kB]
- Get:164 http://deb.debian.org/debian stretch/main amd64 python3-keyring all 10.1-1 [36.8 kB]
- Get:165 http://deb.debian.org/debian stretch/main amd64 python3-keyrings.alt all 1.3-1 [16.2 kB]
- Get:166 http://deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB]
- Get:167 http://deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB]
- Get:168 http://deb.debian.org/debian stretch/main amd64 python3-xdg all 0.25-4 [35.7 kB]
- Get:169 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
- Get:170 http://deb.debian.org/debian stretch/main amd64 unzip amd64 6.0-21+deb9u1 [170 kB]
- Get:171 http://deb.debian.org/debian stretch/main amd64 xdg-utils all 1.1.1-1+deb9u1 [71.2 kB]
- Get:172 http://deb.debian.org/debian stretch/main amd64 r-base-core amd64 3.3.3-1 [21.2 MB]
- Get:173 http://deb.debian.org/debian stretch/main amd64 r-cran-boot all 1.3-18-2 [577 kB]
- Get:174 http://deb.debian.org/debian stretch/main amd64 r-cran-cluster amd64 2.0.5-1 [490 kB]
- Get:175 http://deb.debian.org/debian stretch/main amd64 r-cran-foreign amd64 0.8.67-1 [211 kB]
- Get:176 http://deb.debian.org/debian stretch/main amd64 r-cran-mass amd64 7.3-45-1 [1017 kB]
- Get:177 http://deb.debian.org/debian stretch/main amd64 r-cran-kernsmooth amd64 2.23-15-2 [81.7 kB]
- Get:178 http://deb.debian.org/debian stretch/main amd64 r-cran-lattice amd64 0.20-34-1 [713 kB]
- Get:179 http://deb.debian.org/debian stretch/main amd64 r-cran-nlme amd64 3.1.129-1 [2042 kB]
- Get:180 http://deb.debian.org/debian stretch/main amd64 r-cran-matrix amd64 1.2-7.1-1 [2311 kB]
- Get:181 http://deb.debian.org/debian stretch/main amd64 r-cran-mgcv amd64 1.8-16-1 [2106 kB]
- Get:182 http://deb.debian.org/debian stretch/main amd64 r-cran-survival amd64 2.40-1-1 [4863 kB]
- Get:183 http://deb.debian.org/debian stretch/main amd64 r-cran-rpart amd64 4.1-10-2 [861 kB]
- Get:184 http://deb.debian.org/debian stretch/main amd64 r-cran-class amd64 7.3-14-1 [80.9 kB]
- Get:185 http://deb.debian.org/debian stretch/main amd64 r-cran-nnet amd64 7.3-12-1 [96.9 kB]
- Get:186 http://deb.debian.org/debian stretch/main amd64 r-cran-spatial amd64 7.3-11-1 [118 kB]
- Get:187 http://deb.debian.org/debian stretch/main amd64 r-cran-codetools all 0.2-15-1 [46.2 kB]
- Get:188 http://deb.debian.org/debian stretch/main amd64 r-recommended all 3.3.3-1 [2706 B]
- Get:189 http://deb.debian.org/debian stretch/main amd64 r-base all 3.3.3-1 [40.7 kB]
- Get:190 http://deb.debian.org/debian stretch/main amd64 r-base-dev all 3.3.3-1 [4402 B]
- Get:191 http://deb.debian.org/debian stretch/main amd64 r-doc-html all 3.3.3-1 [551 kB]
- Get:192 http://deb.debian.org/debian stretch/main amd64 rubygems-integration all 1.11 [4994 B]
- Get:193 http://deb.debian.org/debian stretch/main amd64 ruby-did-you-mean all 1.0.0-2 [11.2 kB]
- Get:194 http://deb.debian.org/debian stretch/main amd64 ruby-minitest all 5.9.0-1 [51.1 kB]
- Get:195 http://deb.debian.org/debian stretch/main amd64 ruby-net-telnet all 0.1.1-2 [12.5 kB]
- Get:196 http://deb.debian.org/debian stretch/main amd64 ruby-power-assert all 0.3.0-1 [7902 B]
- Get:197 http://deb.debian.org/debian stretch/main amd64 ruby-test-unit all 3.1.7-2 [69.6 kB]
- Get:198 http://deb.debian.org/debian stretch/main amd64 libruby2.3 amd64 2.3.3-1+deb9u6 [3109 kB]
- Get:199 http://deb.debian.org/debian stretch/main amd64 ruby2.3 amd64 2.3.3-1+deb9u6 [188 kB]
- Get:200 http://deb.debian.org/debian stretch/main amd64 ruby amd64 1:2.3.3 [10.8 kB]
- Get:201 http://deb.debian.org/debian stretch/main amd64 rake all 10.5.0-2 [49.4 kB]
- Get:202 http://deb.debian.org/debian stretch/main amd64 ssl-cert all 1.0.39 [20.8 kB]
- Get:203 http://deb.debian.org/debian stretch/main amd64 x11-xserver-utils amd64 7.7+7+b1 [167 kB]
- Get:204 http://deb.debian.org/debian stretch/main amd64 r-base-html all 3.3.3-1 [85.9 kB]
- debconf: delaying package configuration, since apt-utils is not installed
- Fetched 160 MB in 11s (14.1 MB/s)
- Selecting previously unselected package libprocps6:amd64.
- (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%
- (Reading database ... 75%
- (Reading database ... 80% (Reading database ... 85%
- (Reading database ... 90% (Reading database ... 95%
- (Reading database ... 100% (Reading database ... 91175 files and directories currently installed.)
- Preparing to unpack .../000-libprocps6_2%3a3.3.12-3+deb9u1_amd64.deb ...
- Unpacking libprocps6:amd64 (2:3.3.12-3+deb9u1) ...
- Selecting previously unselected package procps.
- Preparing to unpack .../001-procps_2%3a3.3.12-3+deb9u1_amd64.deb ...
- Unpacking procps (2:3.3.12-3+deb9u1) ...
- Selecting previously unselected package libapr1:amd64.
- Preparing to unpack .../002-libapr1_1.5.2-5_amd64.deb ...
- Unpacking libapr1:amd64 (1.5.2-5) ...
- Selecting previously unselected package libaprutil1:amd64.
- Preparing to unpack .../003-libaprutil1_1.5.4-3_amd64.deb ...
- Unpacking libaprutil1:amd64 (1.5.4-3) ...
- Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64.
- Preparing to unpack .../004-libaprutil1-dbd-sqlite3_1.5.4-3_amd64.deb ...
- Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-3) ...
- Selecting previously unselected package libaprutil1-ldap:amd64.
- Preparing to unpack .../005-libaprutil1-ldap_1.5.4-3_amd64.deb ...
- Unpacking libaprutil1-ldap:amd64 (1.5.4-3) ...
- Selecting previously unselected package liblua5.2-0:amd64.
- Preparing to unpack .../006-liblua5.2-0_5.2.4-1.1+b2_amd64.deb ...
- Unpacking liblua5.2-0:amd64 (5.2.4-1.1+b2) ...
- Selecting previously unselected package apache2-bin.
- Preparing to unpack .../007-apache2-bin_2.4.25-3+deb9u7_amd64.deb ...
- Unpacking apache2-bin (2.4.25-3+deb9u7) ...
- Selecting previously unselected package apache2-utils.
- Preparing to unpack .../008-apache2-utils_2.4.25-3+deb9u7_amd64.deb ...
- Unpacking apache2-utils (2.4.25-3+deb9u7) ...
- Selecting previously unselected package apache2-data.
- Preparing to unpack .../009-apache2-data_2.4.25-3+deb9u7_all.deb ...
- Unpacking apache2-data (2.4.25-3+deb9u7) ...
- Selecting previously unselected package apache2.
- Preparing to unpack .../010-apache2_2.4.25-3+deb9u7_amd64.deb ...
- Unpacking apache2 (2.4.25-3+deb9u7) ...
- Selecting previously unselected package fonts-lato.
- Preparing to unpack .../011-fonts-lato_2.0-1_all.deb ...
- Unpacking fonts-lato (2.0-1) ...
- Selecting previously unselected package liblocale-gettext-perl.
- Preparing to unpack .../012-liblocale-gettext-perl_1.07-3+b1_amd64.deb ...
- Unpacking liblocale-gettext-perl (1.07-3+b1) ...
- Selecting previously unselected package libpcrecpp0v5:amd64.
- Preparing to unpack .../013-libpcrecpp0v5_2%3a8.39-3_amd64.deb ...
- Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ...
- Selecting previously unselected package libxss1:amd64.
- Preparing to unpack .../014-libxss1_1%3a1.2.2-1_amd64.deb ...
- Unpacking libxss1:amd64 (1:1.2.2-1) ...
- Selecting previously unselected package xxd.
- Preparing to unpack .../015-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ...
- Unpacking xxd (2:8.0.0197-4+deb9u3) ...
- Selecting previously unselected package vim-common.
- Preparing to unpack .../016-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ...
- Unpacking vim-common (2:8.0.0197-4+deb9u3) ...
- Selecting previously unselected package wget.
- Preparing to unpack .../017-wget_1.18-5+deb9u3_amd64.deb ...
- Unpacking wget (1.18-5+deb9u3) ...
- Selecting previously unselected package libsigsegv2:amd64.
- Preparing to unpack .../018-libsigsegv2_2.10-5_amd64.deb ...
- Unpacking libsigsegv2:amd64 (2.10-5) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../019-m4_1.4.18-1_amd64.deb ...
- Unpacking m4 (1.4.18-1) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../020-autoconf_2.69-10_all.deb ...
- Unpacking autoconf (2.69-10) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../021-autotools-dev_20161112.1_all.deb ...
- Unpacking autotools-dev (20161112.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../022-automake_1%3a1.15-6_all.deb ...
- Unpacking automake (1:1.15-6) ...
- Selecting previously unselected package bedtools.
- Preparing to unpack .../023-bedtools_2.26.0+dfsg-3_amd64.deb ...
- Unpacking bedtools (2.26.0+dfsg-3) ...
- Selecting previously unselected package libstdc++-6-dev:amd64.
- Preparing to unpack .../024-libstdc++-6-dev_6.3.0-18+deb9u1_amd64.deb ...
- Unpacking libstdc++-6-dev:amd64 (6.3.0-18+deb9u1) ...
- Selecting previously unselected package g++-6.
- Preparing to unpack .../025-g++-6_6.3.0-18+deb9u1_amd64.deb ...
- Unpacking g++-6 (6.3.0-18+deb9u1) ...
- Selecting previously unselected package g++.
- Preparing to unpack .../026-g++_4%3a6.3.0-4_amd64.deb ...
- Unpacking g++ (4:6.3.0-4) ...
- Selecting previously unselected package make.
- Preparing to unpack .../027-make_4.1-9.1_amd64.deb ...
- Unpacking make (4.1-9.1) ...
- Selecting previously unselected package libdpkg-perl.
- Preparing to unpack .../028-libdpkg-perl_1.18.25_all.deb ...
- Unpacking libdpkg-perl (1.18.25) ...
- Selecting previously unselected package dpkg-dev.
- Preparing to unpack .../029-dpkg-dev_1.18.25_all.deb ...
- Unpacking dpkg-dev (1.18.25) ...
- Selecting previously unselected package build-essential.
- Preparing to unpack .../030-build-essential_12.3_amd64.deb ...
- Unpacking build-essential (12.3) ...
- Selecting previously unselected package bwa.
- Preparing to unpack .../031-bwa_0.7.15-2+deb9u1_amd64.deb ...
- Unpacking bwa (0.7.15-2+deb9u1) ...
- Selecting previously unselected package bzip2-doc.
- Preparing to unpack .../032-bzip2-doc_1.0.6-8.1_all.deb ...
- Unpacking bzip2-doc (1.0.6-8.1) ...
- Selecting previously unselected package cdbs.
- Preparing to unpack .../033-cdbs_0.4.150_all.deb ...
- Unpacking cdbs (0.4.150) ...
- Selecting previously unselected package libfakeroot:amd64.
- Preparing to unpack .../034-libfakeroot_1.21-3.1_amd64.deb ...
- Unpacking libfakeroot:amd64 (1.21-3.1) ...
- Selecting previously unselected package fakeroot.
- Preparing to unpack .../035-fakeroot_1.21-3.1_amd64.deb ...
- Unpacking fakeroot (1.21-3.1) ...
- Selecting previously unselected package libdbus-glib-1-2:amd64.
- Preparing to unpack .../036-libdbus-glib-1-2_0.108-2_amd64.deb ...
- Unpacking libdbus-glib-1-2:amd64 (0.108-2) ...
- Selecting previously unselected package gconf2-common.
- Preparing to unpack .../037-gconf2-common_3.2.6-4_all.deb ...
- Unpacking gconf2-common (3.2.6-4) ...
- Selecting previously unselected package libgconf-2-4:amd64.
- Preparing to unpack .../038-libgconf-2-4_3.2.6-4+b1_amd64.deb ...
- Unpacking libgconf-2-4:amd64 (3.2.6-4+b1) ...
- Selecting previously unselected package gconf-service.
- Preparing to unpack .../039-gconf-service_3.2.6-4+b1_amd64.deb ...
- Unpacking gconf-service (3.2.6-4+b1) ...
- Selecting previously unselected package libgfortran3:amd64.
- Preparing to unpack .../040-libgfortran3_6.3.0-18+deb9u1_amd64.deb ...
- Unpacking libgfortran3:amd64 (6.3.0-18+deb9u1) ...
- Selecting previously unselected package libgfortran-6-dev:amd64.
- Preparing to unpack .../041-libgfortran-6-dev_6.3.0-18+deb9u1_amd64.deb ...
- Unpacking libgfortran-6-dev:amd64 (6.3.0-18+deb9u1) ...
- Selecting previously unselected package gfortran-6.
- Preparing to unpack .../042-gfortran-6_6.3.0-18+deb9u1_amd64.deb ...
- Unpacking gfortran-6 (6.3.0-18+deb9u1) ...
- Selecting previously unselected package gfortran.
- Preparing to unpack .../043-gfortran_4%3a6.3.0-4_amd64.deb ...
- Unpacking gfortran (4:6.3.0-4) ...
- Selecting previously unselected package libgirepository-1.0-1:amd64.
- Preparing to unpack .../044-libgirepository-1.0-1_1.50.0-1+b1_amd64.deb ...
- Unpacking libgirepository-1.0-1:amd64 (1.50.0-1+b1) ...
- Selecting previously unselected package gir1.2-glib-2.0:amd64.
- Preparing to unpack .../045-gir1.2-glib-2.0_1.50.0-1+b1_amd64.deb ...
- Unpacking gir1.2-glib-2.0:amd64 (1.50.0-1+b1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../046-icu-devtools_57.1-6+deb9u2_amd64.deb ...
- Unpacking icu-devtools (57.1-6+deb9u2) ...
- Selecting previously unselected package javascript-common.
- Preparing to unpack .../047-javascript-common_11_all.deb ...
- Unpacking javascript-common (11) ...
- Selecting previously unselected package libonig4:amd64.
- Preparing to unpack .../048-libonig4_6.1.3-2_amd64.deb ...
- Unpacking libonig4:amd64 (6.1.3-2) ...
- Selecting previously unselected package libjq1:amd64.
- Preparing to unpack .../049-libjq1_1.5+dfsg-1.3_amd64.deb ...
- Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
- Selecting previously unselected package jq.
- Preparing to unpack .../050-jq_1.5+dfsg-1.3_amd64.deb ...
- Unpacking jq (1.5+dfsg-1.3) ...
- Selecting previously unselected package kalign.
- Preparing to unpack .../051-kalign_1%3a2.03+20110620-3_amd64.deb ...
- Unpacking kalign (1:2.03+20110620-3) ...
- Selecting previously unselected package libalgorithm-diff-perl.
- Preparing to unpack .../052-libalgorithm-diff-perl_1.19.03-1_all.deb ...
- Unpacking libalgorithm-diff-perl (1.19.03-1) ...
- Selecting previously unselected package libalgorithm-diff-xs-perl.
- Preparing to unpack .../053-libalgorithm-diff-xs-perl_0.04-4+b2_amd64.deb ...
- Unpacking libalgorithm-diff-xs-perl (0.04-4+b2) ...
- Selecting previously unselected package libalgorithm-merge-perl.
- Preparing to unpack .../054-libalgorithm-merge-perl_0.08-3_all.deb ...
- Unpacking libalgorithm-merge-perl (0.08-3) ...
- Selecting previously unselected package libauthen-sasl-perl.
- Preparing to unpack .../055-libauthen-sasl-perl_2.1600-1_all.deb ...
- Unpacking libauthen-sasl-perl (2.1600-1) ...
- Selecting previously unselected package libblas-common.
- Preparing to unpack .../056-libblas-common_3.7.0-2_amd64.deb ...
- Unpacking libblas-common (3.7.0-2) ...
- Selecting previously unselected package libblas3.
- Preparing to unpack .../057-libblas3_3.7.0-2_amd64.deb ...
- Unpacking libblas3 (3.7.0-2) ...
- Selecting previously unselected package libblas-dev.
- Preparing to unpack .../058-libblas-dev_3.7.0-2_amd64.deb ...
- Unpacking libblas-dev (3.7.0-2) ...
- Selecting previously unselected package libbz2-dev:amd64.
- Preparing to unpack .../059-libbz2-dev_1.0.6-8.1_amd64.deb ...
- Unpacking libbz2-dev:amd64 (1.0.6-8.1) ...
- Selecting previously unselected package libcurl4-gnutls-dev:amd64.
- Preparing to unpack .../060-libcurl4-gnutls-dev_7.52.1-5+deb9u9_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (7.52.1-5+deb9u9) ...
- Selecting previously unselected package libencode-locale-perl.
- Preparing to unpack .../061-libencode-locale-perl_1.05-1_all.deb ...
- Unpacking libencode-locale-perl (1.05-1) ...
- Selecting previously unselected package libipc-system-simple-perl.
- Preparing to unpack .../062-libipc-system-simple-perl_1.25-3_all.deb ...
- Unpacking libipc-system-simple-perl (1.25-3) ...
- Selecting previously unselected package libfile-basedir-perl.
- Preparing to unpack .../063-libfile-basedir-perl_0.07-1_all.deb ...
- Unpacking libfile-basedir-perl (0.07-1) ...
- Selecting previously unselected package liburi-perl.
- Preparing to unpack .../064-liburi-perl_1.71-1_all.deb ...
- Unpacking liburi-perl (1.71-1) ...
- Selecting previously unselected package libfile-desktopentry-perl.
- Preparing to unpack .../065-libfile-desktopentry-perl_0.22-1_all.deb ...
- Unpacking libfile-desktopentry-perl (0.22-1) ...
- Selecting previously unselected package libfile-fcntllock-perl.
- Preparing to unpack .../066-libfile-fcntllock-perl_0.22-3+b2_amd64.deb ...
- Unpacking libfile-fcntllock-perl (0.22-3+b2) ...
- Selecting previously unselected package libtimedate-perl.
- Preparing to unpack .../067-libtimedate-perl_2.3000-2_all.deb ...
- Unpacking libtimedate-perl (2.3000-2) ...
- Selecting previously unselected package libhttp-date-perl.
- Preparing to unpack .../068-libhttp-date-perl_6.02-1_all.deb ...
- Unpacking libhttp-date-perl (6.02-1) ...
- Selecting previously unselected package libfile-listing-perl.
- Preparing to unpack .../069-libfile-listing-perl_6.04-1_all.deb ...
- Unpacking libfile-listing-perl (6.04-1) ...
- Selecting previously unselected package libfile-mimeinfo-perl.
- Preparing to unpack .../070-libfile-mimeinfo-perl_0.27-1_all.deb ...
- Unpacking libfile-mimeinfo-perl (0.27-1) ...
- Selecting previously unselected package libfont-afm-perl.
- Preparing to unpack .../071-libfont-afm-perl_1.20-2_all.deb ...
- Unpacking libfont-afm-perl (1.20-2) ...
- Selecting previously unselected package libhtml-tagset-perl.
- Preparing to unpack .../072-libhtml-tagset-perl_3.20-3_all.deb ...
- Unpacking libhtml-tagset-perl (3.20-3) ...
- Selecting previously unselected package libhtml-parser-perl.
- Preparing to unpack .../073-libhtml-parser-perl_3.72-3_amd64.deb ...
- Unpacking libhtml-parser-perl (3.72-3) ...
- Selecting previously unselected package libio-html-perl.
- Preparing to unpack .../074-libio-html-perl_1.001-1_all.deb ...
- Unpacking libio-html-perl (1.001-1) ...
- Selecting previously unselected package liblwp-mediatypes-perl.
- Preparing to unpack .../075-liblwp-mediatypes-perl_6.02-1_all.deb ...
- Unpacking liblwp-mediatypes-perl (6.02-1) ...
- Selecting previously unselected package libhttp-message-perl.
- Preparing to unpack .../076-libhttp-message-perl_6.11-1_all.deb ...
- Unpacking libhttp-message-perl (6.11-1) ...
- Selecting previously unselected package libhtml-form-perl.
- Preparing to unpack .../077-libhtml-form-perl_6.03-1_all.deb ...
- Unpacking libhtml-form-perl (6.03-1) ...
- Selecting previously unselected package libhtml-tree-perl.
- Preparing to unpack .../078-libhtml-tree-perl_5.03-2_all.deb ...
- Unpacking libhtml-tree-perl (5.03-2) ...
- Selecting previously unselected package libhtml-format-perl.
- Preparing to unpack .../079-libhtml-format-perl_2.12-1_all.deb ...
- Unpacking libhtml-format-perl (2.12-1) ...
- Selecting previously unselected package libhttp-cookies-perl.
- Preparing to unpack .../080-libhttp-cookies-perl_6.01-1_all.deb ...
- Unpacking libhttp-cookies-perl (6.01-1) ...
- Selecting previously unselected package libhttp-daemon-perl.
- Preparing to unpack .../081-libhttp-daemon-perl_6.01-1_all.deb ...
- Unpacking libhttp-daemon-perl (6.01-1) ...
- Selecting previously unselected package libhttp-negotiate-perl.
- Preparing to unpack .../082-libhttp-negotiate-perl_6.00-2_all.deb ...
- Unpacking libhttp-negotiate-perl (6.00-2) ...
- Selecting previously unselected package libicu-dev.
- Preparing to unpack .../083-libicu-dev_57.1-6+deb9u2_amd64.deb ...
- Unpacking libicu-dev (57.1-6+deb9u2) ...
- Selecting previously unselected package perl-openssl-defaults:amd64.
- Preparing to unpack .../084-perl-openssl-defaults_3_amd64.deb ...
- Unpacking perl-openssl-defaults:amd64 (3) ...
- Selecting previously unselected package libnet-ssleay-perl.
- Preparing to unpack .../085-libnet-ssleay-perl_1.80-1_amd64.deb ...
- Unpacking libnet-ssleay-perl (1.80-1) ...
- Selecting previously unselected package libio-socket-ssl-perl.
- Preparing to unpack .../086-libio-socket-ssl-perl_2.044-1_all.deb ...
- Unpacking libio-socket-ssl-perl (2.044-1) ...
- Selecting previously unselected package libjpeg62-turbo-dev:amd64.
- Preparing to unpack .../087-libjpeg62-turbo-dev_1%3a1.5.1-2_amd64.deb ...
- Unpacking libjpeg62-turbo-dev:amd64 (1:1.5.1-2) ...
- Selecting previously unselected package libjpeg-dev.
- Preparing to unpack .../088-libjpeg-dev_1%3a1.5.1-2_all.deb ...
- Unpacking libjpeg-dev (1:1.5.1-2) ...
- Selecting previously unselected package libjs-jquery.
- Preparing to unpack .../089-libjs-jquery_3.1.1-2+deb9u1_all.deb ...
- Unpacking libjs-jquery (3.1.1-2+deb9u1) ...
- Selecting previously unselected package libopenblas-base.
- Preparing to unpack .../090-libopenblas-base_0.2.19-3_amd64.deb ...
- Unpacking libopenblas-base (0.2.19-3) ...
- Selecting previously unselected package liblapack3.
- Preparing to unpack .../091-liblapack3_3.7.0-2_amd64.deb ...
- Unpacking liblapack3 (3.7.0-2) ...
- Selecting previously unselected package liblapack-dev.
- Preparing to unpack .../092-liblapack-dev_3.7.0-2_amd64.deb ...
- Unpacking liblapack-dev (3.7.0-2) ...
- Selecting previously unselected package libnet-http-perl.
- Preparing to unpack .../093-libnet-http-perl_6.12-1_all.deb ...
- Unpacking libnet-http-perl (6.12-1) ...
- Selecting previously unselected package libwww-robotrules-perl.
- Preparing to unpack .../094-libwww-robotrules-perl_6.01-1_all.deb ...
- Unpacking libwww-robotrules-perl (6.01-1) ...
- Selecting previously unselected package libwww-perl.
- Preparing to unpack .../095-libwww-perl_6.15-1_all.deb ...
- Unpacking libwww-perl (6.15-1) ...
- Selecting previously unselected package liblwp-protocol-https-perl.
- Preparing to unpack .../096-liblwp-protocol-https-perl_6.06-2_all.deb ...
- Unpacking liblwp-protocol-https-perl (6.06-2) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../097-liblzma-dev_5.2.2-1.2+b1_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.2.2-1.2+b1) ...
- Selecting previously unselected package libnet-smtp-ssl-perl.
- Preparing to unpack .../098-libnet-smtp-ssl-perl_1.04-1_all.deb ...
- Unpacking libnet-smtp-ssl-perl (1.04-1) ...
- Selecting previously unselected package libmailtools-perl.
- Preparing to unpack .../099-libmailtools-perl_2.18-1_all.deb ...
- Unpacking libmailtools-perl (2.18-1) ...
- Selecting previously unselected package libtinfo-dev:amd64.
- Preparing to unpack .../100-libtinfo-dev_6.0+20161126-1+deb9u2_amd64.deb ...
- Unpacking libtinfo-dev:amd64 (6.0+20161126-1+deb9u2) ...
- Selecting previously unselected package libncurses5-dev:amd64.
- Preparing to unpack .../101-libncurses5-dev_6.0+20161126-1+deb9u2_amd64.deb ...
- Unpacking libncurses5-dev:amd64 (6.0+20161126-1+deb9u2) ...
- Selecting previously unselected package libxml-parser-perl.
- Preparing to unpack .../102-libxml-parser-perl_2.44-2+b1_amd64.deb ...
- Unpacking libxml-parser-perl (2.44-2+b1) ...
- Selecting previously unselected package libxml-twig-perl.
- Preparing to unpack .../103-libxml-twig-perl_1%3a3.50-1_all.deb ...
- Unpacking libxml-twig-perl (1:3.50-1) ...
- Selecting previously unselected package libnet-dbus-perl.
- Preparing to unpack .../104-libnet-dbus-perl_1.1.0-4+b1_amd64.deb ...
- Unpacking libnet-dbus-perl (1.1.0-4+b1) ...
- Selecting previously unselected package libpaper1:amd64.
- Preparing to unpack .../105-libpaper1_1.1.24+nmu5_amd64.deb ...
- Unpacking libpaper1:amd64 (1.1.24+nmu5) ...
- Selecting previously unselected package libpaper-utils.
- Preparing to unpack .../106-libpaper-utils_1.1.24+nmu5_amd64.deb ...
- Unpacking libpaper-utils (1.1.24+nmu5) ...
- Selecting previously unselected package libpcre16-3:amd64.
- Preparing to unpack .../107-libpcre16-3_2%3a8.39-3_amd64.deb ...
- Unpacking libpcre16-3:amd64 (2:8.39-3) ...
- Selecting previously unselected package libpcre32-3:amd64.
- Preparing to unpack .../108-libpcre32-3_2%3a8.39-3_amd64.deb ...
- Unpacking libpcre32-3:amd64 (2:8.39-3) ...
- Selecting previously unselected package libpcre3-dev:amd64.
- Preparing to unpack .../109-libpcre3-dev_2%3a8.39-3_amd64.deb ...
- Unpacking libpcre3-dev:amd64 (2:8.39-3) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../110-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
- Selecting previously unselected package libpng-dev:amd64.
- Preparing to unpack .../111-libpng-dev_1.6.28-1+deb9u1_amd64.deb ...
- Unpacking libpng-dev:amd64 (1.6.28-1+deb9u1) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../112-libpng-tools_1.6.28-1+deb9u1_amd64.deb ...
- Unpacking libpng-tools (1.6.28-1+deb9u1) ...
- Selecting previously unselected package libpython-all-dev:amd64.
- Preparing to unpack .../113-libpython-all-dev_2.7.13-2_amd64.deb ...
- Unpacking libpython-all-dev:amd64 (2.7.13-2) ...
- Selecting previously unselected package libpython3.5:amd64.
- Preparing to unpack .../114-libpython3.5_3.5.3-1+deb9u1_amd64.deb ...
- Unpacking libpython3.5:amd64 (3.5.3-1+deb9u1) ...
- Selecting previously unselected package libpython3.5-dev:amd64.
- Preparing to unpack .../115-libpython3.5-dev_3.5.3-1+deb9u1_amd64.deb ...
- Unpacking libpython3.5-dev:amd64 (3.5.3-1+deb9u1) ...
- Selecting previously unselected package libpython3-dev:amd64.
- Preparing to unpack .../116-libpython3-dev_3.5.3-1_amd64.deb ...
- Unpacking libpython3-dev:amd64 (3.5.3-1) ...
- Selecting previously unselected package libreadline-dev:amd64.
- Preparing to unpack .../117-libreadline-dev_7.0-3_amd64.deb ...
- Unpacking libreadline-dev:amd64 (7.0-3) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../118-libssl-dev_1.1.0k-1~deb9u1_amd64.deb ...
- Unpacking libssl-dev:amd64 (1.1.0k-1~deb9u1) ...
- Selecting previously unselected package libssl-doc.
- Preparing to unpack .../119-libssl-doc_1.1.0k-1~deb9u1_all.deb ...
- Unpacking libssl-doc (1.1.0k-1~deb9u1) ...
- Selecting previously unselected package libtcl8.6:amd64.
- Preparing to unpack .../120-libtcl8.6_8.6.6+dfsg-1+b1_amd64.deb ...
- Unpacking libtcl8.6:amd64 (8.6.6+dfsg-1+b1) ...
- Selecting previously unselected package libtext-iconv-perl.
- Preparing to unpack .../121-libtext-iconv-perl_1.7-5+b4_amd64.deb ...
- Unpacking libtext-iconv-perl (1.7-5+b4) ...
- Selecting previously unselected package libtie-ixhash-perl.
- Preparing to unpack .../122-libtie-ixhash-perl_1.23-2_all.deb ...
- Unpacking libtie-ixhash-perl (1.23-2) ...
- Selecting previously unselected package libtk8.6:amd64.
- Preparing to unpack .../123-libtk8.6_8.6.6-1+b1_amd64.deb ...
- Unpacking libtk8.6:amd64 (8.6.6-1+b1) ...
- Selecting previously unselected package libx11-protocol-perl.
- Preparing to unpack .../124-libx11-protocol-perl_0.56-7_all.deb ...
- Unpacking libx11-protocol-perl (0.56-7) ...
- Selecting previously unselected package libxml-xpathengine-perl.
- Preparing to unpack .../125-libxml-xpathengine-perl_0.13-1_all.deb ...
- Unpacking libxml-xpathengine-perl (0.13-1) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../126-libyaml-0-2_0.1.7-2_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.1.7-2) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../127-pkg-config_0.29-4+b1_amd64.deb ...
- Unpacking pkg-config (0.29-4+b1) ...
- Selecting previously unselected package psmisc.
- Preparing to unpack .../128-psmisc_22.21-2.1+b2_amd64.deb ...
- Unpacking psmisc (22.21-2.1+b2) ...
- Selecting previously unselected package python-all.
- Preparing to unpack .../129-python-all_2.7.13-2_amd64.deb ...
- Unpacking python-all (2.7.13-2) ...
- Selecting previously unselected package python-all-dev.
- Preparing to unpack .../130-python-all-dev_2.7.13-2_amd64.deb ...
- Unpacking python-all-dev (2.7.13-2) ...
- Selecting previously unselected package python-cffi-backend.
- Preparing to unpack .../131-python-cffi-backend_1.9.1-2_amd64.deb ...
- Unpacking python-cffi-backend (1.9.1-2) ...
- Selecting previously unselected package python-crypto.
- Preparing to unpack .../132-python-crypto_2.6.1-7_amd64.deb ...
- Unpacking python-crypto (2.6.1-7) ...
- Selecting previously unselected package python-enum34.
- Preparing to unpack .../133-python-enum34_1.1.6-1_all.deb ...
- Unpacking python-enum34 (1.1.6-1) ...
- Selecting previously unselected package python-idna.
- Preparing to unpack .../134-python-idna_2.2-1_all.deb ...
- Unpacking python-idna (2.2-1) ...
- Selecting previously unselected package python-ipaddress.
- Preparing to unpack .../135-python-ipaddress_1.0.17-1_all.deb ...
- Unpacking python-ipaddress (1.0.17-1) ...
- Selecting previously unselected package python-pyasn1.
- Preparing to unpack .../136-python-pyasn1_0.1.9-2_all.deb ...
- Unpacking python-pyasn1 (0.1.9-2) ...
- Selecting previously unselected package python-six.
- Preparing to unpack .../137-python-six_1.10.0-3_all.deb ...
- Unpacking python-six (1.10.0-3) ...
- Selecting previously unselected package python-cryptography.
- Preparing to unpack .../138-python-cryptography_1.7.1-3+deb9u1_amd64.deb ...
- Unpacking python-cryptography (1.7.1-3+deb9u1) ...
- Selecting previously unselected package python-dbus.
- Preparing to unpack .../139-python-dbus_1.2.4-1+b1_amd64.deb ...
- Unpacking python-dbus (1.2.4-1+b1) ...
- Selecting previously unselected package python-gi.
- Preparing to unpack .../140-python-gi_3.22.0-2_amd64.deb ...
- Unpacking python-gi (3.22.0-2) ...
- Selecting previously unselected package python-secretstorage.
- Preparing to unpack .../141-python-secretstorage_2.3.1-2_all.deb ...
- Unpacking python-secretstorage (2.3.1-2) ...
- Selecting previously unselected package python-keyring.
- Preparing to unpack .../142-python-keyring_10.1-1_all.deb ...
- Unpacking python-keyring (10.1-1) ...
- Selecting previously unselected package python-keyrings.alt.
- Preparing to unpack .../143-python-keyrings.alt_1.3-1_all.deb ...
- Unpacking python-keyrings.alt (1.3-1) ...
- Selecting previously unselected package python-pip-whl.
- Preparing to unpack .../144-python-pip-whl_9.0.1-2+deb9u1_all.deb ...
- Unpacking python-pip-whl (9.0.1-2+deb9u1) ...
- Selecting previously unselected package python-pip.
- Preparing to unpack .../145-python-pip_9.0.1-2+deb9u1_all.deb ...
- Unpacking python-pip (9.0.1-2+deb9u1) ...
- Selecting previously unselected package python-wheel.
- Preparing to unpack .../146-python-wheel_0.29.0-2_all.deb ...
- Unpacking python-wheel (0.29.0-2) ...
- Selecting previously unselected package python-xdg.
- Preparing to unpack .../147-python-xdg_0.25-4_all.deb ...
- Unpacking python-xdg (0.25-4) ...
- Selecting previously unselected package python3-cffi-backend.
- Preparing to unpack .../148-python3-cffi-backend_1.9.1-2_amd64.deb ...
- Unpacking python3-cffi-backend (1.9.1-2) ...
- Selecting previously unselected package python3-crypto.
- Preparing to unpack .../149-python3-crypto_2.6.1-7_amd64.deb ...
- Unpacking python3-crypto (2.6.1-7) ...
- Selecting previously unselected package python3-idna.
- Preparing to unpack .../150-python3-idna_2.2-1_all.deb ...
- Unpacking python3-idna (2.2-1) ...
- Selecting previously unselected package python3-pyasn1.
- Preparing to unpack .../151-python3-pyasn1_0.1.9-2_all.deb ...
- Unpacking python3-pyasn1 (0.1.9-2) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../152-python3-pkg-resources_33.1.1-1_all.deb ...
- Unpacking python3-pkg-resources (33.1.1-1) ...
- Selecting previously unselected package python3-setuptools.
- Preparing to unpack .../153-python3-setuptools_33.1.1-1_all.deb ...
- Unpacking python3-setuptools (33.1.1-1) ...
- Selecting previously unselected package python3-six.
- Preparing to unpack .../154-python3-six_1.10.0-3_all.deb ...
- Unpacking python3-six (1.10.0-3) ...
- Selecting previously unselected package python3-cryptography.
- Preparing to unpack .../155-python3-cryptography_1.7.1-3+deb9u1_amd64.deb ...
- Unpacking python3-cryptography (1.7.1-3+deb9u1) ...
- Selecting previously unselected package python3-dbus.
- Preparing to unpack .../156-python3-dbus_1.2.4-1+b1_amd64.deb ...
- Unpacking python3-dbus (1.2.4-1+b1) ...
- Selecting previously unselected package python3.5-dev.
- Preparing to unpack .../157-python3.5-dev_3.5.3-1+deb9u1_amd64.deb ...
- Unpacking python3.5-dev (3.5.3-1+deb9u1) ...
- Selecting previously unselected package python3-dev.
- Preparing to unpack .../158-python3-dev_3.5.3-1_amd64.deb ...
- Unpacking python3-dev (3.5.3-1) ...
- Selecting previously unselected package python3-gi.
- Preparing to unpack .../159-python3-gi_3.22.0-2_amd64.deb ...
- Unpacking python3-gi (3.22.0-2) ...
- Selecting previously unselected package python3-secretstorage.
- Preparing to unpack .../160-python3-secretstorage_2.3.1-2_all.deb ...
- Unpacking python3-secretstorage (2.3.1-2) ...
- Selecting previously unselected package python3-keyring.
- Preparing to unpack .../161-python3-keyring_10.1-1_all.deb ...
- Unpacking python3-keyring (10.1-1) ...
- Selecting previously unselected package python3-keyrings.alt.
- Preparing to unpack .../162-python3-keyrings.alt_1.3-1_all.deb ...
- Unpacking python3-keyrings.alt (1.3-1) ...
- Selecting previously unselected package python3-pip.
- Preparing to unpack .../163-python3-pip_9.0.1-2+deb9u1_all.deb ...
- Unpacking python3-pip (9.0.1-2+deb9u1) ...
- Selecting previously unselected package python3-wheel.
- Preparing to unpack .../164-python3-wheel_0.29.0-2_all.deb ...
- Unpacking python3-wheel (0.29.0-2) ...
- Selecting previously unselected package python3-xdg.
- Preparing to unpack .../165-python3-xdg_0.25-4_all.deb ...
- Unpacking python3-xdg (0.25-4) ...
- Selecting previously unselected package zip.
- Preparing to unpack .../166-zip_3.0-11+b1_amd64.deb ...
- Unpacking zip (3.0-11+b1) ...
- Selecting previously unselected package unzip.
- Preparing to unpack .../167-unzip_6.0-21+deb9u1_amd64.deb ...
- Unpacking unzip (6.0-21+deb9u1) ...
- Selecting previously unselected package xdg-utils.
- Preparing to unpack .../168-xdg-utils_1.1.1-1+deb9u1_all.deb ...
- Unpacking xdg-utils (1.1.1-1+deb9u1) ...
- Selecting previously unselected package r-base-core.
- Preparing to unpack .../169-r-base-core_3.3.3-1_amd64.deb ...
- Unpacking r-base-core (3.3.3-1) ...
- Selecting previously unselected package r-cran-boot.
- Preparing to unpack .../170-r-cran-boot_1.3-18-2_all.deb ...
- Unpacking r-cran-boot (1.3-18-2) ...
- Selecting previously unselected package r-cran-cluster.
- Preparing to unpack .../171-r-cran-cluster_2.0.5-1_amd64.deb ...
- Unpacking r-cran-cluster (2.0.5-1) ...
- Selecting previously unselected package r-cran-foreign.
- Preparing to unpack .../172-r-cran-foreign_0.8.67-1_amd64.deb ...
- Unpacking r-cran-foreign (0.8.67-1) ...
- Selecting previously unselected package r-cran-mass.
- Preparing to unpack .../173-r-cran-mass_7.3-45-1_amd64.deb ...
- Unpacking r-cran-mass (7.3-45-1) ...
- Selecting previously unselected package r-cran-kernsmooth.
- Preparing to unpack .../174-r-cran-kernsmooth_2.23-15-2_amd64.deb ...
- Unpacking r-cran-kernsmooth (2.23-15-2) ...
- Selecting previously unselected package r-cran-lattice.
- Preparing to unpack .../175-r-cran-lattice_0.20-34-1_amd64.deb ...
- Unpacking r-cran-lattice (0.20-34-1) ...
- Selecting previously unselected package r-cran-nlme.
- Preparing to unpack .../176-r-cran-nlme_3.1.129-1_amd64.deb ...
- Unpacking r-cran-nlme (3.1.129-1) ...
- Selecting previously unselected package r-cran-matrix.
- Preparing to unpack .../177-r-cran-matrix_1.2-7.1-1_amd64.deb ...
- Unpacking r-cran-matrix (1.2-7.1-1) ...
- Selecting previously unselected package r-cran-mgcv.
- Preparing to unpack .../178-r-cran-mgcv_1.8-16-1_amd64.deb ...
- Unpacking r-cran-mgcv (1.8-16-1) ...
- Selecting previously unselected package r-cran-survival.
- Preparing to unpack .../179-r-cran-survival_2.40-1-1_amd64.deb ...
- Unpacking r-cran-survival (2.40-1-1) ...
- Selecting previously unselected package r-cran-rpart.
- Preparing to unpack .../180-r-cran-rpart_4.1-10-2_amd64.deb ...
- Unpacking r-cran-rpart (4.1-10-2) ...
- Selecting previously unselected package r-cran-class.
- Preparing to unpack .../181-r-cran-class_7.3-14-1_amd64.deb ...
- Unpacking r-cran-class (7.3-14-1) ...
- Selecting previously unselected package r-cran-nnet.
- Preparing to unpack .../182-r-cran-nnet_7.3-12-1_amd64.deb ...
- Unpacking r-cran-nnet (7.3-12-1) ...
- Selecting previously unselected package r-cran-spatial.
- Preparing to unpack .../183-r-cran-spatial_7.3-11-1_amd64.deb ...
- Unpacking r-cran-spatial (7.3-11-1) ...
- Selecting previously unselected package r-cran-codetools.
- Preparing to unpack .../184-r-cran-codetools_0.2-15-1_all.deb ...
- Unpacking r-cran-codetools (0.2-15-1) ...
- Selecting previously unselected package r-recommended.
- Preparing to unpack .../185-r-recommended_3.3.3-1_all.deb ...
- Unpacking r-recommended (3.3.3-1) ...
- Selecting previously unselected package r-base.
- Preparing to unpack .../186-r-base_3.3.3-1_all.deb ...
- Unpacking r-base (3.3.3-1) ...
- Selecting previously unselected package r-base-dev.
- Preparing to unpack .../187-r-base-dev_3.3.3-1_all.deb ...
- Unpacking r-base-dev (3.3.3-1) ...
- Selecting previously unselected package r-doc-html.
- Preparing to unpack .../188-r-doc-html_3.3.3-1_all.deb ...
- Unpacking r-doc-html (3.3.3-1) ...
- Selecting previously unselected package rubygems-integration.
- Preparing to unpack .../189-rubygems-integration_1.11_all.deb ...
- Unpacking rubygems-integration (1.11) ...
- Selecting previously unselected package ruby-did-you-mean.
- Preparing to unpack .../190-ruby-did-you-mean_1.0.0-2_all.deb ...
- Unpacking ruby-did-you-mean (1.0.0-2) ...
- Selecting previously unselected package ruby-minitest.
- Preparing to unpack .../191-ruby-minitest_5.9.0-1_all.deb ...
- Unpacking ruby-minitest (5.9.0-1) ...
- Selecting previously unselected package ruby-net-telnet.
- Preparing to unpack .../192-ruby-net-telnet_0.1.1-2_all.deb ...
- Unpacking ruby-net-telnet (0.1.1-2) ...
- Selecting previously unselected package ruby-power-assert.
- Preparing to unpack .../193-ruby-power-assert_0.3.0-1_all.deb ...
- Unpacking ruby-power-assert (0.3.0-1) ...
- Selecting previously unselected package ruby-test-unit.
- Preparing to unpack .../194-ruby-test-unit_3.1.7-2_all.deb ...
- Unpacking ruby-test-unit (3.1.7-2) ...
- Selecting previously unselected package libruby2.3:amd64.
- Preparing to unpack .../195-libruby2.3_2.3.3-1+deb9u6_amd64.deb ...
- Unpacking libruby2.3:amd64 (2.3.3-1+deb9u6) ...
- Selecting previously unselected package ruby2.3.
- Preparing to unpack .../196-ruby2.3_2.3.3-1+deb9u6_amd64.deb ...
- Unpacking ruby2.3 (2.3.3-1+deb9u6) ...
- Selecting previously unselected package ruby.
- Preparing to unpack .../197-ruby_1%3a2.3.3_amd64.deb ...
- Unpacking ruby (1:2.3.3) ...
- Selecting previously unselected package rake.
- Preparing to unpack .../198-rake_10.5.0-2_all.deb ...
- Unpacking rake (10.5.0-2) ...
- Selecting previously unselected package ssl-cert.
- Preparing to unpack .../199-ssl-cert_1.0.39_all.deb ...
- Unpacking ssl-cert (1.0.39) ...
- Selecting previously unselected package vim-runtime.
- Preparing to unpack .../200-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ...
- Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime'
- Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime'
- Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ...
- Selecting previously unselected package vim.
- Preparing to unpack .../201-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ...
- Unpacking vim (2:8.0.0197-4+deb9u3) ...
- Selecting previously unselected package x11-xserver-utils.
- Preparing to unpack .../202-x11-xserver-utils_7.7+7+b1_amd64.deb ...
- Unpacking x11-xserver-utils (7.7+7+b1) ...
- Selecting previously unselected package r-base-html.
- Preparing to unpack .../203-r-base-html_3.3.3-1_all.deb ...
- Unpacking r-base-html (3.3.3-1) ...
- Setting up cdbs (0.4.150) ...
- Setting up libhtml-tagset-perl (3.20-3) ...
- Setting up python-idna (2.2-1) ...
- Setting up libjs-jquery (3.1.1-2+deb9u1) ...
- Setting up libpaper1:amd64 (1.1.24+nmu5) ...
- debconf: unable to initialize frontend: Dialog
- debconf: (TERM is not set, so the dialog frontend is not usable.)
- debconf: falling back to frontend: Readline
- Creating config file /etc/papersize with new version
- Setting up libapr1:amd64 (1.5.2-5) ...
- Setting up python-pip-whl (9.0.1-2+deb9u1) ...
- Setting up gconf2-common (3.2.6-4) ...
- debconf: unable to initialize frontend: Dialog
- debconf: (TERM is not set, so the dialog frontend is not usable.)
- debconf: falling back to frontend: Readline
- Creating config file /etc/gconf/2/path with new version
- Setting up kalign (1:2.03+20110620-3) ...
- Setting up libpaper-utils (1.1.24+nmu5) ...
- Setting up bwa (0.7.15-2+deb9u1) ...
- Setting up libfont-afm-perl (1.20-2) ...
- Setting up make (4.1-9.1) ...
- Setting up libbz2-dev:amd64 (1.0.6-8.1) ...
- Setting up python-crypto (2.6.1-7) ...
- Setting up libstdc++-6-dev:amd64 (6.3.0-18+deb9u1) ...
- Setting up psmisc (22.21-2.1+b2) ...
- Setting up bedtools (2.26.0+dfsg-3) ...
- Processing triggers for mime-support (3.60) ...
- Setting up python3-cffi-backend (1.9.1-2) ...
- Setting up libencode-locale-perl (1.05-1) ...
- Setting up xxd (2:8.0.0197-4+deb9u3) ...
- Setting up libtimedate-perl (2.3000-2) ...
- Setting up libsigsegv2:amd64 (2.10-5) ...
- Setting up python3-crypto (2.6.1-7) ...
- Setting up libdbus-glib-1-2:amd64 (0.108-2) ...
- Setting up perl-openssl-defaults:amd64 (3) ...
- Setting up libblas-common (3.7.0-2) ...
- Setting up libpng-tools (1.6.28-1+deb9u1) ...
- Setting up libpython3.5:amd64 (3.5.3-1+deb9u1) ...
- Setting up python-pyasn1 (0.1.9-2) ...
- Setting up libipc-system-simple-perl (1.25-3) ...
- Setting up libfile-basedir-perl (0.07-1) ...
- Setting up libssl-dev:amd64 (1.1.0k-1~deb9u1) ...
- Setting up libgfortran3:amd64 (6.3.0-18+deb9u1) ...
- Setting up libxss1:amd64 (1:1.2.2-1) ...
- Setting up libio-html-perl (1.001-1) ...
- Setting up python3-idna (2.2-1) ...
- Setting up libonig4:amd64 (6.1.3-2) ...
- Setting up python3-xdg (0.25-4) ...
- Setting up python-wheel (0.29.0-2) ...
- Setting up libgfortran-6-dev:amd64 (6.3.0-18+deb9u1) ...
- Setting up python3-keyrings.alt (1.3-1) ...
- Setting up python3-six (1.10.0-3) ...
- Setting up unzip (6.0-21+deb9u1) ...
- Setting up libtie-ixhash-perl (1.23-2) ...
- Setting up libpython-all-dev:amd64 (2.7.13-2) ...
- Setting up libdpkg-perl (1.18.25) ...
- Setting up libtinfo-dev:amd64 (6.0+20161126-1+deb9u2) ...
- Setting up apache2-data (2.4.25-3+deb9u7) ...
- Setting up ssl-cert (1.0.39) ...
- debconf: unable to initialize frontend: Dialog
- debconf: (TERM is not set, so the dialog frontend is not usable.)
- debconf: falling back to frontend: Readline
- Setting up python3-wheel (0.29.0-2) ...
- Setting up m4 (1.4.18-1) ...
- Processing triggers for sgml-base (1.29) ...
- Setting up python3-pkg-resources (33.1.1-1) ...
- Setting up libpython3.5-dev:amd64 (3.5.3-1+deb9u1) ...
- Setting up libprocps6:amd64 (2:3.3.12-3+deb9u1) ...
- Setting up libgirepository-1.0-1:amd64 (1.50.0-1+b1) ...
- Setting up zip (3.0-11+b1) ...
- Setting up python-keyrings.alt (1.3-1) ...
- Setting up procps (2:3.3.12-3+deb9u1) ...
- update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
- Setting up fonts-lato (2.0-1) ...
- Setting up g++-6 (6.3.0-18+deb9u1) ...
- Setting up libncurses5-dev:amd64 (6.0+20161126-1+deb9u2) ...
- Setting up libfile-fcntllock-perl (0.22-3+b2) ...
- Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
- Setting up python-cffi-backend (1.9.1-2) ...
- Setting up pkg-config (0.29-4+b1) ...
- Setting up ruby-did-you-mean (1.0.0-2) ...
- Setting up libyaml-0-2:amd64 (0.1.7-2) ...
- Setting up python3-pyasn1 (0.1.9-2) ...
- Setting up libblas3 (3.7.0-2) ...
- update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
- Setting up dpkg-dev (1.18.25) ...
- Setting up python-six (1.10.0-3) ...
- Setting up gir1.2-glib-2.0:amd64 (1.50.0-1+b1) ...
- Setting up liblwp-mediatypes-perl (6.02-1) ...
- Processing triggers for libc-bin (2.24-11+deb9u4) ...
- Setting up autotools-dev (20161112.1) ...
- Setting up bzip2-doc (1.0.6-8.1) ...
- Setting up liburi-perl (1.71-1) ...
- Setting up libtext-iconv-perl (1.7-5+b4) ...
- Setting up libaprutil1:amd64 (1.5.4-3) ...
- Setting up libfakeroot:amd64 (1.21-3.1) ...
- Setting up python-enum34 (1.1.6-1) ...
- Setting up libhtml-parser-perl (3.72-3) ...
- Setting up wget (1.18-5+deb9u3) ...
- Setting up python3-pip (9.0.1-2+deb9u1) ...
- Setting up ruby-net-telnet (0.1.1-2) ...
- Setting up libreadline-dev:amd64 (7.0-3) ...
- Setting up vim-common (2:8.0.0197-4+deb9u3) ...
- Setting up libalgorithm-diff-perl (1.19.03-1) ...
- Setting up liblocale-gettext-perl (1.07-3+b1) ...
- Setting up rubygems-integration (1.11) ...
- Setting up x11-xserver-utils (7.7+7+b1) ...
- Setting up libx11-protocol-perl (0.56-7) ...
- Setting up libxml-xpathengine-perl (0.13-1) ...
- Setting up g++ (4:6.3.0-4) ...
- update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
- Setting up libpcrecpp0v5:amd64 (2:8.39-3) ...
- Setting up libpcre32-3:amd64 (2:8.39-3) ...
- Setting up libnet-http-perl (6.12-1) ...
- Setting up vim-runtime (2:8.0.0197-4+deb9u3) ...
- Setting up icu-devtools (57.1-6+deb9u2) ...
- Setting up libssl-doc (1.1.0k-1~deb9u1) ...
- Setting up liblua5.2-0:amd64 (5.2.4-1.1+b2) ...
- Setting up libpcre16-3:amd64 (2:8.39-3) ...
- Setting up libtcl8.6:amd64 (8.6.6+dfsg-1+b1) ...
- Setting up libjpeg62-turbo-dev:amd64 (1:1.5.1-2) ...
- Setting up liblzma-dev:amd64 (5.2.2-1.2+b1) ...
- Setting up javascript-common (11) ...
- Package apache2 is not configured yet. Will defer actions by package javascript-common.
- Setting up python3-setuptools (33.1.1-1) ...
- Setting up python-dbus (1.2.4-1+b1) ...
- Remove stale byte-compiled files...
- Setting up ruby-minitest (5.9.0-1) ...
- Setting up python3.5-dev (3.5.3-1+deb9u1) ...
- Setting up xdg-utils (1.1.1-1+deb9u1) ...
- Setting up python-ipaddress (1.0.17-1) ...
- Setting up python-pip (9.0.1-2+deb9u1) ...
- Processing triggers for hicolor-icon-theme (0.15-1) ...
- Setting up libcurl4-gnutls-dev:amd64 (7.52.1-5+deb9u9) ...
- Setting up python-all (2.7.13-2) ...
- Setting up libwww-robotrules-perl (6.01-1) ...
- Setting up libauthen-sasl-perl (2.1600-1) ...
- Processing triggers for fontconfig (2.11.0-6.7+b1) ...
- Setting up r-doc-html (3.3.3-1) ...
- Setting up ruby-power-assert (0.3.0-1) ...
- Setting up python-xdg (0.25-4) ...
- Setting up libaprutil1-ldap:amd64 (1.5.4-3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
- Setting up libpython3-dev:amd64 (3.5.3-1) ...
- Setting up libopenblas-base (0.2.19-3) ...
- update-alternatives: using /usr/lib/openblas-base/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
- update-alternatives: using /usr/lib/openblas-base/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode
- Setting up python3-cryptography (1.7.1-3+deb9u1) ...
- Setting up gfortran-6 (6.3.0-18+deb9u1) ...
- Setting up jq (1.5+dfsg-1.3) ...
- Setting up libpcre3-dev:amd64 (2:8.39-3) ...
- Setting up libhttp-date-perl (6.02-1) ...
- Setting up python3-dbus (1.2.4-1+b1) ...
- Setting up ruby-test-unit (3.1.7-2) ...
- Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-3) ...
- Setting up libnet-ssleay-perl (1.80-1) ...
- Setting up build-essential (12.3) ...
- Setting up vim (2:8.0.0197-4+deb9u3) ...
- update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
- update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
- update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
- update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
- update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
- update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
- update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
- update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
- Setting up apache2-utils (2.4.25-3+deb9u7) ...
- Setting up liblapack3 (3.7.0-2) ...
- Setting up libtk8.6:amd64 (8.6.6-1+b1) ...
- Setting up libgconf-2-4:amd64 (3.2.6-4+b1) ...
- Setting up r-base-core (3.3.3-1) ...
- debconf: unable to initialize frontend: Dialog
- debconf: (TERM is not set, so the dialog frontend is not usable.)
- debconf: falling back to frontend: Readline
- Creating config file /etc/R/Renviron with new version
- Setting up apache2-bin (2.4.25-3+deb9u7) ...
- Setting up python3-dev (3.5.3-1) ...
- Setting up r-cran-nnet (7.3-12-1) ...
- Setting up autoconf (2.69-10) ...
- Setting up libicu-dev (57.1-6+deb9u2) ...
- Setting up python3-gi (3.22.0-2) ...
- Setting up fakeroot (1.21-3.1) ...
- update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
- Setting up libio-socket-ssl-perl (2.044-1) ...
- Setting up libhtml-tree-perl (5.03-2) ...
- Setting up gconf-service (3.2.6-4+b1) ...
- Setting up libalgorithm-merge-perl (0.08-3) ...
- Setting up python-gi (3.22.0-2) ...
- Setting up libalgorithm-diff-xs-perl (0.04-4+b2) ...
- Setting up libfile-desktopentry-perl (0.22-1) ...
- Setting up python-all-dev (2.7.13-2) ...
- Setting up libjpeg-dev (1:1.5.1-2) ...
- Setting up r-base-html (3.3.3-1) ...
- Setting up r-cran-spatial (7.3-11-1) ...
- Setting up automake (1:1.15-6) ...
- update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
- Setting up python-cryptography (1.7.1-3+deb9u1) ...
- Setting up libfile-listing-perl (6.04-1) ...
- Setting up libhttp-message-perl (6.11-1) ...
- Setting up r-cran-mass (7.3-45-1) ...
- Setting up libpng-dev:amd64 (1.6.28-1+deb9u1) ...
- Setting up python3-secretstorage (2.3.1-2) ...
- Setting up libfile-mimeinfo-perl (0.27-1) ...
- Setting up r-cran-cluster (2.0.5-1) ...
- Setting up libhttp-negotiate-perl (6.00-2) ...
- Setting up python-secretstorage (2.3.1-2) ...
- Setting up gfortran (4:6.3.0-4) ...
- update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode
- update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode
- Setting up r-cran-boot (1.3-18-2) ...
- Setting up libnet-smtp-ssl-perl (1.04-1) ...
- Setting up libhtml-format-perl (2.12-1) ...
- Setting up python-keyring (10.1-1) ...
- Setting up apache2 (2.4.25-3+deb9u7) ...
- Enabling module mpm_event.
- Enabling module authz_core.
- Enabling module authz_host.
- Enabling module authn_core.
- Enabling module auth_basic.
- Enabling module access_compat.
- Enabling module authn_file.
- Enabling module authz_user.
- Enabling module alias.
- Enabling module dir.
- Enabling module autoindex.
- Enabling module env.
- Enabling module mime.
- Enabling module negotiation.
- Enabling module setenvif.
- Enabling module filter.
- Enabling module deflate.
- Enabling module status.
- Enabling module reqtimeout.
- Enabling conf charset.
- Enabling conf localized-error-pages.
- Enabling conf other-vhosts-access-log.
- Enabling conf security.
- Enabling conf serve-cgi-bin.
- Enabling site 000-default.
- info: Executing deferred 'a2enconf javascript-common' for package javascript-common
- Enabling conf javascript-common.
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up r-cran-codetools (0.2-15-1) ...
- Setting up libhttp-cookies-perl (6.01-1) ...
- Setting up python3-keyring (10.1-1) ...
- Setting up libblas-dev (3.7.0-2) ...
- update-alternatives: using /usr/lib/libblas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode
- Setting up r-cran-lattice (0.20-34-1) ...
- Setting up r-cran-nlme (3.1.129-1) ...
- Setting up r-cran-foreign (0.8.67-1) ...
- Setting up r-cran-class (7.3-14-1) ...
- Setting up r-cran-kernsmooth (2.23-15-2) ...
- Setting up libhttp-daemon-perl (6.01-1) ...
- Setting up libhtml-form-perl (6.03-1) ...
- Setting up liblapack-dev (3.7.0-2) ...
- update-alternatives: using /usr/lib/lapack/liblapack.so to provide /usr/lib/liblapack.so (liblapack.so) in auto mode
- Setting up libmailtools-perl (2.18-1) ...
- Setting up r-cran-matrix (1.2-7.1-1) ...
- Setting up r-base-dev (3.3.3-1) ...
- Setting up r-cran-mgcv (1.8-16-1) ...
- Setting up r-cran-survival (2.40-1-1) ...
- Setting up r-cran-rpart (4.1-10-2) ...
- Setting up r-recommended (3.3.3-1) ...
- Setting up r-base (3.3.3-1) ...
- Setting up rake (10.5.0-2) ...
- Setting up liblwp-protocol-https-perl (6.06-2) ...
- Setting up libruby2.3:amd64 (2.3.3-1+deb9u6) ...
- Setting up libwww-perl (6.15-1) ...
- Setting up ruby2.3 (2.3.3-1+deb9u6) ...
- Setting up libxml-parser-perl (2.44-2+b1) ...
- Setting up ruby (1:2.3.3) ...
- Setting up libxml-twig-perl (1:3.50-1) ...
- Setting up libnet-dbus-perl (1.1.0-4+b1) ...
- Processing triggers for libc-bin (2.24-11+deb9u4) ...
- Removing intermediate container d89dcfdad016
- ---> 2fe39eba527f
- Step 6/77 : ENV PIP_PACKAGES="gsalib reshape"
- ---> Running in 6329963ab481
- Removing intermediate container 6329963ab481
- ---> 74636ad16e08
- Step 7/77 : RUN pip install $PIP_PACKAGES
- ---> Running in 95752da46594
- 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
- Collecting gsalib
- Downloading https://files.pythonhosted.org/packages/b1/62/62883a6e4c8671a28a4bbc7b7119e11274c86e77a8dafa88d75fbeda2b41/gsalib-1.0.6-py2.py3-none-any.whl
- Collecting reshape
- Downloading https://files.pythonhosted.org/packages/b2/9c/8a6a2de9970ff96b28f08bfedefa437c11e3d95262d5caaf144a3a94288c/reshape-0.2.0-py2.py3-none-any.whl
- Collecting pandas (from gsalib)
- Downloading https://files.pythonhosted.org/packages/db/83/7d4008ffc2988066ff37f6a0bb6d7b60822367dcb36ba5e39aa7801fda54/pandas-0.24.2-cp27-cp27mu-manylinux1_x86_64.whl (10.1MB)
- Collecting Click>=6.0 (from reshape)
- Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB)
- Collecting pytz>=2011k (from pandas->gsalib)
- Downloading https://files.pythonhosted.org/packages/87/76/46d697698a143e05f77bec5a526bf4e56a0be61d63425b68f4ba553b51f2/pytz-2019.2-py2.py3-none-any.whl (508kB)
- Collecting numpy>=1.12.0 (from pandas->gsalib)
- Downloading https://files.pythonhosted.org/packages/1f/c7/198496417c9c2f6226616cff7dedf2115a4f4d0276613bab842ec8ac1e23/numpy-1.16.4-cp27-cp27mu-manylinux1_x86_64.whl (17.0MB)
- Collecting python-dateutil>=2.5.0 (from pandas->gsalib)
- Downloading https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl (226kB)
- Requirement already satisfied: six>=1.5 in /usr/lib/python2.7/dist-packages (from python-dateutil>=2.5.0->pandas->gsalib) (1.10.0)
- Installing collected packages: pytz, numpy, python-dateutil, pandas, gsalib, Click, reshape
- 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
- Removing intermediate container 95752da46594
- ---> 28e6f053f3a5
- Step 8/77 : RUN curl -L https://cpanmin.us | perl - App::cpanminus && cpanm CGI Statistics::Basic MCE
- ---> Running in cd0f9c333d3a
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 295k 100 295k 0 0 1064k 0 --:--:-- --:--:-- --:--:-- 1067k
- --> Working on App::cpanminus
- Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz ... OK
- Configuring App-cpanminus-1.7044 ...
- OK
- Building and testing App-cpanminus-1.7044 ...
- OK
- Successfully installed App-cpanminus-1.7044
- 1 distribution installed
- --> Working on CGI
- Fetching http://www.cpan.org/authors/id/L/LE/LEEJO/CGI-4.44.tar.gz ... OK
- Configuring CGI-4.44 ...
- OK
- ==> Found dependencies: Test::Warn, Test::NoWarnings, Test::Deep
- --> Working on Test::Warn
- Fetching http://www.cpan.org/authors/id/B/BI/BIGJ/Test-Warn-0.36.tar.gz ... OK
- Configuring Test-Warn-0.36 ...
- OK
- ==> Found dependencies: Sub::Uplevel
- --> Working on Sub::Uplevel
- Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.2800.tar.gz ... OK
- Configuring Sub-Uplevel-0.2800 ...
- OK
- Building and testing Sub-Uplevel-0.2800 ...
- OK
- Successfully installed Sub-Uplevel-0.2800
- Building and testing Test-Warn-0.36 ...
- OK
- Successfully installed Test-Warn-0.36
- --> Working on Test::NoWarnings
- Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz ... OK
- Configuring Test-NoWarnings-1.04 ...
- OK
- Building and testing Test-NoWarnings-1.04 ...
- OK
- Successfully installed Test-NoWarnings-1.04
- --> Working on Test::Deep
- Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.128.tar.gz ... OK
- Configuring Test-Deep-1.128 ...
- OK
- Building and testing Test-Deep-1.128 ...
- OK
- Successfully installed Test-Deep-1.128
- Building and testing CGI-4.44 ...
- OK
- Successfully installed CGI-4.44
- --> Working on Statistics::Basic
- Fetching http://www.cpan.org/authors/id/J/JE/JETTERO/Statistics-Basic-1.6611.tar.gz ... OK
- Configuring Statistics-Basic-1.6611 ...
- OK
- ==> Found dependencies: Number::Format
- --> Working on Number::Format
- Fetching http://www.cpan.org/authors/id/W/WR/WRW/Number-Format-1.75.tar.gz ... OK
- Configuring Number-Format-1.75 ...
- OK
- Building and testing Number-Format-1.75 ...
- OK
- Successfully installed Number-Format-1.75
- Building and testing Statistics-Basic-1.6611 ...
- OK
- Successfully installed Statistics-Basic-1.6611
- --> Working on MCE
- Fetching http://www.cpan.org/authors/id/M/MA/MARIOROY/MCE-1.844.tar.gz ... OK
- Configuring MCE-1.844 ...
- OK
- Building and testing MCE-1.844 ...
- OK
- Successfully installed MCE-1.844
- 8 distributions installed
- Removing intermediate container cd0f9c333d3a
- ---> df9fe7227039
- Step 9/77 : RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
- ---> Running in bea890ab8914
- Detected operating system as debian/stretch.
- Checking for curl...
- Detected curl...
- Checking for gpg...
- Detected gpg...
- Running apt-get update...
- done.
- Installing debian-archive-keyring which is needed for installing
- apt-transport-https on many Debian systems.
- Installing apt-transport-https...
- done.
- Installing /etc/apt/sources.list.d/github_git-lfs.list...
- done.
- Importing packagecloud gpg key...
- done.
- Running apt-get update...
- done.
- The repository is setup! You can now install packages.
- Removing intermediate container bea890ab8914
- ---> 1b4d5b7cfd6e
- Step 10/77 : RUN apt install -y git-lfs
- ---> Running in 1556ff4e0dd7
- WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
- Reading package lists...
- Building dependency tree...
- Reading state information...
- The following NEW packages will be installed:
- git-lfs
- 0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
- Need to get 5740 kB of archives.
- After this operation, 14.0 MB of additional disk space will be used.
- Get:1 https://packagecloud.io/github/git-lfs/debian stretch/main amd64 git-lfs amd64 2.8.0 [5740 kB]
- debconf: delaying package configuration, since apt-utils is not installed
- Fetched 5740 kB in 1s (3861 kB/s)
- Selecting previously unselected package git-lfs.
- (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% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85%
- (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 106334 files and directories currently installed.)
- Preparing to unpack .../git-lfs_2.8.0_amd64.deb ...
- Unpacking git-lfs (2.8.0) ...
- Setting up git-lfs (2.8.0) ...
- Git LFS initialized.
- Removing intermediate container 1556ff4e0dd7
- ---> 93433f61fa1e
- Step 11/77 : RUN git clone https://github.com/LuaDist/gsl.git && cd gsl && ./configure && make && make install && cd /
- ---> Running in e872728e1d5e
- Cloning into 'gsl'...
- checking for a BSD-compatible install...
- /usr/bin/install -c
- checking whether build environment is sane...
- yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)...
- yes
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking whether make sets $(MAKE)... (cached) yes
- checking build system type...
- x86_64-unknown-linux-gnu
- checking host system type... x86_64-unknown-linux-gnu
- checking for gcc... gcc
- checking for C compiler default output file name...
- a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files...
- o
- checking whether we are using the GNU C compiler...
- yes
- checking whether gcc accepts -g...
- yes
- checking for gcc option to accept ISO C89...
- none needed
- checking how to run the C preprocessor...
- gcc -E
- checking whether ln -s works... yes
- checking for a sed that does not truncate output...
- /bin/sed
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep...
- /bin/grep -E
- checking for fgrep... /bin/grep -F
- checking for ld used by gcc...
- /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)...
- /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface...
- BSD nm
- checking the maximum length of command line arguments...
- 1572864
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking for /usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for ar... ar
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object...
- ok
- checking for ANSI C header files...
- yes
- checking for sys/types.h...
- yes
- checking for sys/stat.h...
- yes
- checking for stdlib.h...
- yes
- checking for string.h...
- yes
- checking for memory.h...
- yes
- checking for strings.h...
- yes
- checking for inttypes.h...
- yes
- checking for stdint.h...
- yes
- checking for unistd.h...
- yes
- checking for dlfcn.h...
- yes
- checking for objdir...
- .libs
- checking if gcc supports -fno-rtti -fno-exceptions...
- no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works...
- yes
- checking if gcc static flag -static works...
- yes
- checking if gcc supports -c -o file.o...
- yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries...
- yes
- checking whether -lc should be explicitly linked in...
- no
- checking dynamic linker characteristics...
- GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible...
- yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking for size_t...
- yes
- checking for working volatile...
- yes
- checking for inline...
- inline
- checking whether char is unsigned...
- no
- checking for GNU-style extern inline...
- no
- checking for C99-style inline...
- yes
- checking ieeefp.h usability...
- no
- checking ieeefp.h presence...
- no
- checking for ieeefp.h... no
- checking for vprintf...
- yes
- checking for _doprnt...
- no
- checking for memcpy...
- yes
- checking for memmove...
- yes
- checking for strdup...
- yes
- checking for strtol...
- yes
- checking for strtoul...
- yes
- checking for EXIT_SUCCESS and EXIT_FAILURE...
- yes
- checking for cos in -lm...
- yes
- checking whether feenableexcept is declared...
- yes
- checking whether fesettrapenable is declared...
- no
- checking whether hypot is declared...
- yes
- checking whether expm1 is declared...
- yes
- checking whether acosh is declared...
- yes
- checking whether asinh is declared...
- yes
- checking whether atanh is declared...
- yes
- checking whether ldexp is declared...
- yes
- checking whether frexp is declared...
- yes
- checking whether isinf is declared...
- yes
- checking whether isfinite is declared...
- yes
- checking whether finite is declared...
- yes
- checking whether isnan is declared...
- yes
- checking whether log1p is declared...
- yes
- checking for long double stdio...
- yes
- checking for extended floating point registers... yes
- checking for IEEE arithmetic interface type... gnux86
- checking for FPU_SETCW...
- yes
- checking for SSE extensions...
- yes
- checking for IEEE compiler flags... none
- checking for IEEE comparisons...
- yes
- checking for IEEE denormalized values...
- yes
- configure: creating ./config.status
- config.status: creating gsl_version.h
- config.status: creating gsl.spec
- config.status: creating gsl/Makefile
- config.status: creating test/Makefile
- config.status: creating err/Makefile
- config.status: creating sys/Makefile
- config.status: creating utils/Makefile
- config.status: creating const/Makefile
- config.status: creating min/Makefile
- config.status: creating multimin/Makefile
- config.status: creating ieee-utils/Makefile
- config.status: creating fft/Makefile
- config.status: creating specfunc/Makefile
- config.status: creating dht/Makefile
- config.status: creating fit/Makefile
- config.status: creating multifit/Makefile
- config.status: creating bspline/Makefile
- config.status: creating statistics/Makefile
- config.status: creating sum/Makefile
- config.status: creating roots/Makefile
- config.status: creating multiroots/Makefile
- config.status: creating ntuple/Makefile
- config.status: creating poly/Makefile
- config.status: creating qrng/Makefile
- config.status: creating rng/Makefile
- config.status: creating randist/Makefile
- config.status: creating siman/Makefile
- config.status: creating integration/Makefile
- config.status: creating interpolation/Makefile
- config.status: creating doc/Makefile
- config.status: creating block/Makefile
- config.status: creating vector/Makefile
- config.status: creating matrix/Makefile
- config.status: creating histogram/Makefile
- config.status: creating monte/Makefile
- config.status: creating ode-initval/Makefile
- config.status: creating cblas/Makefile
- config.status: creating blas/Makefile
- config.status: creating linalg/Makefile
- config.status: creating eigen/Makefile
- config.status: creating permutation/Makefile
- config.status: creating combination/Makefile
- config.status: creating sort/Makefile
- config.status: creating complex/Makefile
- config.status: creating diff/Makefile
- config.status: creating deriv/Makefile
- config.status: creating cheb/Makefile
- config.status: creating cdf/Makefile
- config.status: creating wavelet/Makefile
- config.status: creating Makefile
- config.status: creating config.h
- config.status: executing libtool commands
- make all-recursive
- make[1]: Entering directory '/gsl'
- Making all in gsl
- make[2]: Entering directory '/gsl/gsl'
- rm -f gsl*.h
- HEADERLIST="../gsl*.h ../*/gsl*.h"; \
- for h in $HEADERLIST; do \
- BASENAME=`basename $h`; \
- test -r $BASENAME || ln -s $h $BASENAME; \
- done
- make[2]: Leaving directory '/gsl/gsl'
- Making all in utils
- make[2]: Entering directory '/gsl/utils'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o placeholder.lo placeholder.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c placeholder.c -fPIC -DPIC -o .libs/placeholder.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c placeholder.c -o placeholder.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libutils.la placeholder.lo -lm
- libtool: link: ar cru .libs/libutils.a .libs/placeholder.o
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libutils.a
- libtool: link: ( cd ".libs" && rm -f "libutils.la" && ln -s "../libutils.la" "libutils.la" )
- make[2]: Leaving directory '/gsl/utils'
- Making all in sys
- make[2]: Entering directory '/gsl/sys'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o minmax.lo minmax.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -fPIC -DPIC -o .libs/minmax.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -o minmax.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o prec.lo prec.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c prec.c -fPIC -DPIC -o .libs/prec.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c prec.c -o prec.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hypot.lo hypot.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hypot.c -fPIC -DPIC -o .libs/hypot.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hypot.c -o hypot.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o log1p.lo log1p.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c log1p.c -fPIC -DPIC -o .libs/log1p.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c log1p.c -o log1p.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o expm1.lo expm1.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c expm1.c -fPIC -DPIC -o .libs/expm1.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c expm1.c -o expm1.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o coerce.lo coerce.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coerce.c -fPIC -DPIC -o .libs/coerce.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coerce.c -o coerce.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o invhyp.lo invhyp.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c invhyp.c -fPIC -DPIC -o .libs/invhyp.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c invhyp.c -o invhyp.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pow_int.lo pow_int.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pow_int.c -fPIC -DPIC -o .libs/pow_int.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pow_int.c -o pow_int.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o infnan.lo infnan.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c infnan.c -fPIC -DPIC -o .libs/infnan.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c infnan.c -o infnan.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdiv.lo fdiv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdiv.c -fPIC -DPIC -o .libs/fdiv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdiv.c -o fdiv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fcmp.lo fcmp.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fcmp.c -fPIC -DPIC -o .libs/fcmp.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fcmp.c -o fcmp.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ldfrexp.lo ldfrexp.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ldfrexp.c -fPIC -DPIC -o .libs/ldfrexp.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ldfrexp.c -o ldfrexp.o >/dev/null 2>&1
- /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
- ar: `u' modifier ignored since `D' is the default (see `U')
- 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
- libtool: link: ranlib .libs/libgslsys.a
- libtool: link: ( cd ".libs" && rm -f "libgslsys.la" && ln -s "../libgslsys.la" "libgslsys.la" )
- make[2]: Leaving directory '/gsl/sys'
- Making all in test
- make[2]: Entering directory '/gsl/test'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o results.lo results.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c results.c -fPIC -DPIC -o .libs/results.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c results.c -o results.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgsltest.la results.lo -lm
- libtool: link: ar cru .libs/libgsltest.a .libs/results.o
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgsltest.a
- libtool: link: ( cd ".libs" && rm -f "libgsltest.la" && ln -s "../libgsltest.la" "libgsltest.la" )
- make[2]: Leaving directory '/gsl/test'
- Making all in err
- make[2]: Entering directory '/gsl/err'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o error.lo error.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c error.c -fPIC -DPIC -o .libs/error.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c error.c -o error.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o stream.lo stream.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c stream.c -fPIC -DPIC -o .libs/stream.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c stream.c -o stream.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o message.lo message.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c message.c -fPIC -DPIC -o .libs/message.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c message.c -o message.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c -o strerror.lo strerror.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c strerror.c -fPIC -DPIC -o .libs/strerror.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -c strerror.c -o strerror.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslerr.la error.lo stream.lo message.lo strerror.lo -lm
- libtool: link: ar cru .libs/libgslerr.a .libs/error.o .libs/stream.o .libs/message.o .libs/strerror.o
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslerr.a
- libtool: link: ( cd ".libs" && rm -f "libgslerr.la" && ln -s "../libgslerr.la" "libgslerr.la" )
- make[2]: Leaving directory '/gsl/err'
- Making all in const
- make[2]: Entering directory '/gsl/const'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/gsl/const'
- Making all in complex
- make[2]: Entering directory '/gsl/complex'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o math.lo math.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c math.c -fPIC -DPIC -o .libs/math.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c math.c -o math.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o inline.lo inline.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -fPIC -DPIC -o .libs/inline.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -o inline.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslcomplex.la math.lo inline.lo -lm
- libtool: link: ar cru .libs/libgslcomplex.a .libs/math.o .libs/inline.o
- libtool: link: ranlib .libs/libgslcomplex.a
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ( cd ".libs" && rm -f "libgslcomplex.la" && ln -s "../libgslcomplex.la" "libgslcomplex.la" )
- make[2]: Leaving directory '/gsl/complex'
- Making all in cheb
- make[2]: Entering directory '/gsl/cheb'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o deriv.lo deriv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c deriv.c -fPIC -DPIC -o .libs/deriv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c deriv.c -o deriv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o eval.lo eval.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c eval.c -fPIC -DPIC -o .libs/eval.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c eval.c -o eval.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init.lo init.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -o init.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o integ.lo integ.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c integ.c -fPIC -DPIC -o .libs/integ.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c integ.c -o integ.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslcheb.la deriv.lo eval.lo init.lo integ.lo -lm
- libtool: link: ar cru .libs/libgslcheb.a .libs/deriv.o .libs/eval.o .libs/init.o .libs/integ.o
- libtool: link: ranlib .libs/libgslcheb.a
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ( cd ".libs" && rm -f "libgslcheb.la" && ln -s "../libgslcheb.la" "libgslcheb.la" )
- make[2]: Leaving directory '/gsl/cheb'
- Making all in block
- make[2]: Entering directory '/gsl/block'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init.lo init.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -o init.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file.lo file.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -fPIC -DPIC -o .libs/file.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -o file.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o block.lo block.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c block.c -fPIC -DPIC -o .libs/block.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c block.c -o block.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslblock.la init.lo file.lo block.lo -lm
- libtool: link: ar cru .libs/libgslblock.a .libs/init.o .libs/file.o .libs/block.o
- libtool: link: ranlib .libs/libgslblock.a
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ( cd ".libs" && rm -f "libgslblock.la" && ln -s "../libgslblock.la" "libgslblock.la" )
- make[2]: Leaving directory '/gsl/block'
- Making all in vector
- make[2]: Entering directory '/gsl/vector'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init.lo init.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -o init.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file.lo file.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -fPIC -DPIC -o .libs/file.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -o file.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o vector.lo vector.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vector.c -fPIC -DPIC -o .libs/vector.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vector.c -o vector.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o copy.lo copy.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy.c -fPIC -DPIC -o .libs/copy.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy.c -o copy.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o swap.lo swap.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c swap.c -fPIC -DPIC -o .libs/swap.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c swap.c -o swap.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o prop.lo prop.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c prop.c -fPIC -DPIC -o .libs/prop.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c prop.c -o prop.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o minmax.lo minmax.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -fPIC -DPIC -o .libs/minmax.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -o minmax.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o oper.lo oper.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper.c -fPIC -DPIC -o .libs/oper.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper.c -o oper.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o reim.lo reim.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reim.c -fPIC -DPIC -o .libs/reim.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reim.c -o reim.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o subvector.lo subvector.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c subvector.c -fPIC -DPIC -o .libs/subvector.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c subvector.c -o subvector.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o view.lo view.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c view.c -fPIC -DPIC -o .libs/view.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c view.c -o view.o >/dev/null 2>&1
- /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
- 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
- libtool: link: ranlib .libs/libgslvector.a
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ( cd ".libs" && rm -f "libgslvector.la" && ln -s "../libgslvector.la" "libgslvector.la" )
- make[2]: Leaving directory '/gsl/vector'
- Making all in matrix
- make[2]: Entering directory '/gsl/matrix'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init.lo init.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -o init.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o matrix.lo matrix.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c matrix.c -fPIC -DPIC -o .libs/matrix.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c matrix.c -o matrix.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file.lo file.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -fPIC -DPIC -o .libs/file.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -o file.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rowcol.lo rowcol.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rowcol.c -fPIC -DPIC -o .libs/rowcol.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rowcol.c -o rowcol.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o swap.lo swap.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c swap.c -fPIC -DPIC -o .libs/swap.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c swap.c -o swap.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o copy.lo copy.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy.c -fPIC -DPIC -o .libs/copy.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy.c -o copy.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o minmax.lo minmax.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -fPIC -DPIC -o .libs/minmax.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -o minmax.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o prop.lo prop.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c prop.c -fPIC -DPIC -o .libs/prop.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c prop.c -o prop.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o oper.lo oper.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper.c -fPIC -DPIC -o .libs/oper.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper.c -o oper.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o getset.lo getset.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c getset.c -fPIC -DPIC -o .libs/getset.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c getset.c -o getset.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o view.lo view.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c view.c -fPIC -DPIC -o .libs/view.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c view.c -o view.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o submatrix.lo submatrix.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c submatrix.c -fPIC -DPIC -o .libs/submatrix.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c submatrix.c -o submatrix.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslmatrix.a
- libtool: link: ( cd ".libs" && rm -f "libgslmatrix.la" && ln -s "../libgslmatrix.la" "libgslmatrix.la" )
- make[2]: Leaving directory '/gsl/matrix'
- Making all in permutation
- make[2]: Entering directory '/gsl/permutation'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init.lo init.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -o init.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file.lo file.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -fPIC -DPIC -o .libs/file.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -o file.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o permutation.lo permutation.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c permutation.c -fPIC -DPIC -o .libs/permutation.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c permutation.c -o permutation.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o permute.lo permute.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c permute.c -fPIC -DPIC -o .libs/permute.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c permute.c -o permute.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o canonical.lo canonical.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c canonical.c -fPIC -DPIC -o .libs/canonical.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c canonical.c -o canonical.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o inline.lo inline.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -fPIC -DPIC -o .libs/inline.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -o inline.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslpermutation.a
- libtool: link: ( cd ".libs" && rm -f "libgslpermutation.la" && ln -s "../libgslpermutation.la" "libgslpermutation.la" )
- make[2]: Leaving directory '/gsl/permutation'
- Making all in combination
- make[2]: Entering directory '/gsl/combination'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init.lo init.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -o init.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file.lo file.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -fPIC -DPIC -o .libs/file.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -o file.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o combination.lo combination.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c combination.c -fPIC -DPIC -o .libs/combination.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c combination.c -o combination.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o inline.lo inline.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -fPIC -DPIC -o .libs/inline.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -o inline.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslcombination.la init.lo file.lo combination.lo inline.lo -lm
- libtool: link: ar cru .libs/libgslcombination.a .libs/init.o .libs/file.o .libs/combination.o .libs/inline.o
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslcombination.a
- libtool: link: ( cd ".libs" && rm -f "libgslcombination.la" && ln -s "../libgslcombination.la" "libgslcombination.la" )
- make[2]: Leaving directory '/gsl/combination'
- Making all in sort
- make[2]: Entering directory '/gsl/sort'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sort.lo sort.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sort.c -fPIC -DPIC -o .libs/sort.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sort.c -o sort.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sortind.lo sortind.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sortind.c -fPIC -DPIC -o .libs/sortind.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sortind.c -o sortind.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sortvec.lo sortvec.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sortvec.c -fPIC -DPIC -o .libs/sortvec.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sortvec.c -o sortvec.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sortvecind.lo sortvecind.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sortvecind.c -fPIC -DPIC -o .libs/sortvecind.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sortvecind.c -o sortvecind.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o subset.lo subset.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c subset.c -fPIC -DPIC -o .libs/subset.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c subset.c -o subset.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o subsetind.lo subsetind.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c subsetind.c -fPIC -DPIC -o .libs/subsetind.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c subsetind.c -o subsetind.o >/dev/null 2>&1
- /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
- 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
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslsort.a
- libtool: link: ( cd ".libs" && rm -f "libgslsort.la" && ln -s "../libgslsort.la" "libgslsort.la" )
- make[2]: Leaving directory '/gsl/sort'
- Making all in ieee-utils
- make[2]: Entering directory '/gsl/ieee-utils'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o print.lo print.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c print.c -fPIC -DPIC -o .libs/print.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c print.c -o print.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o make_rep.lo make_rep.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c make_rep.c -fPIC -DPIC -o .libs/make_rep.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c make_rep.c -o make_rep.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o env.lo env.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c env.c -fPIC -DPIC -o .libs/env.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c env.c -o env.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fp.lo fp.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fp.c -fPIC -DPIC -o .libs/fp.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fp.c -o fp.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o read.lo read.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c read.c -fPIC -DPIC -o .libs/read.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c read.c -o read.o >/dev/null 2>&1
- /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
- libtool: link: ar cru .libs/libgslieeeutils.a .libs/print.o .libs/make_rep.o .libs/env.o .libs/fp.o .libs/read.o
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslieeeutils.a
- libtool: link: ( cd ".libs" && rm -f "libgslieeeutils.la" && ln -s "../libgslieeeutils.la" "libgslieeeutils.la" )
- make[2]: Leaving directory '/gsl/ieee-utils'
- Making all in cblas
- make[2]: Entering directory '/gsl/cblas'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sasum.lo sasum.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sasum.c -fPIC -DPIC -o .libs/sasum.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sasum.c -o sasum.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o saxpy.lo saxpy.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c saxpy.c -fPIC -DPIC -o .libs/saxpy.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c saxpy.c -o saxpy.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o scasum.lo scasum.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c scasum.c -fPIC -DPIC -o .libs/scasum.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c scasum.c -o scasum.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o scnrm2.lo scnrm2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c scnrm2.c -fPIC -DPIC -o .libs/scnrm2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c scnrm2.c -o scnrm2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o scopy.lo scopy.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c scopy.c -fPIC -DPIC -o .libs/scopy.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c scopy.c -o scopy.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sdot.lo sdot.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sdot.c -fPIC -DPIC -o .libs/sdot.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sdot.c -o sdot.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sdsdot.lo sdsdot.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sdsdot.c -fPIC -DPIC -o .libs/sdsdot.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sdsdot.c -o sdsdot.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sgbmv.lo sgbmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sgbmv.c -fPIC -DPIC -o .libs/sgbmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sgbmv.c -o sgbmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sgemm.lo sgemm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sgemm.c -fPIC -DPIC -o .libs/sgemm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sgemm.c -o sgemm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sgemv.lo sgemv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sgemv.c -fPIC -DPIC -o .libs/sgemv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sgemv.c -o sgemv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sger.lo sger.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sger.c -fPIC -DPIC -o .libs/sger.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sger.c -o sger.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o snrm2.lo snrm2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c snrm2.c -fPIC -DPIC -o .libs/snrm2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c snrm2.c -o snrm2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o srot.lo srot.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srot.c -fPIC -DPIC -o .libs/srot.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srot.c -o srot.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o srotg.lo srotg.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srotg.c -fPIC -DPIC -o .libs/srotg.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srotg.c -o srotg.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o srotm.lo srotm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srotm.c -fPIC -DPIC -o .libs/srotm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srotm.c -o srotm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o srotmg.lo srotmg.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srotmg.c -fPIC -DPIC -o .libs/srotmg.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c srotmg.c -o srotmg.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ssbmv.lo ssbmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssbmv.c -fPIC -DPIC -o .libs/ssbmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssbmv.c -o ssbmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sscal.lo sscal.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sscal.c -fPIC -DPIC -o .libs/sscal.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sscal.c -o sscal.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sspmv.lo sspmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sspmv.c -fPIC -DPIC -o .libs/sspmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sspmv.c -o sspmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sspr.lo sspr.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sspr.c -fPIC -DPIC -o .libs/sspr.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sspr.c -o sspr.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sspr2.lo sspr2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sspr2.c -fPIC -DPIC -o .libs/sspr2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sspr2.c -o sspr2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sswap.lo sswap.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sswap.c -fPIC -DPIC -o .libs/sswap.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sswap.c -o sswap.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ssymm.lo ssymm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssymm.c -fPIC -DPIC -o .libs/ssymm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssymm.c -o ssymm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ssymv.lo ssymv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssymv.c -fPIC -DPIC -o .libs/ssymv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssymv.c -o ssymv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ssyr.lo ssyr.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyr.c -fPIC -DPIC -o .libs/ssyr.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyr.c -o ssyr.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ssyr2.lo ssyr2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyr2.c -fPIC -DPIC -o .libs/ssyr2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyr2.c -o ssyr2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ssyr2k.lo ssyr2k.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyr2k.c -fPIC -DPIC -o .libs/ssyr2k.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyr2k.c -o ssyr2k.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ssyrk.lo ssyrk.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyrk.c -fPIC -DPIC -o .libs/ssyrk.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ssyrk.c -o ssyrk.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o stbmv.lo stbmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stbmv.c -fPIC -DPIC -o .libs/stbmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stbmv.c -o stbmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o stbsv.lo stbsv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stbsv.c -fPIC -DPIC -o .libs/stbsv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stbsv.c -o stbsv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o stpmv.lo stpmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stpmv.c -fPIC -DPIC -o .libs/stpmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stpmv.c -o stpmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o stpsv.lo stpsv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stpsv.c -fPIC -DPIC -o .libs/stpsv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stpsv.c -o stpsv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o strmm.lo strmm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strmm.c -fPIC -DPIC -o .libs/strmm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strmm.c -o strmm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o strmv.lo strmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strmv.c -fPIC -DPIC -o .libs/strmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strmv.c -o strmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o strsm.lo strsm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strsm.c -fPIC -DPIC -o .libs/strsm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strsm.c -o strsm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o strsv.lo strsv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strsv.c -fPIC -DPIC -o .libs/strsv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c strsv.c -o strsv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dasum.lo dasum.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dasum.c -fPIC -DPIC -o .libs/dasum.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dasum.c -o dasum.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o daxpy.lo daxpy.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c daxpy.c -fPIC -DPIC -o .libs/daxpy.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c daxpy.c -o daxpy.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dcopy.lo dcopy.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dcopy.c -fPIC -DPIC -o .libs/dcopy.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dcopy.c -o dcopy.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ddot.lo ddot.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ddot.c -fPIC -DPIC -o .libs/ddot.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ddot.c -o ddot.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dgbmv.lo dgbmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dgbmv.c -fPIC -DPIC -o .libs/dgbmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dgbmv.c -o dgbmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dgemm.lo dgemm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dgemm.c -fPIC -DPIC -o .libs/dgemm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dgemm.c -o dgemm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dgemv.lo dgemv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dgemv.c -fPIC -DPIC -o .libs/dgemv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dgemv.c -o dgemv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dger.lo dger.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dger.c -fPIC -DPIC -o .libs/dger.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dger.c -o dger.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dnrm2.lo dnrm2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dnrm2.c -fPIC -DPIC -o .libs/dnrm2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dnrm2.c -o dnrm2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o drot.lo drot.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drot.c -fPIC -DPIC -o .libs/drot.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drot.c -o drot.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o drotg.lo drotg.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drotg.c -fPIC -DPIC -o .libs/drotg.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drotg.c -o drotg.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o drotm.lo drotm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drotm.c -fPIC -DPIC -o .libs/drotm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drotm.c -o drotm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o drotmg.lo drotmg.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drotmg.c -fPIC -DPIC -o .libs/drotmg.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c drotmg.c -o drotmg.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsbmv.lo dsbmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsbmv.c -fPIC -DPIC -o .libs/dsbmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsbmv.c -o dsbmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dscal.lo dscal.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dscal.c -fPIC -DPIC -o .libs/dscal.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dscal.c -o dscal.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsdot.lo dsdot.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsdot.c -fPIC -DPIC -o .libs/dsdot.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsdot.c -o dsdot.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dspmv.lo dspmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dspmv.c -fPIC -DPIC -o .libs/dspmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dspmv.c -o dspmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dspr.lo dspr.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dspr.c -fPIC -DPIC -o .libs/dspr.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dspr.c -o dspr.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dspr2.lo dspr2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dspr2.c -fPIC -DPIC -o .libs/dspr2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dspr2.c -o dspr2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dswap.lo dswap.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dswap.c -fPIC -DPIC -o .libs/dswap.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dswap.c -o dswap.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsymm.lo dsymm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsymm.c -fPIC -DPIC -o .libs/dsymm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsymm.c -o dsymm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsymv.lo dsymv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsymv.c -fPIC -DPIC -o .libs/dsymv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsymv.c -o dsymv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsyr.lo dsyr.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyr.c -fPIC -DPIC -o .libs/dsyr.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyr.c -o dsyr.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsyr2.lo dsyr2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyr2.c -fPIC -DPIC -o .libs/dsyr2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyr2.c -o dsyr2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsyr2k.lo dsyr2k.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyr2k.c -fPIC -DPIC -o .libs/dsyr2k.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyr2k.c -o dsyr2k.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dsyrk.lo dsyrk.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyrk.c -fPIC -DPIC -o .libs/dsyrk.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dsyrk.c -o dsyrk.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtbmv.lo dtbmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtbmv.c -fPIC -DPIC -o .libs/dtbmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtbmv.c -o dtbmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtbsv.lo dtbsv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtbsv.c -fPIC -DPIC -o .libs/dtbsv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtbsv.c -o dtbsv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtpmv.lo dtpmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtpmv.c -fPIC -DPIC -o .libs/dtpmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtpmv.c -o dtpmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtpsv.lo dtpsv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtpsv.c -fPIC -DPIC -o .libs/dtpsv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtpsv.c -o dtpsv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtrmm.lo dtrmm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrmm.c -fPIC -DPIC -o .libs/dtrmm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrmm.c -o dtrmm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtrmv.lo dtrmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrmv.c -fPIC -DPIC -o .libs/dtrmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrmv.c -o dtrmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtrsm.lo dtrsm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrsm.c -fPIC -DPIC -o .libs/dtrsm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrsm.c -o dtrsm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dtrsv.lo dtrsv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrsv.c -fPIC -DPIC -o .libs/dtrsv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dtrsv.c -o dtrsv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dzasum.lo dzasum.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dzasum.c -fPIC -DPIC -o .libs/dzasum.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dzasum.c -o dzasum.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dznrm2.lo dznrm2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dznrm2.c -fPIC -DPIC -o .libs/dznrm2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dznrm2.c -o dznrm2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o caxpy.lo caxpy.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c caxpy.c -fPIC -DPIC -o .libs/caxpy.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c caxpy.c -o caxpy.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ccopy.lo ccopy.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ccopy.c -fPIC -DPIC -o .libs/ccopy.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ccopy.c -o ccopy.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cdotc_sub.lo cdotc_sub.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cdotc_sub.c -fPIC -DPIC -o .libs/cdotc_sub.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cdotc_sub.c -o cdotc_sub.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cdotu_sub.lo cdotu_sub.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cdotu_sub.c -fPIC -DPIC -o .libs/cdotu_sub.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cdotu_sub.c -o cdotu_sub.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cgbmv.lo cgbmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgbmv.c -fPIC -DPIC -o .libs/cgbmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgbmv.c -o cgbmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cgemm.lo cgemm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgemm.c -fPIC -DPIC -o .libs/cgemm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgemm.c -o cgemm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cgemv.lo cgemv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgemv.c -fPIC -DPIC -o .libs/cgemv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgemv.c -o cgemv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cgerc.lo cgerc.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgerc.c -fPIC -DPIC -o .libs/cgerc.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgerc.c -o cgerc.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cgeru.lo cgeru.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgeru.c -fPIC -DPIC -o .libs/cgeru.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cgeru.c -o cgeru.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chbmv.lo chbmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chbmv.c -fPIC -DPIC -o .libs/chbmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chbmv.c -o chbmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chemm.lo chemm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chemm.c -fPIC -DPIC -o .libs/chemm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chemm.c -o chemm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chemv.lo chemv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chemv.c -fPIC -DPIC -o .libs/chemv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chemv.c -o chemv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cher.lo cher.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cher.c -fPIC -DPIC -o .libs/cher.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cher.c -o cher.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cher2.lo cher2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cher2.c -fPIC -DPIC -o .libs/cher2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cher2.c -o cher2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cher2k.lo cher2k.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cher2k.c -fPIC -DPIC -o .libs/cher2k.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cher2k.c -o cher2k.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cherk.lo cherk.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cherk.c -fPIC -DPIC -o .libs/cherk.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cherk.c -o cherk.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chpmv.lo chpmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chpmv.c -fPIC -DPIC -o .libs/chpmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chpmv.c -o chpmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chpr.lo chpr.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chpr.c -fPIC -DPIC -o .libs/chpr.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chpr.c -o chpr.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chpr2.lo chpr2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chpr2.c -fPIC -DPIC -o .libs/chpr2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chpr2.c -o chpr2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cscal.lo cscal.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cscal.c -fPIC -DPIC -o .libs/cscal.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cscal.c -o cscal.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o csscal.lo csscal.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csscal.c -fPIC -DPIC -o .libs/csscal.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csscal.c -o csscal.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cswap.lo cswap.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cswap.c -fPIC -DPIC -o .libs/cswap.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cswap.c -o cswap.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o csymm.lo csymm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csymm.c -fPIC -DPIC -o .libs/csymm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csymm.c -o csymm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o csyr2k.lo csyr2k.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csyr2k.c -fPIC -DPIC -o .libs/csyr2k.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csyr2k.c -o csyr2k.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o csyrk.lo csyrk.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csyrk.c -fPIC -DPIC -o .libs/csyrk.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c csyrk.c -o csyrk.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctbmv.lo ctbmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctbmv.c -fPIC -DPIC -o .libs/ctbmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctbmv.c -o ctbmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctbsv.lo ctbsv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctbsv.c -fPIC -DPIC -o .libs/ctbsv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctbsv.c -o ctbsv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctpmv.lo ctpmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctpmv.c -fPIC -DPIC -o .libs/ctpmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctpmv.c -o ctpmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctpsv.lo ctpsv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctpsv.c -fPIC -DPIC -o .libs/ctpsv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctpsv.c -o ctpsv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctrmm.lo ctrmm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrmm.c -fPIC -DPIC -o .libs/ctrmm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrmm.c -o ctrmm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctrmv.lo ctrmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrmv.c -fPIC -DPIC -o .libs/ctrmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrmv.c -o ctrmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctrsm.lo ctrsm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrsm.c -fPIC -DPIC -o .libs/ctrsm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrsm.c -o ctrsm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ctrsv.lo ctrsv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrsv.c -fPIC -DPIC -o .libs/ctrsv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ctrsv.c -o ctrsv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zaxpy.lo zaxpy.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zaxpy.c -fPIC -DPIC -o .libs/zaxpy.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zaxpy.c -o zaxpy.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zcopy.lo zcopy.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zcopy.c -fPIC -DPIC -o .libs/zcopy.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zcopy.c -o zcopy.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zdotc_sub.lo zdotc_sub.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zdotc_sub.c -fPIC -DPIC -o .libs/zdotc_sub.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zdotc_sub.c -o zdotc_sub.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zdotu_sub.lo zdotu_sub.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zdotu_sub.c -fPIC -DPIC -o .libs/zdotu_sub.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zdotu_sub.c -o zdotu_sub.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zdscal.lo zdscal.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zdscal.c -fPIC -DPIC -o .libs/zdscal.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zdscal.c -o zdscal.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zgbmv.lo zgbmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgbmv.c -fPIC -DPIC -o .libs/zgbmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgbmv.c -o zgbmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zgemm.lo zgemm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgemm.c -fPIC -DPIC -o .libs/zgemm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgemm.c -o zgemm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zgemv.lo zgemv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgemv.c -fPIC -DPIC -o .libs/zgemv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgemv.c -o zgemv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zgerc.lo zgerc.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgerc.c -fPIC -DPIC -o .libs/zgerc.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgerc.c -o zgerc.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zgeru.lo zgeru.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgeru.c -fPIC -DPIC -o .libs/zgeru.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zgeru.c -o zgeru.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zhbmv.lo zhbmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhbmv.c -fPIC -DPIC -o .libs/zhbmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhbmv.c -o zhbmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zhemm.lo zhemm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhemm.c -fPIC -DPIC -o .libs/zhemm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhemm.c -o zhemm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zhemv.lo zhemv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhemv.c -fPIC -DPIC -o .libs/zhemv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhemv.c -o zhemv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zher.lo zher.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zher.c -fPIC -DPIC -o .libs/zher.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zher.c -o zher.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zher2.lo zher2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zher2.c -fPIC -DPIC -o .libs/zher2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zher2.c -o zher2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zher2k.lo zher2k.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zher2k.c -fPIC -DPIC -o .libs/zher2k.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zher2k.c -o zher2k.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zherk.lo zherk.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zherk.c -fPIC -DPIC -o .libs/zherk.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zherk.c -o zherk.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zhpmv.lo zhpmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhpmv.c -fPIC -DPIC -o .libs/zhpmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhpmv.c -o zhpmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zhpr.lo zhpr.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhpr.c -fPIC -DPIC -o .libs/zhpr.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhpr.c -o zhpr.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zhpr2.lo zhpr2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhpr2.c -fPIC -DPIC -o .libs/zhpr2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zhpr2.c -o zhpr2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zscal.lo zscal.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zscal.c -fPIC -DPIC -o .libs/zscal.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zscal.c -o zscal.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zswap.lo zswap.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zswap.c -fPIC -DPIC -o .libs/zswap.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zswap.c -o zswap.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zsymm.lo zsymm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsymm.c -fPIC -DPIC -o .libs/zsymm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsymm.c -o zsymm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zsyr2k.lo zsyr2k.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsyr2k.c -fPIC -DPIC -o .libs/zsyr2k.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsyr2k.c -o zsyr2k.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zsyrk.lo zsyrk.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsyrk.c -fPIC -DPIC -o .libs/zsyrk.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsyrk.c -o zsyrk.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztbmv.lo ztbmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztbmv.c -fPIC -DPIC -o .libs/ztbmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztbmv.c -o ztbmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztbsv.lo ztbsv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztbsv.c -fPIC -DPIC -o .libs/ztbsv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztbsv.c -o ztbsv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztpmv.lo ztpmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztpmv.c -fPIC -DPIC -o .libs/ztpmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztpmv.c -o ztpmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztpsv.lo ztpsv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztpsv.c -fPIC -DPIC -o .libs/ztpsv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztpsv.c -o ztpsv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztrmm.lo ztrmm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrmm.c -fPIC -DPIC -o .libs/ztrmm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrmm.c -o ztrmm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztrmv.lo ztrmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrmv.c -fPIC -DPIC -o .libs/ztrmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrmv.c -o ztrmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztrsm.lo ztrsm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrsm.c -fPIC -DPIC -o .libs/ztrsm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrsm.c -o ztrsm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ztrsv.lo ztrsv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrsv.c -fPIC -DPIC -o .libs/ztrsv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ztrsv.c -o ztrsv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o icamax.lo icamax.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c icamax.c -fPIC -DPIC -o .libs/icamax.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c icamax.c -o icamax.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o idamax.lo idamax.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c idamax.c -fPIC -DPIC -o .libs/idamax.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c idamax.c -o idamax.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o isamax.lo isamax.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c isamax.c -fPIC -DPIC -o .libs/isamax.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c isamax.c -o isamax.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o izamax.lo izamax.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c izamax.c -fPIC -DPIC -o .libs/izamax.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c izamax.c -o izamax.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o xerbla.lo xerbla.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c xerbla.c -fPIC -DPIC -o .libs/xerbla.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c xerbla.c -o xerbla.o >/dev/null 2>&1
- /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
- 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
- libtool: link: (cd ".libs" && rm -f "libgslcblas.so.0" && ln -s "libgslcblas.so.0.0.0" "libgslcblas.so.0")
- libtool: link: (cd ".libs" && rm -f "libgslcblas.so" && ln -s "libgslcblas.so.0.0.0" "libgslcblas.so")
- ar: `u' modifier ignored since `D' is the default (see `U')
- 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
- libtool: link: ranlib .libs/libgslcblas.a
- libtool: link: ( cd ".libs" && rm -f "libgslcblas.la" && ln -s "../libgslcblas.la" "libgslcblas.la" )
- make[2]: Leaving directory '/gsl/cblas'
- Making all in blas
- make[2]: Entering directory '/gsl/blas'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o blas.lo blas.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c blas.c -fPIC -DPIC -o .libs/blas.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c blas.c -o blas.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslblas.la blas.lo -lm
- libtool: link: ar cru .libs/libgslblas.a .libs/blas.o
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslblas.a
- libtool: link: ( cd ".libs" && rm -f "libgslblas.la" && ln -s "../libgslblas.la" "libgslblas.la" )
- make[2]: Leaving directory '/gsl/blas'
- Making all in linalg
- make[2]: Entering directory '/gsl/linalg'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o multiply.lo multiply.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c multiply.c -fPIC -DPIC -o .libs/multiply.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c multiply.c -o multiply.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o exponential.lo exponential.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponential.c -fPIC -DPIC -o .libs/exponential.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponential.c -o exponential.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o tridiag.lo tridiag.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tridiag.c -fPIC -DPIC -o .libs/tridiag.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tridiag.c -o tridiag.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lu.lo lu.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lu.c -fPIC -DPIC -o .libs/lu.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lu.c -o lu.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o luc.lo luc.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c luc.c -fPIC -DPIC -o .libs/luc.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c luc.c -o luc.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hh.lo hh.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hh.c -fPIC -DPIC -o .libs/hh.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hh.c -o hh.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qr.lo qr.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qr.c -fPIC -DPIC -o .libs/qr.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qr.c -o qr.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qrpt.lo qrpt.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qrpt.c -fPIC -DPIC -o .libs/qrpt.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qrpt.c -o qrpt.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lq.lo lq.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lq.c -fPIC -DPIC -o .libs/lq.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lq.c -o lq.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ptlq.lo ptlq.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ptlq.c -fPIC -DPIC -o .libs/ptlq.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ptlq.c -o ptlq.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o svd.lo svd.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c svd.c -fPIC -DPIC -o .libs/svd.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c svd.c -o svd.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o householder.lo householder.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c householder.c -fPIC -DPIC -o .libs/householder.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c householder.c -o householder.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o householdercomplex.lo householdercomplex.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c householdercomplex.c -fPIC -DPIC -o .libs/householdercomplex.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c householdercomplex.c -o householdercomplex.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hessenberg.lo hessenberg.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hessenberg.c -fPIC -DPIC -o .libs/hessenberg.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hessenberg.c -o hessenberg.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hesstri.lo hesstri.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hesstri.c -fPIC -DPIC -o .libs/hesstri.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hesstri.c -o hesstri.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cholesky.lo cholesky.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cholesky.c -fPIC -DPIC -o .libs/cholesky.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cholesky.c -o cholesky.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o choleskyc.lo choleskyc.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c choleskyc.c -fPIC -DPIC -o .libs/choleskyc.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c choleskyc.c -o choleskyc.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o symmtd.lo symmtd.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c symmtd.c -fPIC -DPIC -o .libs/symmtd.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c symmtd.c -o symmtd.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hermtd.lo hermtd.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hermtd.c -fPIC -DPIC -o .libs/hermtd.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hermtd.c -o hermtd.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bidiag.lo bidiag.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bidiag.c -fPIC -DPIC -o .libs/bidiag.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bidiag.c -o bidiag.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o balance.lo balance.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c balance.c -fPIC -DPIC -o .libs/balance.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c balance.c -o balance.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o balancemat.lo balancemat.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c balancemat.c -fPIC -DPIC -o .libs/balancemat.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c balancemat.c -o balancemat.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgsllinalg.a
- libtool: link: ( cd ".libs" && rm -f "libgsllinalg.la" && ln -s "../libgsllinalg.la" "libgsllinalg.la" )
- make[2]: Leaving directory '/gsl/linalg'
- Making all in eigen
- make[2]: Entering directory '/gsl/eigen'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o jacobi.lo jacobi.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c jacobi.c -fPIC -DPIC -o .libs/jacobi.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c jacobi.c -o jacobi.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o symm.lo symm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c symm.c -fPIC -DPIC -o .libs/symm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c symm.c -o symm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o symmv.lo symmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c symmv.c -fPIC -DPIC -o .libs/symmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c symmv.c -o symmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o nonsymm.lo nonsymm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nonsymm.c -fPIC -DPIC -o .libs/nonsymm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nonsymm.c -o nonsymm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o nonsymmv.lo nonsymmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nonsymmv.c -fPIC -DPIC -o .libs/nonsymmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nonsymmv.c -o nonsymmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o herm.lo herm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c herm.c -fPIC -DPIC -o .libs/herm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c herm.c -o herm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hermv.lo hermv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hermv.c -fPIC -DPIC -o .libs/hermv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hermv.c -o hermv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gensymm.lo gensymm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gensymm.c -fPIC -DPIC -o .libs/gensymm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gensymm.c -o gensymm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gensymmv.lo gensymmv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gensymmv.c -fPIC -DPIC -o .libs/gensymmv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gensymmv.c -o gensymmv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o genherm.lo genherm.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c genherm.c -fPIC -DPIC -o .libs/genherm.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c genherm.c -o genherm.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o genhermv.lo genhermv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c genhermv.c -fPIC -DPIC -o .libs/genhermv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c genhermv.c -o genhermv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gen.lo gen.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gen.c -fPIC -DPIC -o .libs/gen.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gen.c -o gen.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o genv.lo genv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c genv.c -fPIC -DPIC -o .libs/genv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c genv.c -o genv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sort.lo sort.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sort.c -fPIC -DPIC -o .libs/sort.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sort.c -o sort.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o francis.lo francis.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c francis.c -fPIC -DPIC -o .libs/francis.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c francis.c -o francis.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o schur.lo schur.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c schur.c -fPIC -DPIC -o .libs/schur.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c schur.c -o schur.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgsleigen.a
- libtool: link: ( cd ".libs" && rm -f "libgsleigen.la" && ln -s "../libgsleigen.la" "libgsleigen.la" )
- make[2]: Leaving directory '/gsl/eigen'
- Making all in specfunc
- make[2]: Entering directory '/gsl/specfunc'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o airy.lo airy.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c airy.c -fPIC -DPIC -o .libs/airy.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c airy.c -o airy.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o airy_der.lo airy_der.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c airy_der.c -fPIC -DPIC -o .libs/airy_der.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c airy_der.c -o airy_der.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o airy_zero.lo airy_zero.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c airy_zero.c -fPIC -DPIC -o .libs/airy_zero.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c airy_zero.c -o airy_zero.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o atanint.lo atanint.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c atanint.c -fPIC -DPIC -o .libs/atanint.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c atanint.c -o atanint.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel.lo bessel.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel.c -fPIC -DPIC -o .libs/bessel.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel.c -o bessel.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_I0.lo bessel_I0.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_I0.c -fPIC -DPIC -o .libs/bessel_I0.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_I0.c -o bessel_I0.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_I1.lo bessel_I1.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_I1.c -fPIC -DPIC -o .libs/bessel_I1.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_I1.c -o bessel_I1.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_In.lo bessel_In.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_In.c -fPIC -DPIC -o .libs/bessel_In.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_In.c -o bessel_In.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Inu.lo bessel_Inu.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Inu.c -fPIC -DPIC -o .libs/bessel_Inu.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Inu.c -o bessel_Inu.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_J0.lo bessel_J0.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_J0.c -fPIC -DPIC -o .libs/bessel_J0.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_J0.c -o bessel_J0.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_J1.lo bessel_J1.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_J1.c -fPIC -DPIC -o .libs/bessel_J1.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_J1.c -o bessel_J1.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Jn.lo bessel_Jn.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Jn.c -fPIC -DPIC -o .libs/bessel_Jn.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Jn.c -o bessel_Jn.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Jnu.lo bessel_Jnu.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Jnu.c -fPIC -DPIC -o .libs/bessel_Jnu.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Jnu.c -o bessel_Jnu.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_K0.lo bessel_K0.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_K0.c -fPIC -DPIC -o .libs/bessel_K0.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_K0.c -o bessel_K0.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_K1.lo bessel_K1.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_K1.c -fPIC -DPIC -o .libs/bessel_K1.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_K1.c -o bessel_K1.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Kn.lo bessel_Kn.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Kn.c -fPIC -DPIC -o .libs/bessel_Kn.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Kn.c -o bessel_Kn.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Knu.lo bessel_Knu.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Knu.c -fPIC -DPIC -o .libs/bessel_Knu.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Knu.c -o bessel_Knu.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Y0.lo bessel_Y0.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Y0.c -fPIC -DPIC -o .libs/bessel_Y0.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Y0.c -o bessel_Y0.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Y1.lo bessel_Y1.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Y1.c -fPIC -DPIC -o .libs/bessel_Y1.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Y1.c -o bessel_Y1.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Yn.lo bessel_Yn.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Yn.c -fPIC -DPIC -o .libs/bessel_Yn.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Yn.c -o bessel_Yn.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_Ynu.lo bessel_Ynu.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Ynu.c -fPIC -DPIC -o .libs/bessel_Ynu.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_Ynu.c -o bessel_Ynu.o >/dev/null 2>&1
- /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
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_amp_phase.c -fPIC -DPIC -o .libs/bessel_amp_phase.o
- 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
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_i.lo bessel_i.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_i.c -fPIC -DPIC -o .libs/bessel_i.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_i.c -o bessel_i.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_j.lo bessel_j.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_j.c -fPIC -DPIC -o .libs/bessel_j.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_j.c -o bessel_j.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_k.lo bessel_k.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_k.c -fPIC -DPIC -o .libs/bessel_k.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_k.c -o bessel_k.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_olver.lo bessel_olver.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_olver.c -fPIC -DPIC -o .libs/bessel_olver.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_olver.c -o bessel_olver.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_temme.lo bessel_temme.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_temme.c -fPIC -DPIC -o .libs/bessel_temme.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_temme.c -o bessel_temme.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_y.lo bessel_y.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_y.c -fPIC -DPIC -o .libs/bessel_y.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_y.c -o bessel_y.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_zero.lo bessel_zero.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_zero.c -fPIC -DPIC -o .libs/bessel_zero.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_zero.c -o bessel_zero.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bessel_sequence.lo bessel_sequence.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_sequence.c -fPIC -DPIC -o .libs/bessel_sequence.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bessel_sequence.c -o bessel_sequence.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o beta.lo beta.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta.c -fPIC -DPIC -o .libs/beta.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta.c -o beta.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o beta_inc.lo beta_inc.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta_inc.c -fPIC -DPIC -o .libs/beta_inc.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta_inc.c -o beta_inc.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o clausen.lo clausen.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c clausen.c -fPIC -DPIC -o .libs/clausen.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c clausen.c -o clausen.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o coulomb.lo coulomb.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coulomb.c -fPIC -DPIC -o .libs/coulomb.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coulomb.c -o coulomb.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o coupling.lo coupling.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coupling.c -fPIC -DPIC -o .libs/coupling.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coupling.c -o coupling.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o coulomb_bound.lo coulomb_bound.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coulomb_bound.c -fPIC -DPIC -o .libs/coulomb_bound.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coulomb_bound.c -o coulomb_bound.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dawson.lo dawson.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dawson.c -fPIC -DPIC -o .libs/dawson.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dawson.c -o dawson.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o debye.lo debye.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c debye.c -fPIC -DPIC -o .libs/debye.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c debye.c -o debye.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dilog.lo dilog.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dilog.c -fPIC -DPIC -o .libs/dilog.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dilog.c -o dilog.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o elementary.lo elementary.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c elementary.c -fPIC -DPIC -o .libs/elementary.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c elementary.c -o elementary.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ellint.lo ellint.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ellint.c -fPIC -DPIC -o .libs/ellint.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ellint.c -o ellint.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o elljac.lo elljac.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c elljac.c -fPIC -DPIC -o .libs/elljac.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c elljac.c -o elljac.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o erfc.lo erfc.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c erfc.c -fPIC -DPIC -o .libs/erfc.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c erfc.c -o erfc.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o exp.lo exp.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exp.c -fPIC -DPIC -o .libs/exp.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exp.c -o exp.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o expint.lo expint.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c expint.c -fPIC -DPIC -o .libs/expint.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c expint.c -o expint.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o expint3.lo expint3.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c expint3.c -fPIC -DPIC -o .libs/expint3.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c expint3.c -o expint3.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fermi_dirac.lo fermi_dirac.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fermi_dirac.c -fPIC -DPIC -o .libs/fermi_dirac.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fermi_dirac.c -o fermi_dirac.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gegenbauer.lo gegenbauer.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gegenbauer.c -fPIC -DPIC -o .libs/gegenbauer.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gegenbauer.c -o gegenbauer.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gamma.lo gamma.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma.c -fPIC -DPIC -o .libs/gamma.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma.c -o gamma.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gamma_inc.lo gamma_inc.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma_inc.c -fPIC -DPIC -o .libs/gamma_inc.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma_inc.c -o gamma_inc.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hyperg_0F1.lo hyperg_0F1.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_0F1.c -fPIC -DPIC -o .libs/hyperg_0F1.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_0F1.c -o hyperg_0F1.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hyperg_2F0.lo hyperg_2F0.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_2F0.c -fPIC -DPIC -o .libs/hyperg_2F0.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_2F0.c -o hyperg_2F0.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hyperg_1F1.lo hyperg_1F1.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_1F1.c -fPIC -DPIC -o .libs/hyperg_1F1.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_1F1.c -o hyperg_1F1.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hyperg_2F1.lo hyperg_2F1.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_2F1.c -fPIC -DPIC -o .libs/hyperg_2F1.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_2F1.c -o hyperg_2F1.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hyperg_U.lo hyperg_U.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_U.c -fPIC -DPIC -o .libs/hyperg_U.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg_U.c -o hyperg_U.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hyperg.lo hyperg.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg.c -fPIC -DPIC -o .libs/hyperg.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg.c -o hyperg.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o laguerre.lo laguerre.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laguerre.c -fPIC -DPIC -o .libs/laguerre.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laguerre.c -o laguerre.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lambert.lo lambert.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lambert.c -fPIC -DPIC -o .libs/lambert.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lambert.c -o lambert.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o legendre_H3d.lo legendre_H3d.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_H3d.c -fPIC -DPIC -o .libs/legendre_H3d.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_H3d.c -o legendre_H3d.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o legendre_Qn.lo legendre_Qn.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_Qn.c -fPIC -DPIC -o .libs/legendre_Qn.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_Qn.c -o legendre_Qn.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o legendre_con.lo legendre_con.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_con.c -fPIC -DPIC -o .libs/legendre_con.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_con.c -o legendre_con.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o legendre_poly.lo legendre_poly.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_poly.c -fPIC -DPIC -o .libs/legendre_poly.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c legendre_poly.c -o legendre_poly.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o log.lo log.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c log.c -fPIC -DPIC -o .libs/log.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c log.c -o log.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mathieu_angfunc.lo mathieu_angfunc.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_angfunc.c -fPIC -DPIC -o .libs/mathieu_angfunc.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_angfunc.c -o mathieu_angfunc.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mathieu_charv.lo mathieu_charv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_charv.c -fPIC -DPIC -o .libs/mathieu_charv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_charv.c -o mathieu_charv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mathieu_coeff.lo mathieu_coeff.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_coeff.c -fPIC -DPIC -o .libs/mathieu_coeff.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_coeff.c -o mathieu_coeff.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mathieu_radfunc.lo mathieu_radfunc.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_radfunc.c -fPIC -DPIC -o .libs/mathieu_radfunc.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_radfunc.c -o mathieu_radfunc.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mathieu_workspace.lo mathieu_workspace.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_workspace.c -fPIC -DPIC -o .libs/mathieu_workspace.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mathieu_workspace.c -o mathieu_workspace.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o poch.lo poch.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poch.c -fPIC -DPIC -o .libs/poch.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poch.c -o poch.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pow_int.lo pow_int.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pow_int.c -fPIC -DPIC -o .libs/pow_int.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pow_int.c -o pow_int.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o psi.lo psi.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c psi.c -fPIC -DPIC -o .libs/psi.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c psi.c -o psi.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o result.lo result.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c result.c -fPIC -DPIC -o .libs/result.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c result.c -o result.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o shint.lo shint.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c shint.c -fPIC -DPIC -o .libs/shint.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c shint.c -o shint.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sinint.lo sinint.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sinint.c -fPIC -DPIC -o .libs/sinint.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sinint.c -o sinint.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o synchrotron.lo synchrotron.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c synchrotron.c -fPIC -DPIC -o .libs/synchrotron.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c synchrotron.c -o synchrotron.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o transport.lo transport.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c transport.c -fPIC -DPIC -o .libs/transport.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c transport.c -o transport.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o trig.lo trig.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c trig.c -fPIC -DPIC -o .libs/trig.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c trig.c -o trig.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zeta.lo zeta.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zeta.c -fPIC -DPIC -o .libs/zeta.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zeta.c -o zeta.o >/dev/null 2>&1
- /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
- 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
- ar: `u' modifier ignored since `D' is the default (see `U')
- .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
- libtool: link: ranlib .libs/libgslspecfunc.a
- libtool: link: ( cd ".libs" && rm -f "libgslspecfunc.la" && ln -s "../libgslspecfunc.la" "libgslspecfunc.la" )
- make[2]: Leaving directory '/gsl/specfunc'
- Making all in dht
- make[2]: Entering directory '/gsl/dht'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dht.lo dht.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dht.c -fPIC -DPIC -o .libs/dht.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dht.c -o dht.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgsldht.la dht.lo -lm
- libtool: link: ar cru .libs/libgsldht.a .libs/dht.o
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgsldht.a
- libtool: link: ( cd ".libs" && rm -f "libgsldht.la" && ln -s "../libgsldht.la" "libgsldht.la" )
- make[2]: Leaving directory '/gsl/dht'
- Making all in qrng
- make[2]: Entering directory '/gsl/qrng'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qrng.lo qrng.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qrng.c -fPIC -DPIC -o .libs/qrng.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qrng.c -o qrng.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o niederreiter-2.lo niederreiter-2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c niederreiter-2.c -fPIC -DPIC -o .libs/niederreiter-2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c niederreiter-2.c -o niederreiter-2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sobol.lo sobol.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sobol.c -fPIC -DPIC -o .libs/sobol.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sobol.c -o sobol.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o halton.lo halton.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c halton.c -fPIC -DPIC -o .libs/halton.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c halton.c -o halton.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o reversehalton.lo reversehalton.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reversehalton.c -fPIC -DPIC -o .libs/reversehalton.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reversehalton.c -o reversehalton.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o inline.lo inline.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -fPIC -DPIC -o .libs/inline.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -o inline.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslqrng.a
- libtool: link: ( cd ".libs" && rm -f "libgslqrng.la" && ln -s "../libgslqrng.la" "libgslqrng.la" )
- make[2]: Leaving directory '/gsl/qrng'
- Making all in rng
- make[2]: Entering directory '/gsl/rng'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o borosh13.lo borosh13.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c borosh13.c -fPIC -DPIC -o .libs/borosh13.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c borosh13.c -o borosh13.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cmrg.lo cmrg.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cmrg.c -fPIC -DPIC -o .libs/cmrg.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cmrg.c -o cmrg.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o coveyou.lo coveyou.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coveyou.c -fPIC -DPIC -o .libs/coveyou.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c coveyou.c -o coveyou.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o default.lo default.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c default.c -fPIC -DPIC -o .libs/default.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c default.c -o default.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file.lo file.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -fPIC -DPIC -o .libs/file.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -o file.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fishman18.lo fishman18.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fishman18.c -fPIC -DPIC -o .libs/fishman18.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fishman18.c -o fishman18.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fishman20.lo fishman20.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fishman20.c -fPIC -DPIC -o .libs/fishman20.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fishman20.c -o fishman20.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fishman2x.lo fishman2x.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fishman2x.c -fPIC -DPIC -o .libs/fishman2x.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fishman2x.c -o fishman2x.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gfsr4.lo gfsr4.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gfsr4.c -fPIC -DPIC -o .libs/gfsr4.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gfsr4.c -o gfsr4.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o knuthran2.lo knuthran2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c knuthran2.c -fPIC -DPIC -o .libs/knuthran2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c knuthran2.c -o knuthran2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o knuthran.lo knuthran.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c knuthran.c -fPIC -DPIC -o .libs/knuthran.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c knuthran.c -o knuthran.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o knuthran2002.lo knuthran2002.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c knuthran2002.c -fPIC -DPIC -o .libs/knuthran2002.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c knuthran2002.c -o knuthran2002.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lecuyer21.lo lecuyer21.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lecuyer21.c -fPIC -DPIC -o .libs/lecuyer21.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lecuyer21.c -o lecuyer21.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o minstd.lo minstd.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minstd.c -fPIC -DPIC -o .libs/minstd.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minstd.c -o minstd.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mrg.lo mrg.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mrg.c -fPIC -DPIC -o .libs/mrg.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mrg.c -o mrg.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mt.lo mt.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mt.c -fPIC -DPIC -o .libs/mt.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mt.c -o mt.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o r250.lo r250.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c r250.c -fPIC -DPIC -o .libs/r250.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c r250.c -o r250.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ran0.lo ran0.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran0.c -fPIC -DPIC -o .libs/ran0.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran0.c -o ran0.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ran1.lo ran1.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran1.c -fPIC -DPIC -o .libs/ran1.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran1.c -o ran1.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ran2.lo ran2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran2.c -fPIC -DPIC -o .libs/ran2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran2.c -o ran2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ran3.lo ran3.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran3.c -fPIC -DPIC -o .libs/ran3.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ran3.c -o ran3.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rand48.lo rand48.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rand48.c -fPIC -DPIC -o .libs/rand48.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rand48.c -o rand48.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rand.lo rand.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rand.c -fPIC -DPIC -o .libs/rand.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rand.c -o rand.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o random.lo random.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c random.c -fPIC -DPIC -o .libs/random.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c random.c -o random.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o randu.lo randu.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c randu.c -fPIC -DPIC -o .libs/randu.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c randu.c -o randu.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ranf.lo ranf.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranf.c -fPIC -DPIC -o .libs/ranf.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranf.c -o ranf.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ranlux.lo ranlux.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranlux.c -fPIC -DPIC -o .libs/ranlux.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranlux.c -o ranlux.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ranlxd.lo ranlxd.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranlxd.c -fPIC -DPIC -o .libs/ranlxd.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranlxd.c -o ranlxd.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ranlxs.lo ranlxs.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranlxs.c -fPIC -DPIC -o .libs/ranlxs.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranlxs.c -o ranlxs.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ranmar.lo ranmar.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranmar.c -fPIC -DPIC -o .libs/ranmar.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ranmar.c -o ranmar.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rng.lo rng.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rng.c -fPIC -DPIC -o .libs/rng.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rng.c -o rng.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o slatec.lo slatec.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c slatec.c -fPIC -DPIC -o .libs/slatec.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c slatec.c -o slatec.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o taus.lo taus.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c taus.c -fPIC -DPIC -o .libs/taus.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c taus.c -o taus.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o taus113.lo taus113.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c taus113.c -fPIC -DPIC -o .libs/taus113.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c taus113.c -o taus113.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o transputer.lo transputer.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c transputer.c -fPIC -DPIC -o .libs/transputer.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c transputer.c -o transputer.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o tt.lo tt.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tt.c -fPIC -DPIC -o .libs/tt.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tt.c -o tt.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o types.lo types.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c types.c -fPIC -DPIC -o .libs/types.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c types.c -o types.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o uni32.lo uni32.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c uni32.c -fPIC -DPIC -o .libs/uni32.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c uni32.c -o uni32.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o uni.lo uni.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c uni.c -fPIC -DPIC -o .libs/uni.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c uni.c -o uni.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o vax.lo vax.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vax.c -fPIC -DPIC -o .libs/vax.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vax.c -o vax.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o waterman14.lo waterman14.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c waterman14.c -fPIC -DPIC -o .libs/waterman14.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c waterman14.c -o waterman14.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zuf.lo zuf.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zuf.c -fPIC -DPIC -o .libs/zuf.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zuf.c -o zuf.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o inline.lo inline.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -fPIC -DPIC -o .libs/inline.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -o inline.o >/dev/null 2>&1
- /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
- 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
- ar:
- libtool: link: ranlib .libs/libgslrng.a
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ( cd ".libs" && rm -f "libgslrng.la" && ln -s "../libgslrng.la" "libgslrng.la" )
- make[2]: Leaving directory '/gsl/rng'
- Making all in randist
- make[2]: Entering directory '/gsl/randist'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bernoulli.lo bernoulli.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bernoulli.c -fPIC -DPIC -o .libs/bernoulli.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bernoulli.c -o bernoulli.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o beta.lo beta.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta.c -fPIC -DPIC -o .libs/beta.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta.c -o beta.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bigauss.lo bigauss.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bigauss.c -fPIC -DPIC -o .libs/bigauss.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bigauss.c -o bigauss.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o binomial.lo binomial.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c binomial.c -fPIC -DPIC -o .libs/binomial.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c binomial.c -o binomial.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cauchy.lo cauchy.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cauchy.c -fPIC -DPIC -o .libs/cauchy.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cauchy.c -o cauchy.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chisq.lo chisq.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chisq.c -fPIC -DPIC -o .libs/chisq.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chisq.c -o chisq.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dirichlet.lo dirichlet.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dirichlet.c -fPIC -DPIC -o .libs/dirichlet.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dirichlet.c -o dirichlet.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o discrete.lo discrete.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c discrete.c -fPIC -DPIC -o .libs/discrete.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c discrete.c -o discrete.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o erlang.lo erlang.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c erlang.c -fPIC -DPIC -o .libs/erlang.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c erlang.c -o erlang.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o exponential.lo exponential.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponential.c -fPIC -DPIC -o .libs/exponential.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponential.c -o exponential.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o exppow.lo exppow.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exppow.c -fPIC -DPIC -o .libs/exppow.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exppow.c -o exppow.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdist.lo fdist.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdist.c -fPIC -DPIC -o .libs/fdist.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdist.c -o fdist.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o flat.lo flat.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c flat.c -fPIC -DPIC -o .libs/flat.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c flat.c -o flat.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gamma.lo gamma.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma.c -fPIC -DPIC -o .libs/gamma.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma.c -o gamma.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gauss.lo gauss.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gauss.c -fPIC -DPIC -o .libs/gauss.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gauss.c -o gauss.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gausszig.lo gausszig.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gausszig.c -fPIC -DPIC -o .libs/gausszig.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gausszig.c -o gausszig.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gausstail.lo gausstail.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gausstail.c -fPIC -DPIC -o .libs/gausstail.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gausstail.c -o gausstail.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o geometric.lo geometric.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c geometric.c -fPIC -DPIC -o .libs/geometric.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c geometric.c -o geometric.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gumbel.lo gumbel.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel.c -fPIC -DPIC -o .libs/gumbel.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel.c -o gumbel.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hyperg.lo hyperg.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg.c -fPIC -DPIC -o .libs/hyperg.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hyperg.c -o hyperg.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o laplace.lo laplace.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laplace.c -fPIC -DPIC -o .libs/laplace.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laplace.c -o laplace.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o levy.lo levy.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c levy.c -fPIC -DPIC -o .libs/levy.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c levy.c -o levy.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o logarithmic.lo logarithmic.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logarithmic.c -fPIC -DPIC -o .libs/logarithmic.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logarithmic.c -o logarithmic.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o logistic.lo logistic.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logistic.c -fPIC -DPIC -o .libs/logistic.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logistic.c -o logistic.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lognormal.lo lognormal.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lognormal.c -fPIC -DPIC -o .libs/lognormal.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lognormal.c -o lognormal.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o multinomial.lo multinomial.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c multinomial.c -fPIC -DPIC -o .libs/multinomial.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c multinomial.c -o multinomial.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o nbinomial.lo nbinomial.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nbinomial.c -fPIC -DPIC -o .libs/nbinomial.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nbinomial.c -o nbinomial.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pareto.lo pareto.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pareto.c -fPIC -DPIC -o .libs/pareto.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pareto.c -o pareto.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pascal.lo pascal.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pascal.c -fPIC -DPIC -o .libs/pascal.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pascal.c -o pascal.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o poisson.lo poisson.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poisson.c -fPIC -DPIC -o .libs/poisson.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poisson.c -o poisson.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rayleigh.lo rayleigh.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rayleigh.c -fPIC -DPIC -o .libs/rayleigh.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rayleigh.c -o rayleigh.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o shuffle.lo shuffle.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c shuffle.c -fPIC -DPIC -o .libs/shuffle.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c shuffle.c -o shuffle.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o sphere.lo sphere.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sphere.c -fPIC -DPIC -o .libs/sphere.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c sphere.c -o sphere.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o tdist.lo tdist.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tdist.c -fPIC -DPIC -o .libs/tdist.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tdist.c -o tdist.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o weibull.lo weibull.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c weibull.c -fPIC -DPIC -o .libs/weibull.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c weibull.c -o weibull.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o landau.lo landau.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c landau.c -fPIC -DPIC -o .libs/landau.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c landau.c -o landau.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o binomial_tpe.lo binomial_tpe.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c binomial_tpe.c -fPIC -DPIC -o .libs/binomial_tpe.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c binomial_tpe.c -o binomial_tpe.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslrandist.a
- libtool: link: ( cd ".libs" && rm -f "libgslrandist.la" && ln -s "../libgslrandist.la" "libgslrandist.la" )
- make[2]: Leaving directory '/gsl/randist'
- Making all in fft
- make[2]: Entering directory '/gsl/fft'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dft.lo dft.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dft.c -fPIC -DPIC -o .libs/dft.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dft.c -o dft.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fft.lo fft.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fft.c -fPIC -DPIC -o .libs/fft.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fft.c -o fft.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslfft.la dft.lo fft.lo -lm
- libtool: link: ar cru .libs/libgslfft.a .libs/dft.o .libs/fft.o
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslfft.a
- libtool: link: ( cd ".libs" && rm -f "libgslfft.la" && ln -s "../libgslfft.la" "libgslfft.la" )
- make[2]: Leaving directory '/gsl/fft'
- Making all in poly
- make[2]: Entering directory '/gsl/poly'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dd.lo dd.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dd.c -fPIC -DPIC -o .libs/dd.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dd.c -o dd.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o eval.lo eval.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c eval.c -fPIC -DPIC -o .libs/eval.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c eval.c -o eval.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o solve_quadratic.lo solve_quadratic.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c solve_quadratic.c -fPIC -DPIC -o .libs/solve_quadratic.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c solve_quadratic.c -o solve_quadratic.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o solve_cubic.lo solve_cubic.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c solve_cubic.c -fPIC -DPIC -o .libs/solve_cubic.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c solve_cubic.c -o solve_cubic.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zsolve_quadratic.lo zsolve_quadratic.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve_quadratic.c -fPIC -DPIC -o .libs/zsolve_quadratic.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve_quadratic.c -o zsolve_quadratic.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zsolve_cubic.lo zsolve_cubic.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve_cubic.c -fPIC -DPIC -o .libs/zsolve_cubic.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve_cubic.c -o zsolve_cubic.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zsolve.lo zsolve.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve.c -fPIC -DPIC -o .libs/zsolve.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve.c -o zsolve.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o zsolve_init.lo zsolve_init.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve_init.c -fPIC -DPIC -o .libs/zsolve_init.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c zsolve_init.c -o zsolve_init.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o deriv.lo deriv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c deriv.c -fPIC -DPIC -o .libs/deriv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c deriv.c -o deriv.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslpoly.a
- libtool: link: ( cd ".libs" && rm -f "libgslpoly.la" && ln -s "../libgslpoly.la" "libgslpoly.la" )
- make[2]: Leaving directory '/gsl/poly'
- Making all in fit
- make[2]: Entering directory '/gsl/fit'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o linear.lo linear.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c linear.c -fPIC -DPIC -o .libs/linear.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c linear.c -o linear.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslfit.la linear.lo -lm
- libtool: link: ar cru .libs/libgslfit.a .libs/linear.o
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslfit.a
- libtool: link: ( cd ".libs" && rm -f "libgslfit.la" && ln -s "../libgslfit.la" "libgslfit.la" )
- make[2]: Leaving directory '/gsl/fit'
- Making all in multifit
- make[2]: Entering directory '/gsl/multifit'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o multilinear.lo multilinear.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c multilinear.c -fPIC -DPIC -o .libs/multilinear.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c multilinear.c -o multilinear.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o work.lo work.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c work.c -fPIC -DPIC -o .libs/work.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c work.c -o work.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lmder.lo lmder.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lmder.c -fPIC -DPIC -o .libs/lmder.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lmder.c -o lmder.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fsolver.lo fsolver.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -fPIC -DPIC -o .libs/fsolver.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -o fsolver.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdfsolver.lo fdfsolver.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfsolver.c -fPIC -DPIC -o .libs/fdfsolver.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfsolver.c -o fdfsolver.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o convergence.lo convergence.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -fPIC -DPIC -o .libs/convergence.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -o convergence.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gradient.lo gradient.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gradient.c -fPIC -DPIC -o .libs/gradient.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gradient.c -o gradient.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o covar.lo covar.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c covar.c -fPIC -DPIC -o .libs/covar.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c covar.c -o covar.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslmultifit.a
- libtool: link: ( cd ".libs" && rm -f "libgslmultifit.la" && ln -s "../libgslmultifit.la" "libgslmultifit.la" )
- make[2]: Leaving directory '/gsl/multifit'
- Making all in statistics
- make[2]: Entering directory '/gsl/statistics'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o mean.lo mean.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mean.c -fPIC -DPIC -o .libs/mean.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c mean.c -o mean.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o variance.lo variance.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c variance.c -fPIC -DPIC -o .libs/variance.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c variance.c -o variance.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o absdev.lo absdev.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c absdev.c -fPIC -DPIC -o .libs/absdev.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c absdev.c -o absdev.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o skew.lo skew.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c skew.c -fPIC -DPIC -o .libs/skew.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c skew.c -o skew.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o kurtosis.lo kurtosis.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c kurtosis.c -fPIC -DPIC -o .libs/kurtosis.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c kurtosis.c -o kurtosis.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lag1.lo lag1.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lag1.c -fPIC -DPIC -o .libs/lag1.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lag1.c -o lag1.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o p_variance.lo p_variance.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c p_variance.c -fPIC -DPIC -o .libs/p_variance.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c p_variance.c -o p_variance.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o minmax.lo minmax.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -fPIC -DPIC -o .libs/minmax.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c minmax.c -o minmax.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ttest.lo ttest.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ttest.c -fPIC -DPIC -o .libs/ttest.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ttest.c -o ttest.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o median.lo median.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c median.c -fPIC -DPIC -o .libs/median.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c median.c -o median.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o covariance.lo covariance.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c covariance.c -fPIC -DPIC -o .libs/covariance.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c covariance.c -o covariance.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o quantiles.lo quantiles.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c quantiles.c -fPIC -DPIC -o .libs/quantiles.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c quantiles.c -o quantiles.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o wmean.lo wmean.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wmean.c -fPIC -DPIC -o .libs/wmean.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wmean.c -o wmean.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o wvariance.lo wvariance.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wvariance.c -fPIC -DPIC -o .libs/wvariance.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wvariance.c -o wvariance.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o wabsdev.lo wabsdev.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wabsdev.c -fPIC -DPIC -o .libs/wabsdev.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wabsdev.c -o wabsdev.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o wskew.lo wskew.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wskew.c -fPIC -DPIC -o .libs/wskew.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wskew.c -o wskew.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o wkurtosis.lo wkurtosis.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wkurtosis.c -fPIC -DPIC -o .libs/wkurtosis.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wkurtosis.c -o wkurtosis.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslstatistics.a
- libtool: link: ( cd ".libs" && rm -f "libgslstatistics.la" && ln -s "../libgslstatistics.la" "libgslstatistics.la" )
- make[2]: Leaving directory '/gsl/statistics'
- Making all in siman
- make[2]: Entering directory '/gsl/siman'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o siman.lo siman.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c siman.c -fPIC -DPIC -o .libs/siman.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c siman.c -o siman.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslsiman.la siman.lo -lm
- libtool: link: ar cru .libs/libgslsiman.a .libs/siman.o
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslsiman.a
- libtool: link: ( cd ".libs" && rm -f "libgslsiman.la" && ln -s "../libgslsiman.la" "libgslsiman.la" )
- gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c siman_tsp.c
- /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
- 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
- make[2]: Leaving directory '/gsl/siman'
- Making all in sum
- make[2]: Entering directory '/gsl/sum'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o levin_u.lo levin_u.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c levin_u.c -fPIC -DPIC -o .libs/levin_u.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c levin_u.c -o levin_u.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o levin_utrunc.lo levin_utrunc.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c levin_utrunc.c -fPIC -DPIC -o .libs/levin_utrunc.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c levin_utrunc.c -o levin_utrunc.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o work_u.lo work_u.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c work_u.c -fPIC -DPIC -o .libs/work_u.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c work_u.c -o work_u.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o work_utrunc.lo work_utrunc.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c work_utrunc.c -fPIC -DPIC -o .libs/work_utrunc.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c work_utrunc.c -o work_utrunc.o >/dev/null 2>&1
- /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
- libtool: link: ar cru .libs/libgslsum.a .libs/levin_u.o .libs/levin_utrunc.o .libs/work_u.o .libs/work_utrunc.o
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslsum.a
- libtool: link: ( cd ".libs" && rm -f "libgslsum.la" && ln -s "../libgslsum.la" "libgslsum.la" )
- make[2]: Leaving directory '/gsl/sum'
- Making all in integration
- make[2]: Entering directory '/gsl/integration'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qk15.lo qk15.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk15.c -fPIC -DPIC -o .libs/qk15.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk15.c -o qk15.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qk21.lo qk21.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk21.c -fPIC -DPIC -o .libs/qk21.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk21.c -o qk21.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qk31.lo qk31.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk31.c -fPIC -DPIC -o .libs/qk31.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk31.c -o qk31.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qk41.lo qk41.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk41.c -fPIC -DPIC -o .libs/qk41.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk41.c -o qk41.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qk51.lo qk51.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk51.c -fPIC -DPIC -o .libs/qk51.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk51.c -o qk51.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qk61.lo qk61.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk61.c -fPIC -DPIC -o .libs/qk61.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk61.c -o qk61.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qk.lo qk.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk.c -fPIC -DPIC -o .libs/qk.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qk.c -o qk.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qng.lo qng.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qng.c -fPIC -DPIC -o .libs/qng.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qng.c -o qng.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qag.lo qag.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qag.c -fPIC -DPIC -o .libs/qag.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qag.c -o qag.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qags.lo qags.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qags.c -fPIC -DPIC -o .libs/qags.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qags.c -o qags.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qagp.lo qagp.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qagp.c -fPIC -DPIC -o .libs/qagp.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qagp.c -o qagp.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o workspace.lo workspace.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c workspace.c -fPIC -DPIC -o .libs/workspace.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c workspace.c -o workspace.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qcheb.lo qcheb.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qcheb.c -fPIC -DPIC -o .libs/qcheb.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qcheb.c -o qcheb.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qawc.lo qawc.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qawc.c -fPIC -DPIC -o .libs/qawc.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qawc.c -o qawc.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qmomo.lo qmomo.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qmomo.c -fPIC -DPIC -o .libs/qmomo.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qmomo.c -o qmomo.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qaws.lo qaws.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qaws.c -fPIC -DPIC -o .libs/qaws.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qaws.c -o qaws.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qmomof.lo qmomof.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qmomof.c -fPIC -DPIC -o .libs/qmomof.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qmomof.c -o qmomof.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qawo.lo qawo.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qawo.c -fPIC -DPIC -o .libs/qawo.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qawo.c -o qawo.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o qawf.lo qawf.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qawf.c -fPIC -DPIC -o .libs/qawf.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c qawf.c -o qawf.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslintegration.a
- libtool: link: ( cd ".libs" && rm -f "libgslintegration.la" && ln -s "../libgslintegration.la" "libgslintegration.la" )
- make[2]: Leaving directory '/gsl/integration'
- Making all in interpolation
- make[2]: Entering directory '/gsl/interpolation'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o accel.lo accel.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c accel.c -fPIC -DPIC -o .libs/accel.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c accel.c -o accel.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o akima.lo akima.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c akima.c -fPIC -DPIC -o .libs/akima.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c akima.c -o akima.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cspline.lo cspline.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cspline.c -fPIC -DPIC -o .libs/cspline.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cspline.c -o cspline.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o interp.lo interp.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c interp.c -fPIC -DPIC -o .libs/interp.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c interp.c -o interp.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o linear.lo linear.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c linear.c -fPIC -DPIC -o .libs/linear.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c linear.c -o linear.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o spline.lo spline.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c spline.c -fPIC -DPIC -o .libs/spline.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c spline.c -o spline.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o poly.lo poly.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poly.c -fPIC -DPIC -o .libs/poly.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poly.c -o poly.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o inline.lo inline.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -fPIC -DPIC -o .libs/inline.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c inline.c -o inline.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslinterpolation.a
- libtool: link: ( cd ".libs" && rm -f "libgslinterpolation.la" && ln -s "../libgslinterpolation.la" "libgslinterpolation.la" )
- make[2]: Leaving directory '/gsl/interpolation'
- Making all in histogram
- make[2]: Entering directory '/gsl/histogram'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o add.lo add.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c add.c -fPIC -DPIC -o .libs/add.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c add.c -o add.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o get.lo get.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c get.c -fPIC -DPIC -o .libs/get.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c get.c -o get.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init.lo init.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -fPIC -DPIC -o .libs/init.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init.c -o init.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o params.lo params.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c params.c -fPIC -DPIC -o .libs/params.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c params.c -o params.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o reset.lo reset.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reset.c -fPIC -DPIC -o .libs/reset.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reset.c -o reset.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file.lo file.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -fPIC -DPIC -o .libs/file.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file.c -o file.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pdf.lo pdf.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pdf.c -fPIC -DPIC -o .libs/pdf.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pdf.c -o pdf.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o add2d.lo add2d.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c add2d.c -fPIC -DPIC -o .libs/add2d.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c add2d.c -o add2d.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o get2d.lo get2d.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c get2d.c -fPIC -DPIC -o .libs/get2d.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c get2d.c -o get2d.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o init2d.lo init2d.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init2d.c -fPIC -DPIC -o .libs/init2d.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c init2d.c -o init2d.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o params2d.lo params2d.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c params2d.c -fPIC -DPIC -o .libs/params2d.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c params2d.c -o params2d.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o reset2d.lo reset2d.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reset2d.c -fPIC -DPIC -o .libs/reset2d.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c reset2d.c -o reset2d.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o file2d.lo file2d.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file2d.c -fPIC -DPIC -o .libs/file2d.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c file2d.c -o file2d.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pdf2d.lo pdf2d.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pdf2d.c -fPIC -DPIC -o .libs/pdf2d.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pdf2d.c -o pdf2d.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o calloc_range.lo calloc_range.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c calloc_range.c -fPIC -DPIC -o .libs/calloc_range.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c calloc_range.c -o calloc_range.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o calloc_range2d.lo calloc_range2d.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c calloc_range2d.c -fPIC -DPIC -o .libs/calloc_range2d.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c calloc_range2d.c -o calloc_range2d.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o copy.lo copy.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy.c -fPIC -DPIC -o .libs/copy.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy.c -o copy.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o copy2d.lo copy2d.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy2d.c -fPIC -DPIC -o .libs/copy2d.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c copy2d.c -o copy2d.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o maxval.lo maxval.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c maxval.c -fPIC -DPIC -o .libs/maxval.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c maxval.c -o maxval.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o maxval2d.lo maxval2d.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c maxval2d.c -fPIC -DPIC -o .libs/maxval2d.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c maxval2d.c -o maxval2d.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o oper.lo oper.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper.c -fPIC -DPIC -o .libs/oper.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper.c -o oper.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o oper2d.lo oper2d.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper2d.c -fPIC -DPIC -o .libs/oper2d.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c oper2d.c -o oper2d.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o stat.lo stat.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stat.c -fPIC -DPIC -o .libs/stat.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stat.c -o stat.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o stat2d.lo stat2d.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stat2d.c -fPIC -DPIC -o .libs/stat2d.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c stat2d.c -o stat2d.o >/dev/null 2>&1
- /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
- 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
- libtool: link: ranlib .libs/libgslhistogram.a
- ar: `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ( cd ".libs" && rm -f "libgslhistogram.la" && ln -s "../libgslhistogram.la" "libgslhistogram.la" )
- make[2]: Leaving directory '/gsl/histogram'
- Making all in ode-initval
- make[2]: Entering directory '/gsl/ode-initval'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o control.lo control.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c control.c -fPIC -DPIC -o .libs/control.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c control.c -o control.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cstd.lo cstd.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cstd.c -fPIC -DPIC -o .libs/cstd.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cstd.c -o cstd.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cscal.lo cscal.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cscal.c -fPIC -DPIC -o .libs/cscal.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cscal.c -o cscal.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o evolve.lo evolve.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c evolve.c -fPIC -DPIC -o .libs/evolve.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c evolve.c -o evolve.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o step.lo step.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c step.c -fPIC -DPIC -o .libs/step.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c step.c -o step.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rk2.lo rk2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk2.c -fPIC -DPIC -o .libs/rk2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk2.c -o rk2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rk2imp.lo rk2imp.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk2imp.c -fPIC -DPIC -o .libs/rk2imp.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk2imp.c -o rk2imp.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rk2simp.lo rk2simp.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk2simp.c -fPIC -DPIC -o .libs/rk2simp.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk2simp.c -o rk2simp.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rk4.lo rk4.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk4.c -fPIC -DPIC -o .libs/rk4.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk4.c -o rk4.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rk4imp.lo rk4imp.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk4imp.c -fPIC -DPIC -o .libs/rk4imp.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk4imp.c -o rk4imp.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rkf45.lo rkf45.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rkf45.c -fPIC -DPIC -o .libs/rkf45.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rkf45.c -o rkf45.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rk8pd.lo rk8pd.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk8pd.c -fPIC -DPIC -o .libs/rk8pd.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rk8pd.c -o rk8pd.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rkck.lo rkck.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rkck.c -fPIC -DPIC -o .libs/rkck.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rkck.c -o rkck.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bsimp.lo bsimp.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bsimp.c -fPIC -DPIC -o .libs/bsimp.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bsimp.c -o bsimp.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gear1.lo gear1.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gear1.c -fPIC -DPIC -o .libs/gear1.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gear1.c -o gear1.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gear2.lo gear2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gear2.c -fPIC -DPIC -o .libs/gear2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gear2.c -o gear2.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslodeiv.a
- libtool: link: ( cd ".libs" && rm -f "libgslodeiv.la" && ln -s "../libgslodeiv.la" "libgslodeiv.la" )
- make[2]: Leaving directory '/gsl/ode-initval'
- Making all in roots
- make[2]: Entering directory '/gsl/roots'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bisection.lo bisection.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bisection.c -fPIC -DPIC -o .libs/bisection.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bisection.c -o bisection.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o brent.lo brent.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c brent.c -fPIC -DPIC -o .libs/brent.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c brent.c -o brent.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o falsepos.lo falsepos.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c falsepos.c -fPIC -DPIC -o .libs/falsepos.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c falsepos.c -o falsepos.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o newton.lo newton.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c newton.c -fPIC -DPIC -o .libs/newton.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c newton.c -o newton.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o secant.lo secant.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c secant.c -fPIC -DPIC -o .libs/secant.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c secant.c -o secant.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o steffenson.lo steffenson.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c steffenson.c -fPIC -DPIC -o .libs/steffenson.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c steffenson.c -o steffenson.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o convergence.lo convergence.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -fPIC -DPIC -o .libs/convergence.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -o convergence.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fsolver.lo fsolver.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -fPIC -DPIC -o .libs/fsolver.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -o fsolver.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdfsolver.lo fdfsolver.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfsolver.c -fPIC -DPIC -o .libs/fdfsolver.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfsolver.c -o fdfsolver.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslroots.a
- libtool: link: ( cd ".libs" && rm -f "libgslroots.la" && ln -s "../libgslroots.la" "libgslroots.la" )
- make[2]: Leaving directory '/gsl/roots'
- Making all in multiroots
- make[2]: Entering directory '/gsl/multiroots'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdjac.lo fdjac.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdjac.c -fPIC -DPIC -o .libs/fdjac.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdjac.c -o fdjac.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fsolver.lo fsolver.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -fPIC -DPIC -o .libs/fsolver.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -o fsolver.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdfsolver.lo fdfsolver.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfsolver.c -fPIC -DPIC -o .libs/fdfsolver.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfsolver.c -o fdfsolver.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o convergence.lo convergence.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -fPIC -DPIC -o .libs/convergence.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -o convergence.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o newton.lo newton.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c newton.c -fPIC -DPIC -o .libs/newton.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c newton.c -o newton.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gnewton.lo gnewton.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gnewton.c -fPIC -DPIC -o .libs/gnewton.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gnewton.c -o gnewton.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dnewton.lo dnewton.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dnewton.c -fPIC -DPIC -o .libs/dnewton.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dnewton.c -o dnewton.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o broyden.lo broyden.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c broyden.c -fPIC -DPIC -o .libs/broyden.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c broyden.c -o broyden.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hybrid.lo hybrid.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hybrid.c -fPIC -DPIC -o .libs/hybrid.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hybrid.c -o hybrid.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hybridj.lo hybridj.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hybridj.c -fPIC -DPIC -o .libs/hybridj.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hybridj.c -o hybridj.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslmultiroots.a
- libtool: link: ( cd ".libs" && rm -f "libgslmultiroots.la" && ln -s "../libgslmultiroots.la" "libgslmultiroots.la" )
- make[2]: Leaving directory '/gsl/multiroots'
- Making all in min
- make[2]: Entering directory '/gsl/min'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fsolver.lo fsolver.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -fPIC -DPIC -o .libs/fsolver.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fsolver.c -o fsolver.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o golden.lo golden.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c golden.c -fPIC -DPIC -o .libs/golden.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c golden.c -o golden.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o brent.lo brent.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c brent.c -fPIC -DPIC -o .libs/brent.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c brent.c -o brent.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o convergence.lo convergence.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -fPIC -DPIC -o .libs/convergence.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -o convergence.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bracketing.lo bracketing.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bracketing.c -fPIC -DPIC -o .libs/bracketing.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bracketing.c -o bracketing.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o quad_golden.lo quad_golden.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c quad_golden.c -fPIC -DPIC -o .libs/quad_golden.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c quad_golden.c -o quad_golden.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslmin.a
- libtool: link: ( cd ".libs" && rm -f "libgslmin.la" && ln -s "../libgslmin.la" "libgslmin.la" )
- make[2]: Leaving directory '/gsl/min'
- Making all in multimin
- make[2]: Entering directory '/gsl/multimin'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdfminimizer.lo fdfminimizer.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfminimizer.c -fPIC -DPIC -o .libs/fdfminimizer.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdfminimizer.c -o fdfminimizer.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o steepest_descent.lo steepest_descent.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c steepest_descent.c -fPIC -DPIC -o .libs/steepest_descent.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c steepest_descent.c -o steepest_descent.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o conjugate_fr.lo conjugate_fr.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c conjugate_fr.c -fPIC -DPIC -o .libs/conjugate_fr.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c conjugate_fr.c -o conjugate_fr.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o conjugate_pr.lo conjugate_pr.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c conjugate_pr.c -fPIC -DPIC -o .libs/conjugate_pr.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c conjugate_pr.c -o conjugate_pr.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o convergence.lo convergence.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -fPIC -DPIC -o .libs/convergence.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c convergence.c -o convergence.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o diff.lo diff.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c diff.c -fPIC -DPIC -o .libs/diff.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c diff.c -o diff.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o vector_bfgs.lo vector_bfgs.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vector_bfgs.c -fPIC -DPIC -o .libs/vector_bfgs.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vector_bfgs.c -o vector_bfgs.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o vector_bfgs2.lo vector_bfgs2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vector_bfgs2.c -fPIC -DPIC -o .libs/vector_bfgs2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vector_bfgs2.c -o vector_bfgs2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fminimizer.lo fminimizer.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fminimizer.c -fPIC -DPIC -o .libs/fminimizer.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fminimizer.c -o fminimizer.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o simplex.lo simplex.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c simplex.c -fPIC -DPIC -o .libs/simplex.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c simplex.c -o simplex.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o simplex2.lo simplex2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c simplex2.c -fPIC -DPIC -o .libs/simplex2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c simplex2.c -o simplex2.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslmultimin.a
- libtool: link: ( cd ".libs" && rm -f "libgslmultimin.la" && ln -s "../libgslmultimin.la" "libgslmultimin.la" )
- make[2]: Leaving directory '/gsl/multimin'
- Making all in monte
- make[2]: Entering directory '/gsl/monte'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o miser.lo miser.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c miser.c -fPIC -DPIC -o .libs/miser.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c miser.c -o miser.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o plain.lo plain.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c plain.c -fPIC -DPIC -o .libs/plain.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c plain.c -o plain.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o vegas.lo vegas.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vegas.c -fPIC -DPIC -o .libs/vegas.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c vegas.c -o vegas.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslmonte.la miser.lo plain.lo vegas.lo -lm
- libtool: link: ar cru .libs/libgslmonte.a .libs/miser.o .libs/plain.o .libs/vegas.o
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslmonte.a
- libtool: link: ( cd ".libs" && rm -f "libgslmonte.la" && ln -s "../libgslmonte.la" "libgslmonte.la" )
- make[2]: Leaving directory '/gsl/monte'
- Making all in ntuple
- make[2]: Entering directory '/gsl/ntuple'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o ntuple.lo ntuple.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ntuple.c -fPIC -DPIC -o .libs/ntuple.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c ntuple.c -o ntuple.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslntuple.la ntuple.lo -lm
- libtool: link: ar cru .libs/libgslntuple.a .libs/ntuple.o
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslntuple.a
- libtool: link: ( cd ".libs" && rm -f "libgslntuple.la" && ln -s "../libgslntuple.la" "libgslntuple.la" )
- make[2]: Leaving directory '/gsl/ntuple'
- Making all in diff
- make[2]: Entering directory '/gsl/diff'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o diff.lo diff.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c diff.c -fPIC -DPIC -o .libs/diff.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c diff.c -o diff.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgsldiff.la diff.lo -lm
- libtool: link: ar cru .libs/libgsldiff.a .libs/diff.o
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgsldiff.a
- libtool: link: ( cd ".libs" && rm -f "libgsldiff.la" && ln -s "../libgsldiff.la" "libgsldiff.la" )
- make[2]: Leaving directory '/gsl/diff'
- Making all in deriv
- make[2]: Entering directory '/gsl/deriv'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o deriv.lo deriv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c deriv.c -fPIC -DPIC -o .libs/deriv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c deriv.c -o deriv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslderiv.la deriv.lo -lm
- libtool: link: ar cru .libs/libgslderiv.a .libs/deriv.o
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslderiv.a
- libtool: link: ( cd ".libs" && rm -f "libgslderiv.la" && ln -s "../libgslderiv.la" "libgslderiv.la" )
- make[2]: Leaving directory '/gsl/deriv'
- Making all in cdf
- make[2]: Entering directory '/gsl/cdf'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o beta.lo beta.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta.c -fPIC -DPIC -o .libs/beta.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c beta.c -o beta.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o betainv.lo betainv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c betainv.c -fPIC -DPIC -o .libs/betainv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c betainv.c -o betainv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cauchy.lo cauchy.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cauchy.c -fPIC -DPIC -o .libs/cauchy.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cauchy.c -o cauchy.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o cauchyinv.lo cauchyinv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cauchyinv.c -fPIC -DPIC -o .libs/cauchyinv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c cauchyinv.c -o cauchyinv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chisq.lo chisq.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chisq.c -fPIC -DPIC -o .libs/chisq.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chisq.c -o chisq.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o chisqinv.lo chisqinv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chisqinv.c -fPIC -DPIC -o .libs/chisqinv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c chisqinv.c -o chisqinv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o exponential.lo exponential.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponential.c -fPIC -DPIC -o .libs/exponential.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponential.c -o exponential.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o exponentialinv.lo exponentialinv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponentialinv.c -fPIC -DPIC -o .libs/exponentialinv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exponentialinv.c -o exponentialinv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o exppow.lo exppow.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exppow.c -fPIC -DPIC -o .libs/exppow.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c exppow.c -o exppow.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdist.lo fdist.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdist.c -fPIC -DPIC -o .libs/fdist.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdist.c -o fdist.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o fdistinv.lo fdistinv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdistinv.c -fPIC -DPIC -o .libs/fdistinv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c fdistinv.c -o fdistinv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o flat.lo flat.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c flat.c -fPIC -DPIC -o .libs/flat.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c flat.c -o flat.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o flatinv.lo flatinv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c flatinv.c -fPIC -DPIC -o .libs/flatinv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c flatinv.c -o flatinv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gamma.lo gamma.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma.c -fPIC -DPIC -o .libs/gamma.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gamma.c -o gamma.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gammainv.lo gammainv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gammainv.c -fPIC -DPIC -o .libs/gammainv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gammainv.c -o gammainv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gauss.lo gauss.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gauss.c -fPIC -DPIC -o .libs/gauss.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gauss.c -o gauss.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gaussinv.lo gaussinv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gaussinv.c -fPIC -DPIC -o .libs/gaussinv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gaussinv.c -o gaussinv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gumbel1.lo gumbel1.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel1.c -fPIC -DPIC -o .libs/gumbel1.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel1.c -o gumbel1.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gumbel1inv.lo gumbel1inv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel1inv.c -fPIC -DPIC -o .libs/gumbel1inv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel1inv.c -o gumbel1inv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gumbel2.lo gumbel2.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel2.c -fPIC -DPIC -o .libs/gumbel2.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel2.c -o gumbel2.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o gumbel2inv.lo gumbel2inv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel2inv.c -fPIC -DPIC -o .libs/gumbel2inv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c gumbel2inv.c -o gumbel2inv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o laplace.lo laplace.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laplace.c -fPIC -DPIC -o .libs/laplace.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laplace.c -o laplace.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o laplaceinv.lo laplaceinv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laplaceinv.c -fPIC -DPIC -o .libs/laplaceinv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c laplaceinv.c -o laplaceinv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o logistic.lo logistic.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logistic.c -fPIC -DPIC -o .libs/logistic.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logistic.c -o logistic.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o logisticinv.lo logisticinv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logisticinv.c -fPIC -DPIC -o .libs/logisticinv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c logisticinv.c -o logisticinv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lognormal.lo lognormal.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lognormal.c -fPIC -DPIC -o .libs/lognormal.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lognormal.c -o lognormal.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o lognormalinv.lo lognormalinv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lognormalinv.c -fPIC -DPIC -o .libs/lognormalinv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c lognormalinv.c -o lognormalinv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pareto.lo pareto.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pareto.c -fPIC -DPIC -o .libs/pareto.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pareto.c -o pareto.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o paretoinv.lo paretoinv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c paretoinv.c -fPIC -DPIC -o .libs/paretoinv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c paretoinv.c -o paretoinv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rayleigh.lo rayleigh.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rayleigh.c -fPIC -DPIC -o .libs/rayleigh.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rayleigh.c -o rayleigh.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o rayleighinv.lo rayleighinv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rayleighinv.c -fPIC -DPIC -o .libs/rayleighinv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c rayleighinv.c -o rayleighinv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o tdist.lo tdist.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tdist.c -fPIC -DPIC -o .libs/tdist.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tdist.c -o tdist.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o tdistinv.lo tdistinv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tdistinv.c -fPIC -DPIC -o .libs/tdistinv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c tdistinv.c -o tdistinv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o weibull.lo weibull.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c weibull.c -fPIC -DPIC -o .libs/weibull.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c weibull.c -o weibull.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o weibullinv.lo weibullinv.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c weibullinv.c -fPIC -DPIC -o .libs/weibullinv.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c weibullinv.c -o weibullinv.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o binomial.lo binomial.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c binomial.c -fPIC -DPIC -o .libs/binomial.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c binomial.c -o binomial.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o poisson.lo poisson.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poisson.c -fPIC -DPIC -o .libs/poisson.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c poisson.c -o poisson.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o geometric.lo geometric.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c geometric.c -fPIC -DPIC -o .libs/geometric.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c geometric.c -o geometric.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o nbinomial.lo nbinomial.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nbinomial.c -fPIC -DPIC -o .libs/nbinomial.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c nbinomial.c -o nbinomial.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o pascal.lo pascal.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pascal.c -fPIC -DPIC -o .libs/pascal.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c pascal.c -o pascal.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o hypergeometric.lo hypergeometric.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hypergeometric.c -fPIC -DPIC -o .libs/hypergeometric.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c hypergeometric.c -o hypergeometric.o >/dev/null 2>&1
- /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
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslcdf.a
- libtool: link: ( cd ".libs" && rm -f "libgslcdf.la" && ln -s "../libgslcdf.la" "libgslcdf.la" )
- make[2]: Leaving directory '/gsl/cdf'
- Making all in wavelet
- make[2]: Entering directory '/gsl/wavelet'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o dwt.lo dwt.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dwt.c -fPIC -DPIC -o .libs/dwt.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c dwt.c -o dwt.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o wavelet.lo wavelet.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wavelet.c -fPIC -DPIC -o .libs/wavelet.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c wavelet.c -o wavelet.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bspline.lo bspline.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bspline.c -fPIC -DPIC -o .libs/bspline.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bspline.c -o bspline.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o daubechies.lo daubechies.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c daubechies.c -fPIC -DPIC -o .libs/daubechies.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c daubechies.c -o daubechies.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o haar.lo haar.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c haar.c -fPIC -DPIC -o .libs/haar.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c haar.c -o haar.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslwavelet.la dwt.lo wavelet.lo bspline.lo daubechies.lo haar.lo -lm
- libtool: link: ar cru .libs/libgslwavelet.a .libs/dwt.o .libs/wavelet.o .libs/bspline.o .libs/daubechies.o .libs/haar.o
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslwavelet.a
- libtool: link: ( cd ".libs" && rm -f "libgslwavelet.la" && ln -s "../libgslwavelet.la" "libgslwavelet.la" )
- make[2]: Leaving directory '/gsl/wavelet'
- Making all in bspline
- make[2]: Entering directory '/gsl/bspline'
- /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c -o bspline.lo bspline.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bspline.c -fPIC -DPIC -o .libs/bspline.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c bspline.c -o bspline.o >/dev/null 2>&1
- /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslbspline.la bspline.lo -lm
- libtool: link: ar cru .libs/libgslbspline.a .libs/bspline.o
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgslbspline.a
- libtool: link: ( cd ".libs" && rm -f "libgslbspline.la" && ln -s "../libgslbspline.la" "libgslbspline.la" )
- make[2]: Leaving directory '/gsl/bspline'
- Making all in doc
- make[2]: Entering directory '/gsl/doc'
- restore=: && backupdir=".am$$" && \
- am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
- rm -rf $backupdir && mkdir $backupdir && \
- if (/bin/bash /gsl/missing --run makeinfo --version) >/dev/null 2>&1; then \
- 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 \
- if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
- done; \
- else :; fi && \
- cd "$am__cwd"; \
- if /bin/bash /gsl/missing --run makeinfo -I . \
- -o gsl-ref.info gsl-ref.texi; \
- then \
- rc=0; \
- CDPATH="${ZSH_VERSION+.}:" && cd .; \
- else \
- rc=$?; \
- CDPATH="${ZSH_VERSION+.}:" && cd . && \
- $restore $backupdir/* `echo "./gsl-ref.info" | sed 's|[^/]*$||'`; \
- fi; \
- rm -rf $backupdir; exit $rc
- /gsl/missing: line 46: makeinfo: command not found
- WARNING: `makeinfo' is missing on your system. You should only need it if
- you modified a `.texi' or `.texinfo' file, or any other file
- indirectly affecting the aspect of the manual. The spurious
- call might also be the consequence of using a buggy `make' (AIX,
- DU, IRIX). You might want to install the `Texinfo' package or
- the `GNU make' package. Grab either from any GNU archive site.
- make[2]: Leaving directory '/gsl/doc'
- make[2]: Entering directory '/gsl'
- /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -c -o version.lo version.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -c version.c -fPIC -DPIC -o .libs/version.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -c version.c -o version.o >/dev/null 2>&1
- /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
- 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
- /.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
- libtool: link: (cd ".libs" && rm -f "libgsl.so.0" && ln -s "libgsl.so.0.14.0" "libgsl.so.0")
- libtool: link: (cd ".libs" && rm -f "libgsl.so" && ln -s "libgsl.so.0.14.0" "libgsl.so")
- libtool: link: (cd .libs/libgsl.lax/libgslblock.a && ar x "/gsl/block/.libs/libgslblock.a")
- libtool: link: (cd .libs/libgsl.lax/libgslblas.a && ar x "/gsl/blas/.libs/libgslblas.a")
- libtool: link: (cd .libs/libgsl.lax/libgslbspline.a && ar x "/gsl/bspline/.libs/libgslbspline.a")
- libtool: link: (cd .libs/libgsl.lax/libgslcomplex.a && ar x "/gsl/complex/.libs/libgslcomplex.a")
- libtool: link: (cd .libs/libgsl.lax/libgslcheb.a && ar x "/gsl/cheb/.libs/libgslcheb.a")
- libtool: link: (cd .libs/libgsl.lax/libgsldht.a && ar x "/gsl/dht/.libs/libgsldht.a")
- libtool: link: (cd .libs/libgsl.lax/libgsldiff.a && ar x "/gsl/diff/.libs/libgsldiff.a")
- libtool: link: (cd .libs/libgsl.lax/libgslderiv.a && ar x "/gsl/deriv/.libs/libgslderiv.a")
- libtool: link: (cd .libs/libgsl.lax/libgsleigen.a && ar x "/gsl/eigen/.libs/libgsleigen.a")
- libtool: link: (cd .libs/libgsl.lax/libgslerr.a && ar x "/gsl/err/.libs/libgslerr.a")
- libtool: link: (cd .libs/libgsl.lax/libgslfft.a && ar x "/gsl/fft/.libs/libgslfft.a")
- libtool: link: (cd .libs/libgsl.lax/libgslfit.a && ar x "/gsl/fit/.libs/libgslfit.a")
- libtool: link: (cd .libs/libgsl.lax/libgslhistogram.a && ar x "/gsl/histogram/.libs/libgslhistogram.a")
- libtool: link: (cd .libs/libgsl.lax/libgslieeeutils.a && ar x "/gsl/ieee-utils/.libs/libgslieeeutils.a")
- libtool: link: (cd .libs/libgsl.lax/libgslintegration.a && ar x "/gsl/integration/.libs/libgslintegration.a")
- libtool: link: (cd .libs/libgsl.lax/libgslinterpolation.a && ar x "/gsl/interpolation/.libs/libgslinterpolation.a")
- libtool: link: (cd .libs/libgsl.lax/libgsllinalg.a && ar x "/gsl/linalg/.libs/libgsllinalg.a")
- libtool: link: (cd .libs/libgsl.lax/libgslmatrix.a && ar x "/gsl/matrix/.libs/libgslmatrix.a")
- libtool: link: (cd .libs/libgsl.lax/libgslmin.a && ar x "/gsl/min/.libs/libgslmin.a")
- libtool: link: (cd .libs/libgsl.lax/libgslmonte.a && ar x "/gsl/monte/.libs/libgslmonte.a")
- libtool: link: (cd .libs/libgsl.lax/libgslmultifit.a && ar x "/gsl/multifit/.libs/libgslmultifit.a")
- libtool: link: (cd .libs/libgsl.lax/libgslmultimin.a && ar x "/gsl/multimin/.libs/libgslmultimin.a")
- libtool: link: (cd .libs/libgsl.lax/libgslmultiroots.a && ar x "/gsl/multiroots/.libs/libgslmultiroots.a")
- libtool: link: (cd .libs/libgsl.lax/libgslntuple.a && ar x "/gsl/ntuple/.libs/libgslntuple.a")
- libtool: link: (cd .libs/libgsl.lax/libgslodeiv.a && ar x "/gsl/ode-initval/.libs/libgslodeiv.a")
- libtool: link: (cd .libs/libgsl.lax/libgslpermutation.a && ar x "/gsl/permutation/.libs/libgslpermutation.a")
- libtool: link: (cd .libs/libgsl.lax/libgslcombination.a && ar x "/gsl/combination/.libs/libgslcombination.a")
- libtool: link: (cd .libs/libgsl.lax/libgslpoly.a && ar x "/gsl/poly/.libs/libgslpoly.a")
- libtool: link: (cd .libs/libgsl.lax/libgslqrng.a && ar x "/gsl/qrng/.libs/libgslqrng.a")
- libtool: link: (cd .libs/libgsl.lax/libgslrandist.a && ar x "/gsl/randist/.libs/libgslrandist.a")
- libtool: link: (cd .libs/libgsl.lax/libgslrng.a && ar x "/gsl/rng/.libs/libgslrng.a")
- libtool: link: (cd .libs/libgsl.lax/libgslroots.a && ar x "/gsl/roots/.libs/libgslroots.a")
- libtool: link: (cd .libs/libgsl.lax/libgslsiman.a && ar x "/gsl/siman/.libs/libgslsiman.a")
- libtool: link: (cd .libs/libgsl.lax/libgslsort.a && ar x "/gsl/sort/.libs/libgslsort.a")
- libtool: link: (cd .libs/libgsl.lax/libgslspecfunc.a && ar x "/gsl/specfunc/.libs/libgslspecfunc.a")
- libtool: link: (cd .libs/libgsl.lax/libgslstatistics.a && ar x "/gsl/statistics/.libs/libgslstatistics.a")
- libtool: link: (cd .libs/libgsl.lax/libgslsum.a && ar x "/gsl/sum/.libs/libgslsum.a")
- libtool: link: (cd .libs/libgsl.lax/libgslsys.a && ar x "/gsl/sys/.libs/libgslsys.a")
- libtool: link: (cd .libs/libgsl.lax/libgsltest.a && ar x "/gsl/test/.libs/libgsltest.a")
- libtool: link: (cd .libs/libgsl.lax/libutils.a && ar x "/gsl/utils/.libs/libutils.a")
- libtool: link: (cd .libs/libgsl.lax/libgslvector.a && ar x "/gsl/vector/.libs/libgslvector.a")
- libtool: link: (cd .libs/libgsl.lax/libgslcdf.a && ar x "/gsl/cdf/.libs/libgslcdf.a")
- libtool: link: (cd .libs/libgsl.lax/libgslwavelet.a && ar x "/gsl/wavelet/.libs/libgslwavelet.a")
- copying selected object files to avoid basename conflicts...
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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.
- 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
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- libtool: link: ranlib .libs/libgsl.a
- libtool: link: rm -fr .libs/libgsl.lax .libs/libgsl.lax
- libtool: link: ( cd ".libs" && rm -f "libgsl.la" && ln -s "../libgsl.la" "libgsl.la" )
- gcc -DHAVE_CONFIG_H -I. -g -O2 -c gsl-randist.c
- /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o gsl-randist gsl-randist.o libgsl.la cblas/libgslcblas.la -lm
- libtool: link: gcc -g -O2 -o .libs/gsl-randist gsl-randist.o ./.libs/libgsl.so cblas/.libs/libgslcblas.so -lm
- gcc -DHAVE_CONFIG_H -I. -g -O2 -c gsl-histogram.c
- /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o gsl-histogram gsl-histogram.o libgsl.la cblas/libgslcblas.la -lm
- libtool: link: gcc -g -O2 -o .libs/gsl-histogram gsl-histogram.o ./.libs/libgsl.so cblas/.libs/libgslcblas.so -lm
- creating gsl-config
- creating gsl.pc
- make[2]: Leaving directory '/gsl'
- make[1]: Leaving directory '/gsl'
- Making install in gsl
- make[1]: Entering directory '/gsl/gsl'
- make[2]: Entering directory '/gsl/gsl'
- make[2]: Nothing to be done for 'install-exec-am'.
- make[2]: Nothing to be done for 'install-data-am'.
- make[2]: Leaving directory '/gsl/gsl'
- make[1]: Leaving directory '/gsl/gsl'
- Making install in utils
- make[1]: Entering directory '/gsl/utils'
- make[2]: Entering directory '/gsl/utils'
- make[2]: Nothing to be done for 'install-exec-am'.
- make[2]: Nothing to be done for 'install-data-am'.
- make[2]: Leaving directory '/gsl/utils'
- make[1]: Leaving directory '/gsl/utils'
- Making install in sys
- make[1]: Entering directory '/gsl/sys'
- make[2]: Entering directory '/gsl/sys'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_sys.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/sys'
- make[1]: Leaving directory '/gsl/sys'
- Making install in test
- make[1]: Entering directory '/gsl/test'
- make[2]: Entering directory '/gsl/test'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_test.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/test'
- make[1]: Leaving directory '/gsl/test'
- Making install in err
- make[1]: Entering directory '/gsl/err'
- make[2]: Entering directory '/gsl/err'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_errno.h gsl_message.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/err'
- make[1]: Leaving directory '/gsl/err'
- Making install in const
- make[1]: Entering directory '/gsl/const'
- make[2]: Entering directory '/gsl/const'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /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'
- make[2]: Leaving directory '/gsl/const'
- make[1]: Leaving directory '/gsl/const'
- Making install in complex
- make[1]: Entering directory '/gsl/complex'
- make[2]: Entering directory '/gsl/complex'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_complex.h gsl_complex_math.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/complex'
- make[1]: Leaving directory '/gsl/complex'
- Making install in cheb
- make[1]: Entering directory '/gsl/cheb'
- make[2]: Entering directory '/gsl/cheb'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_chebyshev.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/cheb'
- make[1]: Leaving directory '/gsl/cheb'
- Making install in block
- make[1]: Entering directory '/gsl/block'
- make[2]: Entering directory '/gsl/block'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /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'
- make[2]: Leaving directory '/gsl/block'
- make[1]: Leaving directory '/gsl/block'
- Making install in vector
- make[1]: Entering directory '/gsl/vector'
- make[2]: Entering directory '/gsl/vector'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /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'
- make[2]: Leaving directory '/gsl/vector'
- make[1]: Leaving directory '/gsl/vector'
- Making install in matrix
- make[1]: Entering directory '/gsl/matrix'
- make[2]: Entering directory '/gsl/matrix'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /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'
- make[2]: Leaving directory '/gsl/matrix'
- make[1]: Leaving directory '/gsl/matrix'
- Making install in permutation
- make[1]: Entering directory '/gsl/permutation'
- make[2]: Entering directory '/gsl/permutation'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /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'
- make[2]: Leaving directory '/gsl/permutation'
- make[1]: Leaving directory '/gsl/permutation'
- Making install in combination
- make[1]: Entering directory '/gsl/combination'
- make[2]: Entering directory '/gsl/combination'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_combination.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/combination'
- make[1]: Leaving directory '/gsl/combination'
- Making install in sort
- make[1]: Entering directory '/gsl/sort'
- make[2]: Entering directory '/gsl/sort'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /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'
- make[2]: Leaving directory '/gsl/sort'
- make[1]: Leaving directory '/gsl/sort'
- Making install in ieee-utils
- make[1]: Entering directory '/gsl/ieee-utils'
- make[2]: Entering directory '/gsl/ieee-utils'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_ieee_utils.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/ieee-utils'
- make[1]: Leaving directory '/gsl/ieee-utils'
- Making install in cblas
- make[1]: Entering directory '/gsl/cblas'
- make[2]: Entering directory '/gsl/cblas'
- test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
- /bin/bash ../libtool --mode=install /usr/bin/install -c libgslcblas.la '/usr/local/lib'
- libtool: install: /usr/bin/install -c .libs/libgslcblas.so.0.0.0 /usr/local/lib/libgslcblas.so.0.0.0
- 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; }; })
- 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; }; })
- libtool: install: /usr/bin/install -c .libs/libgslcblas.lai /usr/local/lib/libgslcblas.la
- libtool: install: /usr/bin/install -c .libs/libgslcblas.a /usr/local/lib/libgslcblas.a
- libtool: install: chmod 644 /usr/local/lib/libgslcblas.a
- libtool: install: ranlib /usr/local/lib/libgslcblas.a
- 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
- ----------------------------------------------------------------------
- Libraries have been installed in:
- /usr/local/lib
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the `-LLIBDIR'
- flag during linking and do at least one of the following:
- - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
- during execution
- - add LIBDIR to the `LD_RUN_PATH' environment variable
- during linking
- - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- - have your system administrator add LIBDIR to `/etc/ld.so.conf'
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_cblas.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/cblas'
- make[1]: Leaving directory '/gsl/cblas'
- Making install in blas
- make[1]: Entering directory '/gsl/blas'
- make[2]: Entering directory '/gsl/blas'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_blas.h gsl_blas_types.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/blas'
- make[1]: Leaving directory '/gsl/blas'
- Making install in linalg
- make[1]: Entering directory '/gsl/linalg'
- make[2]: Entering directory '/gsl/linalg'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_linalg.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/linalg'
- make[1]: Leaving directory '/gsl/linalg'
- Making install in eigen
- make[1]: Entering directory '/gsl/eigen'
- make[2]: Entering directory '/gsl/eigen'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_eigen.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/eigen'
- make[1]: Leaving directory '/gsl/eigen'
- Making install in specfunc
- make[1]: Entering directory '/gsl/specfunc'
- make[2]: Entering directory '/gsl/specfunc'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /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'
- make[2]: Leaving directory '/gsl/specfunc'
- make[1]: Leaving directory '/gsl/specfunc'
- Making install in dht
- make[1]: Entering directory '/gsl/dht'
- make[2]: Entering directory '/gsl/dht'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_dht.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/dht'
- make[1]: Leaving directory '/gsl/dht'
- Making install in qrng
- make[1]: Entering directory '/gsl/qrng'
- make[2]: Entering directory '/gsl/qrng'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_qrng.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/qrng'
- make[1]: Leaving directory '/gsl/qrng'
- Making install in rng
- make[1]: Entering directory '/gsl/rng'
- make[2]: Entering directory '/gsl/rng'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_rng.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/rng'
- make[1]: Leaving directory '/gsl/rng'
- Making install in randist
- make[1]: Entering directory '/gsl/randist'
- make[2]: Entering directory '/gsl/randist'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_randist.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/randist'
- make[1]: Leaving directory '/gsl/randist'
- Making install in fft
- make[1]: Entering directory '/gsl/fft'
- make[2]: Entering directory '/gsl/fft'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /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'
- make[2]: Leaving directory '/gsl/fft'
- make[1]: Leaving directory '/gsl/fft'
- Making install in poly
- make[1]: Entering directory '/gsl/poly'
- make[2]: Entering directory '/gsl/poly'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_poly.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/poly'
- make[1]: Leaving directory '/gsl/poly'
- Making install in fit
- make[1]: Entering directory '/gsl/fit'
- make[2]: Entering directory '/gsl/fit'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_fit.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/fit'
- make[1]: Leaving directory '/gsl/fit'
- Making install in multifit
- make[1]: Entering directory '/gsl/multifit'
- make[2]: Entering directory '/gsl/multifit'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_multifit.h gsl_multifit_nlin.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/multifit'
- make[1]: Leaving directory '/gsl/multifit'
- Making install in statistics
- make[1]: Entering directory '/gsl/statistics'
- make[2]: Entering directory '/gsl/statistics'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /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'
- make[2]: Leaving directory '/gsl/statistics'
- make[1]: Leaving directory '/gsl/statistics'
- Making install in siman
- make[1]: Entering directory '/gsl/siman'
- make[2]: Entering directory '/gsl/siman'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_siman.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/siman'
- make[1]: Leaving directory '/gsl/siman'
- Making install in sum
- make[1]: Entering directory '/gsl/sum'
- make[2]: Entering directory '/gsl/sum'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_sum.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/sum'
- make[1]: Leaving directory '/gsl/sum'
- Making install in integration
- make[1]: Entering directory '/gsl/integration'
- make[2]: Entering directory '/gsl/integration'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_integration.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/integration'
- make[1]: Leaving directory '/gsl/integration'
- Making install in interpolation
- make[1]: Entering directory '/gsl/interpolation'
- make[2]: Entering directory '/gsl/interpolation'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_interp.h gsl_spline.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/interpolation'
- make[1]: Leaving directory '/gsl/interpolation'
- Making install in histogram
- make[1]: Entering directory '/gsl/histogram'
- make[2]: Entering directory '/gsl/histogram'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_histogram.h gsl_histogram2d.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/histogram'
- make[1]: Leaving directory '/gsl/histogram'
- Making install in ode-initval
- make[1]: Entering directory '/gsl/ode-initval'
- make[2]: Entering directory '/gsl/ode-initval'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_odeiv.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/ode-initval'
- make[1]: Leaving directory '/gsl/ode-initval'
- Making install in roots
- make[1]: Entering directory '/gsl/roots'
- make[2]: Entering directory '/gsl/roots'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_roots.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/roots'
- make[1]: Leaving directory '/gsl/roots'
- Making install in multiroots
- make[1]: Entering directory '/gsl/multiroots'
- make[2]: Entering directory '/gsl/multiroots'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_multiroots.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/multiroots'
- make[1]: Leaving directory '/gsl/multiroots'
- Making install in min
- make[1]: Entering directory '/gsl/min'
- make[2]: Entering directory '/gsl/min'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_min.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/min'
- make[1]: Leaving directory '/gsl/min'
- Making install in multimin
- make[1]: Entering directory '/gsl/multimin'
- make[2]: Entering directory '/gsl/multimin'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_multimin.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/multimin'
- make[1]: Leaving directory '/gsl/multimin'
- Making install in monte
- make[1]: Entering directory '/gsl/monte'
- make[2]: Entering directory '/gsl/monte'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /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'
- make[2]: Leaving directory '/gsl/monte'
- make[1]: Leaving directory '/gsl/monte'
- Making install in ntuple
- make[1]: Entering directory '/gsl/ntuple'
- make[2]: Entering directory '/gsl/ntuple'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_ntuple.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/ntuple'
- make[1]: Leaving directory '/gsl/ntuple'
- Making install in diff
- make[1]: Entering directory '/gsl/diff'
- make[2]: Entering directory '/gsl/diff'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_diff.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/diff'
- make[1]: Leaving directory '/gsl/diff'
- Making install in deriv
- make[1]: Entering directory '/gsl/deriv'
- make[2]: Entering directory '/gsl/deriv'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_deriv.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/deriv'
- make[1]: Leaving directory '/gsl/deriv'
- Making install in cdf
- make[1]: Entering directory '/gsl/cdf'
- make[2]: Entering directory '/gsl/cdf'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_cdf.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/cdf'
- make[1]: Leaving directory '/gsl/cdf'
- Making install in wavelet
- make[1]: Entering directory '/gsl/wavelet'
- make[2]: Entering directory '/gsl/wavelet'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_wavelet.h gsl_wavelet2d.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/wavelet'
- make[1]: Leaving directory '/gsl/wavelet'
- Making install in bspline
- make[1]: Entering directory '/gsl/bspline'
- make[2]: Entering directory '/gsl/bspline'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /usr/bin/install -c -m 644 gsl_bspline.h '/usr/local/include/gsl'
- make[2]: Leaving directory '/gsl/bspline'
- make[1]: Leaving directory '/gsl/bspline'
- Making install in doc
- make[1]: Entering directory '/gsl/doc'
- make[2]: Entering directory '/gsl/doc'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -z "/usr/local/share/info" || /bin/mkdir -p "/usr/local/share/info"
- /usr/bin/install -c -m 644 ./gsl-ref.info '/usr/local/share/info'
- test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"
- /usr/bin/install -c -m 644 gsl-config.1 gsl-randist.1 gsl-histogram.1 '/usr/local/share/man/man1'
- test -z "/usr/local/share/man/man3" || /bin/mkdir -p "/usr/local/share/man/man3"
- /usr/bin/install -c -m 644 gsl.3 '/usr/local/share/man/man3'
- make[2]: Leaving directory '/gsl/doc'
- make[1]: Leaving directory '/gsl/doc'
- make[1]: Entering directory '/gsl'
- make[2]: Entering directory '/gsl'
- test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
- /bin/bash ./libtool --mode=install /usr/bin/install -c libgsl.la '/usr/local/lib'
- libtool: install: /usr/bin/install -c .libs/libgsl.so.0.14.0 /usr/local/lib/libgsl.so.0.14.0
- 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; }; })
- 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; }; })
- libtool: install: /usr/bin/install -c .libs/libgsl.lai /usr/local/lib/libgsl.la
- libtool: install: /usr/bin/install -c .libs/libgsl.a /usr/local/lib/libgsl.a
- libtool: install: chmod 644 /usr/local/lib/libgsl.a
- libtool: install: ranlib /usr/local/lib/libgsl.a
- 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
- ----------------------------------------------------------------------
- Libraries have been installed in:
- /usr/local/lib
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the `-LLIBDIR'
- flag during linking and do at least one of the following:
- - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
- during execution
- - add LIBDIR to the `LD_RUN_PATH' environment variable
- during linking
- - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- - have your system administrator add LIBDIR to `/etc/ld.so.conf'
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
- test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
- /bin/bash ./libtool --mode=install /usr/bin/install -c gsl-randist gsl-histogram '/usr/local/bin'
- libtool: install: /usr/bin/install -c .libs/gsl-randist /usr/local/bin/gsl-randist
- libtool: install: /usr/bin/install -c .libs/gsl-histogram /usr/local/bin/gsl-histogram
- test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
- /usr/bin/install -c gsl-config '/usr/local/bin'
- test -z "/usr/local/share/aclocal" || /bin/mkdir -p "/usr/local/share/aclocal"
- /usr/bin/install -c -m 644 gsl.m4 '/usr/local/share/aclocal'
- test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
- /usr/bin/install -c -m 644 gsl.pc '/usr/local/lib/pkgconfig'
- test -z "/usr/local/include/gsl" || /bin/mkdir -p "/usr/local/include/gsl"
- /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'
- make[2]: Leaving directory '/gsl'
- make[1]: Leaving directory '/gsl'
- Removing intermediate container e872728e1d5e
- ---> 4d39b629c273
- Step 12/77 : RUN git clone https://github.com/samtools/htslib.git && cd htslib && make && cd /
- ---> Running in 253bcfd69dd7
- Cloning into 'htslib'...
- echo '/* Default config.h generated by Makefile */' > config.h
- echo '#define HAVE_LIBBZ2 1' >> config.h
- echo '#define HAVE_LIBLZMA 1' >> config.h
- echo '#ifndef __APPLE__' >> config.h
- echo '#define HAVE_LZMA_H 1' >> config.h
- echo '#endif' >> config.h
- echo '#define HAVE_DRAND48 1' >> config.h
- echo '#define HAVE_LIBCURL 1' >> config.h
- gcc -g -Wall -O2 -I. -c -o kfunc.o kfunc.c
- gcc -g -Wall -O2 -I. -c -o knetfile.o knetfile.c
- gcc -g -Wall -O2 -I. -c -o kstring.o kstring.c
- gcc -g -Wall -O2 -I. -c -o bcf_sr_sort.o bcf_sr_sort.c
- gcc -g -Wall -O2 -I. -c -o bgzf.o bgzf.c
- gcc -g -Wall -O2 -I. -c -o errmod.o errmod.c
- gcc -g -Wall -O2 -I. -c -o faidx.o faidx.c
- gcc -g -Wall -O2 -I. -c -o header.o header.c
- gcc -g -Wall -O2 -I. -c -o hfile.o hfile.c
- gcc -g -Wall -O2 -I. -c -o hfile_net.o hfile_net.c
- echo '#define HTS_VERSION "1.9-294-g8271fd9"' > version.h
- gcc -g -Wall -O2 -I. -c -o hts.o hts.c
- gcc -g -Wall -O2 -I. -c -o hts_os.o hts_os.c
- gcc -g -Wall -O2 -I. -c -o md5.o md5.c
- gcc -g -Wall -O2 -I. -c -o multipart.o multipart.c
- gcc -g -Wall -O2 -I. -c -o probaln.o probaln.c
- gcc -g -Wall -O2 -I. -c -o realn.o realn.c
- gcc -g -Wall -O2 -I. -c -o regidx.o regidx.c
- gcc -g -Wall -O2 -I. -c -o region.o region.c
- gcc -g -Wall -O2 -I. -c -o sam.o sam.c
- gcc -g -Wall -O2 -I. -c -o synced_bcf_reader.o synced_bcf_reader.c
- gcc -g -Wall -O2 -I. -c -o vcf_sweep.o vcf_sweep.c
- gcc -g -Wall -O2 -I. -c -o tbx.o tbx.c
- gcc -g -Wall -O2 -I. -c -o textutils.o textutils.c
- gcc -g -Wall -O2 -I. -c -o thread_pool.o thread_pool.c
- gcc -g -Wall -O2 -I. -c -o vcf.o vcf.c
- gcc -g -Wall -O2 -I. -c -o vcfutils.o vcfutils.c
- gcc -g -Wall -O2 -I. -c -o cram/cram_codecs.o cram/cram_codecs.c
- gcc -g -Wall -O2 -I. -c -o cram/cram_decode.o cram/cram_decode.c
- gcc -g -Wall -O2 -I. -c -o cram/cram_encode.o cram/cram_encode.c
- gcc -g -Wall -O2 -I. -c -o cram/cram_external.o cram/cram_external.c
- gcc -g -Wall -O2 -I. -c -o cram/cram_index.o cram/cram_index.c
- gcc -g -Wall -O2 -I. -c -o cram/cram_io.o cram/cram_io.c
- gcc -g -Wall -O2 -I. -c -o cram/cram_samtools.o cram/cram_samtools.c
- gcc -g -Wall -O2 -I. -c -o cram/cram_stats.o cram/cram_stats.c
- gcc -g -Wall -O2 -I. -c -o cram/mFILE.o cram/mFILE.c
- gcc -g -Wall -O2 -I. -c -o cram/open_trace_file.o cram/open_trace_file.c
- gcc -g -Wall -O2 -I. -c -o cram/pooled_alloc.o cram/pooled_alloc.c
- gcc -g -Wall -O2 -I. -c -o cram/rANS_static.o cram/rANS_static.c
- gcc -g -Wall -O2 -I. -c -o cram/string_alloc.o cram/string_alloc.c
- gcc -g -Wall -O2 -I. -c -o hfile_libcurl.o hfile_libcurl.c
- 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
- ranlib libhts.a
- gcc -g -Wall -O2 -I. -fpic -c -o kfunc.pico kfunc.c
- gcc -g -Wall -O2 -I. -fpic -c -o knetfile.pico knetfile.c
- gcc -g -Wall -O2 -I. -fpic -c -o kstring.pico kstring.c
- gcc -g -Wall -O2 -I. -fpic -c -o bcf_sr_sort.pico bcf_sr_sort.c
- gcc -g -Wall -O2 -I. -fpic -c -o bgzf.pico bgzf.c
- gcc -g -Wall -O2 -I. -fpic -c -o errmod.pico errmod.c
- gcc -g -Wall -O2 -I. -fpic -c -o faidx.pico faidx.c
- gcc -g -Wall -O2 -I. -fpic -c -o header.pico header.c
- gcc -g -Wall -O2 -I. -fpic -c -o hfile.pico hfile.c
- gcc -g -Wall -O2 -I. -fpic -c -o hfile_net.pico hfile_net.c
- gcc -g -Wall -O2 -I. -fpic -c -o hts.pico hts.c
- gcc -g -Wall -O2 -I. -fpic -c -o hts_os.pico hts_os.c
- gcc -g -Wall -O2 -I. -fpic -c -o md5.pico md5.c
- gcc -g -Wall -O2 -I. -fpic -c -o multipart.pico multipart.c
- gcc -g -Wall -O2 -I. -fpic -c -o probaln.pico probaln.c
- gcc -g -Wall -O2 -I. -fpic -c -o realn.pico realn.c
- gcc -g -Wall -O2 -I. -fpic -c -o regidx.pico regidx.c
- gcc -g -Wall -O2 -I. -fpic -c -o region.pico region.c
- gcc -g -Wall -O2 -I. -fpic -c -o sam.pico sam.c
- gcc -g -Wall -O2 -I. -fpic -c -o synced_bcf_reader.pico synced_bcf_reader.c
- gcc -g -Wall -O2 -I. -fpic -c -o vcf_sweep.pico vcf_sweep.c
- gcc -g -Wall -O2 -I. -fpic -c -o tbx.pico tbx.c
- gcc -g -Wall -O2 -I. -fpic -c -o textutils.pico textutils.c
- gcc -g -Wall -O2 -I. -fpic -c -o thread_pool.pico thread_pool.c
- gcc -g -Wall -O2 -I. -fpic -c -o vcf.pico vcf.c
- gcc -g -Wall -O2 -I. -fpic -c -o vcfutils.pico vcfutils.c
- gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_codecs.pico cram/cram_codecs.c
- gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_decode.pico cram/cram_decode.c
- gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_encode.pico cram/cram_encode.c
- gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_external.pico cram/cram_external.c
- gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_index.pico cram/cram_index.c
- gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_io.pico cram/cram_io.c
- gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_samtools.pico cram/cram_samtools.c
- gcc -g -Wall -O2 -I. -fpic -c -o cram/cram_stats.pico cram/cram_stats.c
- gcc -g -Wall -O2 -I. -fpic -c -o cram/mFILE.pico cram/mFILE.c
- gcc -g -Wall -O2 -I. -fpic -c -o cram/open_trace_file.pico cram/open_trace_file.c
- gcc -g -Wall -O2 -I. -fpic -c -o cram/pooled_alloc.pico cram/pooled_alloc.c
- gcc -g -Wall -O2 -I. -fpic -c -o cram/rANS_static.pico cram/rANS_static.c
- gcc -g -Wall -O2 -I. -fpic -c -o cram/string_alloc.pico cram/string_alloc.c
- gcc -g -Wall -O2 -I. -fpic -c -o hfile_libcurl.pico hfile_libcurl.c
- 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
- ln -sf libhts.so libhts.so.2to3part10
- gcc -g -Wall -O2 -I. -c -o bgzip.o bgzip.c
- gcc -o bgzip bgzip.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o htsfile.o htsfile.c
- gcc -o htsfile htsfile.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o tabix.o tabix.c
- gcc -o tabix tabix.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o test/hts_endian.o test/hts_endian.c
- gcc -o test/hts_endian test/hts_endian.o -lz -lm -lbz2 -llzma -lcurl
- gcc -g -Wall -O2 -I. -c -o test/fieldarith.o test/fieldarith.c
- gcc -o test/fieldarith test/fieldarith.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o test/hfile.o test/hfile.c
- gcc -o test/hfile test/hfile.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o test/pileup.o test/pileup.c
- gcc -o test/pileup test/pileup.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o test/sam.o test/sam.c
- gcc -o test/sam test/sam.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o test/test_bgzf.o test/test_bgzf.c
- gcc -o test/test_bgzf test/test_bgzf.o libhts.a -lz -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o test/test_kstring.o test/test_kstring.c
- gcc -o test/test_kstring test/test_kstring.o libhts.a -lz -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o test/test_realn.o test/test_realn.c
- gcc -o test/test_realn test/test_realn.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o test/test-regidx.o test/test-regidx.c
- gcc -o test/test-regidx test/test-regidx.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o test/test_view.o test/test_view.c
- gcc -o test/test_view test/test_view.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o test/test_index.o test/test_index.c
- gcc -o test/test_index test/test_index.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o test/test-vcf-api.o test/test-vcf-api.c
- gcc -o test/test-vcf-api test/test-vcf-api.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o test/test-vcf-sweep.o test/test-vcf-sweep.c
- gcc -o test/test-vcf-sweep test/test-vcf-sweep.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o test/test-bcf-sr.o test/test-bcf-sr.c
- gcc -o test/test-bcf-sr test/test-bcf-sr.o libhts.a -lz -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o test/fuzz/hts_open_fuzzer.o test/fuzz/hts_open_fuzzer.c
- gcc -g -Wall -O2 -I. -c -o test/test-bcf-translate.o test/test-bcf-translate.c
- gcc -o test/test-bcf-translate test/test-bcf-translate.o libhts.a -lz -lz -lm -lbz2 -llzma -lcurl -lpthread
- gcc -g -Wall -O2 -I. -c -o test/test-parse-reg.o test/test-parse-reg.c
- gcc -o test/test-parse-reg test/test-parse-reg.o libhts.a -lz -lm -lbz2 -llzma -lcurl -lpthread
- Removing intermediate container 253bcfd69dd7
- ---> 1d2022be6d46
- Step 13/77 : RUN git clone git://github.com/samtools/samtools.git && cd samtools && autoheader && autoconf -Wno-syntax && ./configure && make && make install && cd /
- ---> Running in 7f795d191a1d
- Cloning into 'samtools'...
- configure.ac:63: warning: AC_CONFIG_SUBDIRS: you should use literals
- ../../lib/autoconf/status.m4:1097: AC_CONFIG_SUBDIRS is expanded from...
- m4/ax_with_htslib.m4:55: AX_WITH_HTSLIB is expanded from...
- configure.ac:63: the top level
- checking for gcc...
- gcc
- checking whether the C compiler works...
- yes
- checking for C compiler default output file name...
- a.out
- checking for suffix of executables...
- checking whether we are cross compiling...
- no
- checking for suffix of object files...
- o
- checking whether we are using the GNU C compiler...
- yes
- checking whether gcc accepts -g...
- yes
- checking for gcc option to accept ISO C89...
- none needed
- checking for grep that handles long lines and -e...
- /bin/grep
- checking for C compiler warning flags...
- -Wall
- checking for special C compiler options needed for large files...
- no
- checking for _FILE_OFFSET_BITS value needed for large files...
- no
- checking location of HTSlib source tree...
- ../htslib
- checking for NcursesW wide-character library...
- no
- checking for Ncurses library...
- yes
- checking for working ncurses/curses.h...
- no
- checking for working ncurses.h...
- yes
- checking for zlib.h...
- yes
- checking for inflate in -lz...
- yes
- checking for library containing regcomp...
- none required
- configure: creating ./config.status
- config.status: creating config.mk
- config.status: creating config.h
- config.mk:45: ../htslib/htslib_static.mk: No such file or directory
- cd ../htslib && make htslib.pc.tmp
- make[1]: Entering directory '/htslib'
- sed -e '/^static_libs=/s/@static_LIBS@/-lz -lm -lbz2 -llzma -lcurl/;s#@[^-][^@]*@##g' htslib.pc.in > htslib.pc.tmp
- make[1]: Leaving directory '/htslib'
- cd ../htslib && make htslib_static.mk
- make[1]: Entering directory '/htslib'
- sed -n '/^static_libs=/s/[^=]*=/HTSLIB_static_LIBS = /p;/^static_ldflags=/s/[^=]*=/HTSLIB_static_LDFLAGS = /p' htslib.pc.tmp > htslib_static.mk
- make[1]: Leaving directory '/htslib'
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_index.o bam_index.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_plcmd.o bam_plcmd.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o sam_view.o sam_view.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_fastq.o bam_fastq.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_cat.o bam_cat.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_md.o bam_md.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_reheader.o bam_reheader.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_sort.o bam_sort.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bedidx.o bedidx.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_rmdup.o bam_rmdup.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_rmdupse.o bam_rmdupse.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_mate.o bam_mate.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_stat.o bam_stat.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_color.o bam_color.c
- echo '#define SAMTOOLS_VERSION "1.9-127-gffdddb6"' > version.h
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bamtk.o bamtk.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam2bcf.o bam2bcf.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam2bcf_indel.o bam2bcf_indel.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o sample.o sample.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o cut_target.o cut_target.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o phase.o phase.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam2depth.o bam2depth.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o coverage.o coverage.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o padding.o padding.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bedcov.o bedcov.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bamshuf.o bamshuf.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o faidx.o faidx.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o dict.o dict.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o stats.o stats.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o stats_isize.o stats_isize.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_flags.o bam_flags.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_split.o bam_split.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_tview.o bam_tview.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_tview_curses.o bam_tview_curses.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_tview_html.o bam_tview_html.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_lpileup.o bam_lpileup.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_quickcheck.o bam_quickcheck.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_addrprg.o bam_addrprg.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_markdup.o bam_markdup.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o tmp_file.o tmp_file.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o lz4/lz4.o lz4/lz4.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_aux.o bam_aux.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam.o bam.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o sam.o sam.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o bam_plbuf.o bam_plbuf.c
- ar -csru libbam.a bam_aux.o bam.o sam.o bam_plbuf.o
- ar:
- `u' modifier ignored since `D' is the default (see `U')
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o sam_opts.o sam_opts.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o sam_utils.o sam_utils.c
- ar -rcs libst.a sam_opts.o sam_utils.o
- 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
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o misc/ace2sam.o misc/ace2sam.c
- gcc -o misc/ace2sam misc/ace2sam.o -lz
- gcc -Wall -g -O2 -DMAQ_LONGREADS -I. -I../htslib -I./lz4 -c -o misc/maq2sam-long.o misc/maq2sam.c
- gcc -o misc/maq2sam-long misc/maq2sam-long.o -lz
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o misc/maq2sam-short.o misc/maq2sam.c
- gcc -o misc/maq2sam-short misc/maq2sam-short.o -lz
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o misc/md5fa.o misc/md5fa.c
- gcc -L./lz4 -o misc/md5fa misc/md5fa.o ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lz
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o misc/md5sum-lite.o misc/md5sum-lite.c
- gcc -L./lz4 -o misc/md5sum-lite misc/md5sum-lite.o ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lz
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o misc/wgsim.o misc/wgsim.c
- gcc -L./lz4 -o misc/wgsim misc/wgsim.o -lm ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lz
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o test/merge/test_bam_translate.o test/merge/test_bam_translate.c
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o test/test.o test/test.c
- 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
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o test/merge/test_rtrans_build.o test/merge/test_rtrans_build.c
- 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
- 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
- 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
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o test/split/test_count_rg.o test/split/test_count_rg.c
- 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
- 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
- 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
- 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
- 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
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o test/split/test_parse_args.o test/split/test_parse_args.c
- 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
- gcc -Wall -g -O2 -I. -I../htslib -I./lz4 -c -o test/vcf-miniview.o test/vcf-miniview.c
- gcc -L./lz4 -o test/vcf-miniview test/vcf-miniview.o ../htslib/libhts.a -lz -lm -lbz2 -llzma -lcurl -lz -lpthread
- mkdir -p -m 755 /usr/local/bin /usr/local/bin /usr/local/share/man/man1
- install -p samtools /usr/local/bin
- install -p misc/ace2sam misc/maq2sam-long misc/maq2sam-short misc/md5fa misc/md5sum-lite misc/wgsim /usr/local/bin
- 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
- install -p -m 644 doc/samtools*.1 misc/wgsim.1 /usr/local/share/man/man1
- Removing intermediate container 7f795d191a1d
- ---> 7e024756a32e
- Step 14/77 : RUN git clone git://github.com/samtools/bcftools.git && cd bcftools && autoheader && autoconf && ./configure --enable-libgsl --enable-perl-filters && make && cd /
- ---> Running in ce03f9b253da
- Cloning into 'bcftools'...
- configure.ac:94: warning: AC_CONFIG_SUBDIRS: you should use literals
- ../../lib/autoconf/status.m4:1097: AC_CONFIG_SUBDIRS is expanded from...
- m4/ax_with_htslib.m4:55: AX_WITH_HTSLIB is expanded from...
- configure.ac:94: the top level
- configure.ac:94: warning: AC_CONFIG_SUBDIRS: you should use literals
- ../../lib/autoconf/status.m4:1097: AC_CONFIG_SUBDIRS is expanded from...
- m4/ax_with_htslib.m4:55: AX_WITH_HTSLIB is expanded from...
- configure.ac:94: the top level
- checking for gcc...
- gcc
- checking whether the C compiler works...
- yes
- checking for C compiler default output file name...
- a.out
- checking for suffix of executables...
- checking whether we are cross compiling...
- no
- checking for suffix of object files...
- o
- checking whether we are using the GNU C compiler...
- yes
- checking whether gcc accepts -g...
- yes
- checking for gcc option to accept ISO C89...
- none needed
- checking for grep that handles long lines and -e...
- /bin/grep
- checking for C compiler warning flags...
- -Wall
- checking for special C compiler options needed for large files...
- no
- checking for _FILE_OFFSET_BITS value needed for large files...
- no
- checking location of HTSlib source tree...
- ../htslib
- checking shared library type...
- plain .so
- checking for library containing dlopen...
- -ldl
- checking if the compiler accepts -rdynamic...
- yes
- checking for zlib.h...
- yes
- checking for inflate in -lz...
- yes
- checking for gsl/gsl_version.h...
- yes
- checking for library containing cblas_dgemm...
- -lgslcblas
- checking for gsl_multifit_gradient in -lgsl...
- yes
- checking for library containing regcomp...
- none required
- configure: creating ./config.status
- config.status: creating config.mk
- config.status: creating config.h
- configure: License has been changed to GPL.
- Linking against the GNU scientific library requires that the resulting
- binary is licensed using the GNU General Public License. In particular,
- this means you will have to follow the terms of this license in order
- to distribute binary copies. For more information see the INSTALL file.
- Text of the GNU General Public License can be found in the LICENSE file,
- or at http://www.gnu.org/copyleft/gpl.html
- Information on the GNU Scientific Library, including the rationale for
- its choice of license can be found at https://www.gnu.org/software/gsl/
- echo '#define BCFTOOLS_VERSION "1.9-222-g7171da0"' > version.h
- gcc -Wall -g -O2 -I. -I../htslib -DUSE_GPL -c -o main.o main.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfindex.o vcfindex.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o tabix.o tabix.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfstats.o vcfstats.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfisec.o vcfisec.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfmerge.o vcfmerge.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfquery.o vcfquery.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcffilter.o vcffilter.c
- 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
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfsom.o vcfsom.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfnorm.o vcfnorm.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfgtcheck.o vcfgtcheck.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfview.o vcfview.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfannotate.o vcfannotate.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfroh.o vcfroh.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfconcat.o vcfconcat.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfcall.o vcfcall.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o mcall.o mcall.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcmp.o vcmp.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o gvcf.o gvcf.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o reheader.o reheader.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o convert.o convert.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfconvert.o vcfconvert.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o tsv2vcf.o tsv2vcf.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfcnv.o vcfcnv.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o HMM.o HMM.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o consensus.o consensus.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o ploidy.o ploidy.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o bin.o bin.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o hclust.o hclust.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o version.o version.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o regidx.o regidx.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o smpl_ilist.o smpl_ilist.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o csq.o csq.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfbuf.o vcfbuf.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o mpileup.o mpileup.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o bam2bcf.o bam2bcf.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o bam2bcf_indel.o bam2bcf_indel.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o bam_sample.o bam_sample.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o vcfsort.o vcfsort.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o cols.o cols.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o ccall.o ccall.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o em.o em.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o prob1.o prob1.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o kmin.o kmin.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o polysomy.o polysomy.c
- gcc -Wall -g -O2 -I. -I../htslib -c -o peakfit.o peakfit.c
- gcc -Wall -g -O2 -I. -I../htslib -DPLUGINPATH='"/usr/local/libexec/bcftools"' -c -o vcfplugin.o vcfplugin.c
- 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
- /
- usr
- /
- bin
- /
- ld
- :
- cannot
- find
- -
- lperl
- collect2: error: ld returned 1 exit status
- Makefile:203: recipe for target 'bcftools' failed
- make: *** [bcftools] Error 1
- Removing intermediate container ce03f9b253da
- 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
- EXPLORE
- Docker Editions
- Containers
- Plugins
- ACCOUNT
- My Content
- Billing
- PUBLISH
- Publisher Center
- RESOURCES
- Engineering Blog
- SUPPORT
- Feedback
- Documentation
- Copyright © 2019 Docker, Inc. All rights reserved.
- LegalDocker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement