Build libpqxx with bazel #21600
Labels
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
type: support / not a bug (process)
untriaged
Hello all,
Could you help me solving the following issue? Thank you!
I am trying to build https://github.com/jtv/libpqxx with bazel.
Machine:
Linux 6.1.0-18-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64 GNU/Linux
I already installed:
My WORKSPACE file:
libpqxx.BUILD:
The error is:
If I remove
"CMAKE_STATIC_LINKER_FLAGS": "-lpqxx -lpq",
from the file libpqxx.BUILD. It fails with (a lot ofundefined reference to PQ
- the error below has been truncated):The text was updated successfully, but these errors were encountered: