Issue 138340
Summary [flang] [packaging] cannot find -lflang_rt.runtime with newly packaged flang 21
Labels flang
Assignees
Reporter adegomme
    Installing latest flang 21 from apt.llvm.org seems to bring a non functional compiler, as a (new?) runtime library is reported as not found (and I don't find it)
Tested on ubuntu plucky and noble, it was not a problem with 20 or some recent 21.


```
 flang-21 interface.f90 -o interface_flang21
/usr/bin/ld: cannot find -lflang_rt.runtime: No such file or directory
```

total installed packages were clang-21 clang-tools-21 libclang-common-21-dev libclang-cpp21 libclang-rt-21-dev libclang1-21 libllvm21 llvm-21 llvm-21-dev llvm-21-linker-tools llvm-21-runtime llvm-21-tools
and for flang flang-21 libflang-21-dev libmlir-21
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to