Bonjour à tous,
Je suis novice en matière de compilation, je souhaite l'aide éclairer d'une personne dexpérience,
afin de réaliser une compilation croisée d'aria2 1.35.0 avec OpenSSL 1.1.1e W64.
J'ai suivi les étapes indiqué du projet aria2 héberger sur le site github.com c'est à dire:
https://github.com/aria2/aria2#how-to-build jusquà autoreconf -i.
Puis j'ai suivi les étapes indiqué du projet q3aql héberger ici:
https://github.com/q3aql/aria2-static-buildsScripte suivi:
https://github.com/q3aql/aria2-static-b … ngw-config et
https://github.com/q3aql/aria2-static-b … build-libsMise à jour des liens du deuxième scripte mentionné ci-dessus:
ZLIB=https://freefr.dl.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.gz
OPENSSL=https://www.openssl.org/source/openssl-1.1.1e.tar.gz
EXPAT=https://github.com/libexpat/libexpat/releases/download/R_2_2_9/expat-2.2.9.tar.bz2
SQLITE3=https://sqlite.org/2020/sqlite-autoconf-3310100.tar.gz
C_ARES=http://c-ares.haxx.se/download/c-ares-1.15.0.tar.gz
SSH2=https://www.libssh2.org/download/libssh2-1.9.0.tar.gz
tar jxvf expat-2.2.9.tar.bz2
cd expat-2.2.9/
tar zxvf openssl-1.1.1e.tar.gz
cd openssl-1.1.1e/
tar zxvf sqlite-autoconf-3310100.tar.gz
cd sqlite-autoconf-3310100/
tar zxvf libssh2-1.9.0.tar.gz
cd libssh2-1.9.0/
Erreur rencontrer pour:
##################
zlib-1.2.11
./aria2-x86_64-w64-mingw-build-libs: ligne 43: make : commande introuvable
./aria2-x86_64-w64-mingw-build-libs: ligne 44: make : commande introuvable
################
expat-2.2.9
config.status: error: in `/tmp/expat-2.2.9':
config.status: error: Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. Try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).
See `config.log' for more details
./aria2-x86_64-w64-mingw-build-libs: ligne 52: make : commande introuvable
./aria2-x86_64-w64-mingw-build-libs: ligne 53: make : commande introuvable
#################
c-ares-1.15.0
config.status: error: in `/tmp/c-ares-1.15.0':
config.status: error: Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. Try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).
See `config.log' for more details
./aria2-x86_64-w64-mingw-build-libs: ligne 61: make : commande introuvable
./aria2-x86_64-w64-mingw-build-libs: ligne 62: make : commande introuvable
##################
openssl-1.1.1e
./aria2-x86_64-w64-mingw-build-libs: ligne 70: make : commande introuvable
./aria2-x86_64-w64-mingw-build-libs: ligne 71: make : commande introuvable
##################
sqlite-autoconf-3310100
./aria2-x86_64-w64-mingw-build-libs: ligne 79: make : commande introuvable
./aria2-x86_64-w64-mingw-build-libs: ligne 80: make : commande introuvable
##################
libssh2-1.9.0
config.status: error: in `/tmp/libssh2-1.9.0':
config.status: error: Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. Try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).
See `config.log' for more details
./aria2-x86_64-w64-mingw-build-libs: ligne 89: make : commande introuvable
./aria2-x86_64-w64-mingw-build-libs: ligne 90: make : commande introuvable
Désoler pour ce long poste, mais je me devais de fournir tous les détails afin d’obtenir l'aide adéquate.
Merci d'avance à ceux ou celle qui m'aideront dans cette tâche.
Dernière modification par Ruddy (26-03-2020 14:40:56)