https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88076
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jvdelisle at gcc dot gnu.org --- Comment #21 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- (In reply to Andre Vehreschild from comment #20) > Proposed caf-ABI compatible version at: > > https://gcc.gnu.org/pipermail/fortran/2025-June/062331.html > https://gcc.gnu.org/pipermail/fortran/2025-June/062335.html > https://gcc.gnu.org/pipermail/fortran/2025-June/062334.html > https://gcc.gnu.org/pipermail/fortran/2025-June/062333.html > https://gcc.gnu.org/pipermail/fortran/2025-June/062332.html > https://gcc.gnu.org/pipermail/fortran/2025-June/062337.html > https://gcc.gnu.org/pipermail/fortran/2025-June/062336.html > > Waiting for review/comments. Additional information with these patches. I see the following installation with make install. :~/dev/usrav/lib/gcc$ ls x86_64-pc-linux-gnu/16.0.0/ 32 crtbeginT.o crtfastmath.o crtprec80.o include-fixed libcaf_shmem.la libgcc.a plugin crtbegin.o crtend.o crtprec32.o finclude install-tools libcaf_single.a libgcc_eh.a crtbeginS.o crtendS.o crtprec64.o include libcaf_shmem.a libcaf_single.la libgcov.a You will see the various libcaf libraries install in a subdirectory 'gcc' of the lib directory. The lib directory is the 32-bit librairies. There are no such files in or subdirectory in the lib64 subdirectory which is for the 64-bit version of the libraries.