Il 15/12/19 10:55, Ferrari Renato Maria ha scritto: > non ho capito la domanda. > Il gcc installato è quello fornito da slackware current e relative > librerie di compatibilità a 32 bit (gcc-9.2.0_multilib-x86_64-4alien), e > NON prevede libssp.qualcosa. > (ah: non faccio mai aggiornamenti, installo ex-novo su una partizione > dedicata). >
Su debian con un semplice apt-cache search libssp, da shell, mi restituisce tutte le versioni dalla 7 alla 9 di libgcc opp. lib32/64gcc, opp. libx32gcc per sviluppo. Copioincollo il risultato così magari capisci meglio di come ho scritto sopra: xxxxxxx@xxxxxxxx:~$ apt-cache search libssp lib32gcc-7-dev - GCC support library (32 bit development files) lib64gcc-7-dev - GCC support library (64bit development files) libgcc-7-dev - GCC support library (development files) libx32gcc-7-dev - GCC support library (x32 development files) lib32gcc-8-dev - GCC support library (32 bit development files) lib64gcc-8-dev - GCC support library (64bit development files) libgcc-8-dev - GCC support library (development files) libx32gcc-8-dev - GCC support library (x32 development files) lib32gcc-8-dev-amd64-cross - GCC support library (32 bit development files) lib32gcc-8-dev-s390x-cross - GCC support library (32 bit development files) lib64gcc-8-dev-i386-cross - GCC support library (64bit development files) libgcc-8-dev-amd64-cross - GCC support library (development files) libgcc-8-dev-arm64-cross - GCC support library (development files) libgcc-8-dev-armel-cross - GCC support library (development files) libgcc-8-dev-armhf-cross - GCC support library (development files) libgcc-8-dev-i386-cross - GCC support library (development files) libgcc-8-dev-ppc64el-cross - GCC support library (development files) libgcc-8-dev-s390x-cross - GCC support library (development files) libx32gcc-8-dev-amd64-cross - GCC support library (x32 development files) libx32gcc-8-dev-i386-cross - GCC support library (x32 development files) lib32gcc-8-dev-ppc64-cross - GCC support library (32 bit development files) lib32gcc-8-dev-sparc64-cross - GCC support library (32 bit development files) lib32gcc-8-dev-x32-cross - GCC support library (32 bit development files) lib64gcc-8-dev-powerpc-cross - GCC support library (64bit development files) lib64gcc-8-dev-x32-cross - GCC support library (64bit development files) libgcc-8-dev-alpha-cross - GCC support library (development files) libgcc-8-dev-hppa-cross - GCC support library (development files) libgcc-8-dev-m68k-cross - GCC support library (development files) libgcc-8-dev-powerpc-cross - GCC support library (development files) libgcc-8-dev-ppc64-cross - GCC support library (development files) libgcc-8-dev-riscv64-cross - GCC support library (development files) libgcc-8-dev-sh4-cross - GCC support library (development files) libgcc-8-dev-sparc64-cross - GCC support library (development files) libgcc-8-dev-x32-cross - GCC support library (development files) lib32gcc-9-dev - GCC support library (32 bit development files) lib64gcc-9-dev - GCC support library (64bit development files) libgcc-9-dev - GCC support library (development files) libx32gcc-9-dev - GCC support library (x32 development files) lib32gcc-9-dev-amd64-cross - GCC support library (32 bit development files) lib32gcc-9-dev-s390x-cross - GCC support library (32 bit development files) lib64gcc-9-dev-i386-cross - GCC support library (64bit development files) libgcc-9-dev-amd64-cross - GCC support library (development files) libgcc-9-dev-arm64-cross - GCC support library (development files) libgcc-9-dev-armel-cross - GCC support library (development files) libgcc-9-dev-armhf-cross - GCC support library (development files) libgcc-9-dev-i386-cross - GCC support library (development files) libgcc-9-dev-ppc64el-cross - GCC support library (development files) libgcc-9-dev-s390x-cross - GCC support library (development files) libx32gcc-9-dev-amd64-cross - GCC support library (x32 development files) libx32gcc-9-dev-i386-cross - GCC support library (x32 development files) lib32gcc-9-dev-ppc64-cross - GCC support library (32 bit development files) lib32gcc-9-dev-sparc64-cross - GCC support library (32 bit development files) lib32gcc-9-dev-x32-cross - GCC support library (32 bit development files) lib64gcc-9-dev-powerpc-cross - GCC support library (64bit development files) lib64gcc-9-dev-x32-cross - GCC support library (64bit development files) libgcc-9-dev-alpha-cross - GCC support library (development files) libgcc-9-dev-hppa-cross - GCC support library (development files) libgcc-9-dev-m68k-cross - GCC support library (development files) libgcc-9-dev-powerpc-cross - GCC support library (development files) libgcc-9-dev-ppc64-cross - GCC support library (development files) libgcc-9-dev-riscv64-cross - GCC support library (development files) libgcc-9-dev-sh4-cross - GCC support library (development files) libgcc-9-dev-sparc64-cross - GCC support library (development files) libgcc-9-dev-x32-cross - GCC support library (development files) libgcc-4.9-dev - GCC support library (development files) libgcc-5-dev - GCC support library (development files) in sostanza credo ti manchi un pacchetto dev della versione gcc in tuo possesso, ma attendo conferme/smentite. -- _|_|_|_|_|_|_|_|_|_ |_|_|_|_|_|_|_|_|_|_| Simone Girardelli -- Come cancellarsi: E-mail [email protected] Problemi? https://it.libreoffice.org/supporto/mailing-lists/come-cancellarsi/ Linee guida per postare + altro: https://wiki.documentfoundation.org/Local_Mailing_Lists/it Archivio della lista: https://listarchives.libreoffice.org/it/users/ Privacy Policy: https://www.documentfoundation.org/privacy
