Skip to content

Linux linking#10

Open
lucasw wants to merge 3 commits into
SecondHalfGames:mainfrom
lucasw:linux_linking
Open

Linux linking#10
lucasw wants to merge 3 commits into
SecondHalfGames:mainfrom
lucasw:linux_linking

Conversation

@lucasw

@lucasw lucasw commented Aug 29, 2025

Copy link
Copy Markdown

I've got linux building with a build.rs per hello world, and also cargo test needs linking to happen right where I've moved it to (not sure why).

Fixes #9 and #5

@lucasw

lucasw commented Aug 29, 2025

Copy link
Copy Markdown
Author

I thought maybe a PR would override the github action restriction on only running on main, but given it doesn't there's another very similar branch modified to do actions on all branches that shows success: https://github.com/lucasw/jolt-rust/actions/runs/17313804077

@5unekku

5unekku commented Jun 8, 2026

Copy link
Copy Markdown

the link order fix (joltc before Jolt) and lib64 search path are now in main. the hello-world build.rs additions weren't needed since joltc-sys handles linking for downstream crates. closing in favor of the direct fix.

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.

linux build fails with manty undefined references

2 participants