KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ rand.q problem Reply To: rand.q problem

  • Pooas

    Member
    September 2, 2024 at 4:51 pm

    Thanks! How I do fix this problem(arm64)?

    gcc -shared -o rand.so rand.o mt19937arcok.o SobolSeq1024.o

    Undefined symbols for architecture arm64:

    "_ja", referenced from:

    _mtrand1 in rand.o

    _mtrand2 in rand.o

    _mtrand3 in rand.o

    "_krr", referenced from:

    _sobolrand in rand.o

    _mtinit in rand.o

    _mtrand1 in rand.o

    _mtrand2 in rand.o

    _mtrand3 in rand.o

    "_ktn", referenced from:

    _sobolrand in rand.o

    _mtrand1 in rand.o

    _mtrand2 in rand.o

    _mtrand3 in rand.o

    ld: symbol(s) not found for architecture arm64

    clang: error: linker command failed with exit code 1 (use -v to see invocation)

    make: *** [rand.so] Error 1