История изменений
Исправление zzdnx, (текущая версия) :
curl -O http://ftp.gnu.org/gnu/wget/wget-1.19.2.tar.gz
tar -xzf wget-1.19.2.tar.gz
cd wget-1.19.2
sudo ln -s /usr/local/opt/openssl /usr/local/ssl
./configure --with-ssl=openssl --with-libssl-prefix=/usr/local/ssl
make
Итог:
...
mv -f .deps/http-ntlm.Tpo .deps/http-ntlm.Po
gcc -O2 -Wall -o wget cmpt.o connect.o convert.o cookies.o ftp.o css_.o css-url.o ftp-basic.o ftp-ls.o hash.o host.o html-parse.o html-url.o http.o init.o log.o main.o netrc.o progress.o ptimer.o recur.o res.o retr.o spider.o url.o utils.o exits.o build_info.o version.o ftp-opie.o openssl.o http-ntlm.o ../lib/libgnu.a -liconv -lssl -lcrypto -lz -ldl -lz
Making all in doc
./texi2pod.pl -D VERSION="1.19.2" ./wget.texi wget.pod
/usr/bin/pod2man --center="GNU Wget" --release="GNU Wget 1.19.2" wget.pod > wget.1
Making all in po
Making all in tests
make[2]: Nothing to be done for `all'.
Making all in util
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
Исходная версия zzdnx, :
Пытаюсь собрать с помощью Command Line Tools
curl -O http://ftp.gnu.org/gnu/wget/wget-1.19.2.tar.gz
tar -xzf wget-1.19.2.tar.gz
cd wget-1.19.2
sudo ln -s /usr/local/opt/openssl /usr/local/ssl
./configure --with-ssl=openssl --with-libssl-prefix=/usr/local/ssl
make
Итог:
...
mv -f .deps/http-ntlm.Tpo .deps/http-ntlm.Po
gcc -O2 -Wall -o wget cmpt.o connect.o convert.o cookies.o ftp.o css_.o css-url.o ftp-basic.o ftp-ls.o hash.o host.o html-parse.o html-url.o http.o init.o log.o main.o netrc.o progress.o ptimer.o recur.o res.o retr.o spider.o url.o utils.o exits.o build_info.o version.o ftp-opie.o openssl.o http-ntlm.o ../lib/libgnu.a -liconv -lssl -lcrypto -lz -ldl -lz
Making all in doc
./texi2pod.pl -D VERSION="1.13.4" ./wget.texi wget.pod
/usr/bin/pod2man --center="GNU Wget" --release="GNU Wget 1.13.4" wget.pod > wget.1
Making all in po
Making all in tests
make[2]: Nothing to be done for `all'.
Making all in util
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.