~/RefPerSys $ vim README.md ~/RefPerSys $ g++ --version clang version 21.1.8 Target: aarch64-unknown-linux-android30 Thread model: posix InstalledDir: /data/data/com.termux/files/usr/bin ~/RefPerSys $ uname -a Linux localhost 5.15.189-android13-3-33504235 #1 SMP PREEMPT Wed May 13 16:54:27 KST 2026 aarch64 Android ~/RefPerSys $ pkg update && pkg upgrade pkg install -y make autoconf automake pkg-config clang libgccjit readline sqlite3 guile Hit:1 https://x11-packages.termux.net x11 InRelease Hit:2 https://root-packages.termux.net root InRelease Hit:3 https://termux.net stable InRelease All packages are up to date. Hit:1 https://termux.net stable InRelease Hit:2 https://x11-packages.termux.net x11 InRelease Hit:3 https://root-packages.termux.net root InRelease All packages are up to date. Summary: Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0 Error: Unable to locate package libgccjit Error: Unable to locate package sqlite3 ~/RefPerSys $
J'essaie de le compilé sur mon smartphone Android avec termux ~/RefPerSys $ termux- termux-api-start termux-saf-create termux-api-stop termux-saf-dirs termux-audio-info termux-saf-ls termux-backup termux-saf-managedir termux-battery-status termux-saf-mkdir termux-brightness termux-saf-read termux-call-log termux-saf-rm termux-camera-info termux-saf-stat termux-camera-photo termux-saf-write termux-clipboard-get termux-sensor termux-clipboard-set termux-setup-package-manager termux-contact-list termux-setup-storage termux-dialog termux-share termux-download termux-sms-inbox termux-fingerprint termux-sms-list termux-fix-shebang termux-sms-send termux-info termux-speech-to-text termux-infrared-frequencies termux-storage-get termux-infrared-transmit termux-telephony-call termux-job-scheduler termux-telephony-cellinfo termux-keystore termux-telephony-deviceinfo termux-location termux-toast termux-media-player termux-torch termux-media-scan termux-tts-engines termux-microphone-record termux-tts-speak termux-nfc termux-usb termux-notification termux-vibrate termux-notification-channel termux-volume termux-notification-list termux-wake-lock termux-notification-remove termux-wake-unlock termux-open termux-wallpaper termux-open-url termux-wifi-connectioninfo termux-reload-settings termux-wifi-enable termux-reset termux-wifi-scaninfo termux-restore ~/RefPerSys $ termux- Il semble manquer de bibliothèques, comme les trouver pour $> ~/RefPerSys $ uname -a Linux localhost 5.15.189-android13-3-33504235 #1 SMP PREEMPT Wed May 13 16:54:27 KST 2026 aarch64 Android ~/RefPerSys $ Le 5 août 2026 10:15:34 UTC, Basile STARYNKEVITCH <[email protected]> a écrit : > Bonjour les listes, > > Je code un logiciel libre (cf refpersys.org) sous licence CeCILL/GPL > > Je veux utiliser GNU readline (spécifiquement libreadline.so.8.3 ....) > > Quels sont les conditions techniques pour ça? > > Dois-je tester avec isatty(3) que STDIN est un TTY ou en plus que > STDOUT l'est ? > > Merci de vos lumières > > librement > > -- > > Basile STARYNKEVITCH > <[email protected]> > 8 rue de la Faïencerie > http://starynkevitch.net/Basile/ > 92340 Bourg-la-Reine > https://github.com/bstarynk > France > https://github.com/RefPerSys/RefPerSys > https://orcid.org/0000-0003-0908-5250 > Claire Ivaneka ₍^. .^₎⟆

