Skip to content

Fix linker order: move -ldl -lm after static libraries in cli target#281

Open
cheechee wants to merge 1 commit intoasg017:mainfrom
cheechee:main
Open

Fix linker order: move -ldl -lm after static libraries in cli target#281
cheechee wants to merge 1 commit intoasg017:mainfrom
cheechee:main

Conversation

@cheechee
Copy link
Copy Markdown

@cheechee cheechee commented Apr 7, 2026

Static libraries must precede -lm so the linker can resolve sqrt/ceil references from sqlite-vec.a against libm.

Static libraries must precede -lm so the linker can resolve sqrt/ceil
references from sqlite-vec.a against libm.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant