On Sun, Jun 29, 2025 at 06:54:53PM -0700, Steve Kargl wrote: > > /usr/local/bin/ld: cannot find -lcaf_shmem: No such file or directory > collect2: error: ld returned 1 exit status > compiler exited with status 1 > > The freshly built gfortran cannot find the libcaf_shmem.a. >
% find . -name \*libcaf\* | wc -l 0 % pwd /home/kargl/gcc/obj % find . -name \*shmem\* ./x86_64-unknown-freebsd15.0/libgfortran/caf/.deps/shmem.Plo ./x86_64-unknown-freebsd15.0/libgfortran/caf/shmem ./x86_64-unknown-freebsd15.0/libgfortran/caf/.libs/shmem.o ./x86_64-unknown-freebsd15.0/libgfortran/caf/shmem.o ./x86_64-unknown-freebsd15.0/libgfortran/caf/shmem.lo -- Steve