You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running 'v up' I see an error message stating "Library not loaded: @rpath/libgc.dylib".
Reproduction Steps
Run command 'v up'.
Expected Behavior
I expect v's source code to be updated then the v binary being remade.
Current Behavior
I see this error instead:
dyld[3902]: Library not loaded: @rpath/libgc.dylib
Referenced from: /Users/user/Documents/Development/Projects/Vlang/V-source-code/git-repo/v/cmd/tools/vup
Reason: tried: '/Users/user/Documents/Development/Projects/Vlang/V source code/git-repo/v/thirdparty/tcc/lib/libgc.dylib' (no such file), '/Users/user/Documents/Development/Projects/Vlang/V source code/git-repo/v/thirdparty/tcc/lib/libgc.dylib' (no such file), '/usr/X11/lib/libgc.dylib' (no such file), '/usr/lib/libgc.dylib' (no such file), '/libgc.dylib' (no such file), '/libgc.dylib' (no such file)
Abort trap: 6
Possible Solution
I suggest enable static linking of libgc. This pull request should fix the problem: #26695.
2026-05-12 15:51:13.878 xcodebuild[4124:135674] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
gcc version
Apple clang version 13.1.6 (clang-1316.0.21.2.3)
clang version
Apple clang version 13.1.6 (clang-1316.0.21.2.3)
tcc version
tcc version 0.9.28rc 2026-01-10 HEAD@5ec0e6f8 (AArch64 Darwin)
tcc git status
thirdparty-macos-arm64 f995efa3
emcc version
N/A
glibc version
N/A
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
Describe the bug
When running 'v up' I see an error message stating "Library not loaded: @rpath/libgc.dylib".
Reproduction Steps
Run command 'v up'.
Expected Behavior
I expect v's source code to be updated then the v binary being remade.
Current Behavior
I see this error instead:
dyld[3902]: Library not loaded: @rpath/libgc.dylib
Referenced from: /Users/user/Documents/Development/Projects/Vlang/V-source-code/git-repo/v/cmd/tools/vup
Reason: tried: '/Users/user/Documents/Development/Projects/Vlang/V source code/git-repo/v/thirdparty/tcc/lib/libgc.dylib' (no such file), '/Users/user/Documents/Development/Projects/Vlang/V source code/git-repo/v/thirdparty/tcc/lib/libgc.dylib' (no such file), '/usr/X11/lib/libgc.dylib' (no such file), '/usr/lib/libgc.dylib' (no such file), '/libgc.dylib' (no such file), '/libgc.dylib' (no such file)
Abort trap: 6
Possible Solution
I suggest enable static linking of libgc. This pull request should fix the problem: #26695.
Additional Information/Context
No response
V version
V 0.5.1 9e01248
Environment details (OS name and version, etc.)
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.