Re: [PATCH 1/13] Coarray shared memory library
Jerry D <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
On 2/11/26 4:33 PM, Steve Kargl wrote: > On Wed, Feb 11, 2026 at 01:33:54PM -0800, Jerry D wrote: >> On 2/11/26 10:25 AM, Steve Kargl wrote: >>> /usr/local/bin/ld: cannot find -lcaf_shmem: No such file or directory >>> >>> % grep "cannot find -lcaf_shmem" gcc/testsuite/gfortran/gfortran.log | wc -l >>> 158 >>> >>> IMHO, the patch is not ready for commit. >>> >> >> Hi Steve, >> >> I will investigate this soon. >> >> Is there a freeBSD system I can access anywhere? >> > > I found that the diff you sent me is putting > new files in the toplevel gcc/ directory > instead of the gcc/libgfortran/caf directory. > I'm not sure if this is a difference between > BSD diff/patch and GNU diff/patch. > I will send you a fresh patch after I finish incorporating comments revievd so far.