-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependencies
Description
if you do make all
, the cli/loader_trampolines.o
file may be attempted to be written by both the debug and release targets simultaneously, leading to this linker failure:
ld: file too small (length=0) file './loader_trampolines.o' for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [/Users/jameson/julia/usr/lib/libjulia-debug.1.9.dylib] Error 1
make: *** [julia-cli-debug] Error 2
DilumAluthge
Metadata
Metadata
Assignees
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependencies