Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
DuckDB build all of its bundled dependencies as separate static libraries, we don't currently bundle everything into one archive (although I think @samansmink is working on changing that). They are called |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having a whole bunch of
ld.lld: undefined symbol
errors when I'm trying to link a program to thelibduckdb_static.a
under linux. There are things such asduckdb_re2
,duckdb::utf8proc_codepoint_to_utf8
all missing.Beta Was this translation helpful? Give feedback.
All reactions