Julia创建二进制文件

大家用PackageCompiler创建过二进制文件吗?我按照教程(前面链接)来做报以下错误:

/usr/bin/ld: /tmp/ccJU4mgi.o: warning: relocation against `jl_options' in read-only section `.text.startup'
/usr/bin/ld: /tmp/ccJU4mgi.o: in function `main':
MyApp.c:(.text.startup+0x24): undefined reference to `uv_setup_args'
/usr/bin/ld: MyApp.c:(.text.startup+0x29): undefined reference to `libsupport_init'
/usr/bin/ld: MyApp.c:(.text.startup+0x3c): undefined reference to `jl_options'
/usr/bin/ld: MyApp.c:(.text.startup+0x41): undefined reference to `julia_init__threading'
/usr/bin/ld: MyApp.c:(.text.startup+0xd4): undefined reference to `julia_main'
/usr/bin/ld: sys.so: undefined reference to `jl_boxed_uint8_cache'
/usr/bin/ld: sys.so: undefined reference to `fmod'
/usr/bin/ld: sys.so: undefined reference to `jl_boxed_int8_cache'
/usr/bin/ld: sys.so: undefined reference to `jl_world_counter'
/usr/bin/ld: sys.so: undefined reference to `jl_RTLD_DEFAULT_handle'
/usr/bin/ld: sys.so: undefined reference to `pow'
/usr/bin/ld: warning: creating DT_TEXTREL

julia版本是

julia> versioninfo()
Julia Version 1.6.0-rc1
Commit a58bdd9010 (2021-02-06 15:49 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, skylake)

gcc版本是

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-werror gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.0 (GCC)