Run Failed on BigSur

Issue #79 closed
Shiqi Zhou created an issue

I ran: tempo2 -gr plk -g 1524.par 1524.tim -epoch center

I get back:

This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under conditions of GPL license.

Looking for /Users/***/PsrSoft/tempo2/plugins//plk_darwin20_plug.t2
dlerror() = dlopen(/Users/***/PsrSoft/tempo2/plugins//plk_darwin20_plug.t2, 10): Symbol not found: ___addtf3
Referenced from: /usr/local/opt/gcc/lib/gcc/10/libquadmath.0.dylib
Expected in: /usr/lib/libSystem.B.dylib
in /usr/local/opt/gcc/lib/gcc/10/libquadmath.0.dylib
[error]: dlopen() failed while resolving symbols.

Comments (2)

  1. Michael Keith

    Have you tried to fully recompiled the code after upgrading the OS?
    e.g.
    make complete-clean
    make && make plugins

    make install && make plugins-install

    I have not tested it myself on “big sur”, but I think it has been around for nearly a year now and I’m pretty sure some people are using it for some time now.

  2. Log in to comment