-
g++ tutorial.cc -I/usr/local/cloredis/include -L/usr/local/cloredis/lib/ -lcloredis -o main -std=c++11 -Wl,-rpath=/usr/local/cloredis/lib
应该是
g++ tutorial.cc -I/usr/local/cloredis/include/cloredi…
-
Taking [this example](https://docs.julialang.org/en/v1/manual/running-external-programs/#Cmd-Objects) from the docs:
```julia
julia> cmd = Cmd(`sh -c "echo foo \$HOWLONG"`, env=("HOWLONG" => "ever!"…
-
*Issue migrated from trac ticket # 15551*
**component:** build | **priority:** low | **keywords:** install_name_tool
#### 2013-10-03 10:43:07: rocrail (Rob Versluis) created the issue
___
I got a …
-
## Description
The recently introduced cmake build for crtm breaks ufs-bundle:
```
CMake Error at fv3-jedi/CMakeLists.txt:84 (find_package):
By not providing "Findcrtm.cmake" in CMAKE_MODULE_P…
-
There is a narrow scope to this issue, and a wider scope.
The problem is that if `LD_LIBRARY_PATH` is set, the tests run via `ninja test` might in some cases use libs from the `LD_LIBRARY_PATH` loc…
-
http://hackage.haskell.org/package/s3-signer defines a sub-library, which is then used by a test program. Therefore, the build needs `chrpath` run to succeed, or else:
~~~~
[ 90s] calling /usr/l…
-
### Problem
PR: External DLL dependency Example
It would be useful for hosts and plugin developers to have a good example to handle external to the .ofx plugin per se dependencies.
Anyone has …
-
The easyblock for binutils is forcibly setting RPATH in the resulting binaries (ar, ranlib etc) to start with
/usr/lib:/lib:/usr/lib64:/lib64:/usr/lib/x86_64-linux-gnu/:/lib/x86_64-linux-gnu/
This is…
-
On the master branch, building the profiler alone with CMake fails on Debian Buster with X11 for ~2~ 1 reasons:
1. ~Wayland is incorrectly selected despite LEGACY=ON being given in the CMake confi…
-
Hi!
In luvit/zmq I'm trying to build lua-zmq for luvit. In order to get rid of `cmake` and `libzmq-dev` (think of rootless access, e.g.) I'm trying to build libzmq.so locally.
In order to specify cu…