-
If I try to call `Libdl.dlpath` in LinearAlgebra's `__init__`, the Julia build fails. Calling `Libdl.dlext` works fine though.
```
Sysimage built. Summary:
Total ─────── 57.897861 seconds
Base…
-
Received this warning this morning from julia-1.4.
```
[ Info: Precompiling HilbertSpaceFillingCurve [515b7ef8-bac0-55e1-a220-237e90591ccc]
┌ Warning: Package HilbertSpaceFillingCurve does not have…
recri updated
4 years ago
-
On OpenBSD, dlopen() and friends are in libc, and there is no libdl. The `LIBS += -ldl` line in src/unit_tests/unit_tests.pro thus causes a failure on OpenBSD.
-
- When trying to start simulation from the editor, it also gets stuck on play or it freezes the editor.
- The executable gets stuck at 200mb~ ram usage and doesn't start.
This problem occurs in…
-
```
cd vk_raytracing_tutorial_KHR
mkdir build
cd build
cmake ..
make -j 40
```
Compiles shared sources successfully, fails during the linking step:
```
[100%] Linking CXX executable /home/c…
-
#### SSIA, there is no static version of the libdl library
This makes static builds which attempt to dynamically open other libraries impossible. Missing libz.a or libm.a could be worked around by…
-
I created the tutorial application. I then expanded it with some use of ImGui. Everything works as expected on windows.
I created a publish profile for a self contained linux-x64 that targeted Rel…
-
```
(v1.1) pkg> add https://github.com/rprechelt/Vectorize.jl.git
Cloning git-repo `https://github.com/rprechelt/Vectorize.jl.git`
Updating git-repo `https://github.com/rprechelt/Vectorize.jl.…
-
Hi!
I encountered a problem after compiling proxychains4 on my Debian 11 VM.
I compiled the newest source with "./configure && make && make install" and tested with
"proxychains4 ping" and got th…
-
Building the example "hello.rs" filesystem, I am getting an executable that is dynamically linked against libfuse3:
```
❯ ldd target/debug/hello
linux-vdso.so.1 (0x00007ffc6355e000)
libfuse3.s…