shiika icon indicating copy to clipboard operation
shiika copied to clipboard

ld warnings in macOS sonoma

Open aisk opened this issue 1 year ago • 0 comments

On macOS sonoma, compile the example file with cargo run -- run examples/hello.sk will got this wanings:

    Finished dev [unoptimized + debuginfo] target(s) in 0.17s
     Running `target/debug/shiika run examples/hello.sk`
ld: warning: REFERENCED_DYNAMICALLY flag on symbol '_catch_exception_raise' is deprecated
ld: warning: REFERENCED_DYNAMICALLY flag on symbol '_catch_exception_raise_state' is deprecated
ld: warning: REFERENCED_DYNAMICALLY flag on symbol '_catch_exception_raise_state_identity' is deprecated
Hello, world!

aisk avatar Dec 15 '23 15:12 aisk