-
I tried this code:
```rust
#[no_mangle]
extern "C" fn foo() {}
```
I build a Windows DLL, I use this foo function with other static library written in C.
I think that this function should not be …
-
This is sort of a follow up to https://github.com/facebook/buck2/issues/571.
When building a target with `link_style = "static"`, where a transitive dependency is a shared library due to its usage …
-
Trying to build current git master (a37d4836519517bdce6cb9d956092321eca3e73b) as a [Universal Binary](https://en.wikipedia.org/wiki/Universal_binary) (or even just arm64 only) on a Intel Mac fails to …
seanm updated
3 weeks ago
-
### Link to the code that reproduces this issue
https://github.com/cryfs/cryfs-web-next/tree/feature/failing
### To Reproduce
1. Clone repository from above link, in the specified branch
2. …
-
`.github/workflows/release.yml`
```
build-rust-cross:
timeout-minutes: 10
name: build rust cross - ${{ matrix.platform.release_for }}
strategy:
matrix:
platform:…
-
### Introduction
Starting the binary il bails that it cannot find GLIBC_2.29 nor in libm.so.6 or libc.so.6
### To Reproduce
Start a binary on a v. 8 Red Hat compatible
### Actual behavior
…
-
### Description
The cnats package behaves a bit different than the most Conan packages when using the CMake generators, because it changes the name of the CMake target depending on the build_type set…
-
Running the following:
```console
$ echo "" > empty.rs
$ rustc empty.rs --crate-type=staticlib --print=native-static-libs
note: Link against the following native artifacts when linking against t…
-
### Xmake 版本
xmake v2.9.5+20240925
### 操作系统版本和架构
Ubuntu 24.04.1 LTS
### 描述问题
无法编译使用bzip2库
### 期待的结果
正常编译使用bzip2库
### 工程配置
xmake.lua配置
```lua
add_rules("mode.debug", "mode.…
-
(not sure if im dumb but i can't find the repo for docs.palera.in so pardon moi)
The [instructions](https://docs.palera.in/docs/get-started/installing-palera1n-linux/) for installing palera1n on Li…