-
## bug
* `clang` command generate executable, has no `@rpath` option add in linking phase, eg: `-Wl,-rpath,@loader_path/.`
* system & architecture info:
* system: `mac Sequoia 15.0`
* arch: `A…
-
**Abstract**
The existing reactor code only considers gas, surface and the bulk phases. The existing `edgephase` between two surfaces (defined in Cantera thermo) and the corresponding kinetics need…
-
I'm encountering an issue while building my project where the linker (ld) cannot find the perclibrary (-lperclibrary) during the linking phase. This results in a build error with the following message…
-
The MLIR build time has a lot of stuff for code gen for various architectures that we don't target (e.g., SPIRV) and passes and dialects that we don't use (e.g., gpu, arm*, etc.). We could likely save…
j2kun updated
4 weeks ago
-
## Description
Receive a permission denied error, during a linking phase (see make.log), when attempting to: rvm install ruby-2.6.5. There were several prior versions of ruby installed; the last bei…
-
The build fails on my Linux system while trying to create bin/lin64/StarRuler2.bin in the linking phase.
The log is below. Errors start appearing in line 826.
[starruler2-source-log.txt](https:/…
-
Windows/MSVC.
In my setup I have 14 cores and 64 GB of memory. For the compilation phase, I'm getting the most benefit when all cores are used (CPU usage is at around 100% and memory 60-70%). However…
-
### Current Behavior
When attempting to use a Rust library `my_lib` in a C++ application `my_app`, using Corrosion, the linker reports an error during the linking phase.
### Error Output:
```
[ …
-
Hi i'm getting this error below, anyone have an idea what could it be? Thanks in advance.
/chia-plotter/src/chia_plot.cpp:16:10: fatal error: sodium.h: No such file or directory
#include
…
-
When building a side module ( for run time or load dynamically linking), it looks undefined symbols in the side module are not reported when building the side module (at linking phase), and undefined …