On 3/27/23 18:42, Prof. Dr. Johannes Grabmeier wrote:
gcc -march=armv8.5-a -g -dynamiclib -single_module bsdsignal.o cfuns-c.o sockio-c.o -o /Users/jgrabmeier/fricas-1.3.8/target/arm-apple-darwin22.3.0/lib/libspad.so ld: warning: ignoring file bsdsignal.o, building for macOS-arm64 but attempting to link with file built for unknown-x86_64
Clearly, bsdsignal.o is built as x86, so before linking libspad.so, you need to recompile *.o. - Qian -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/70723ad2-f68c-0c89-ff91-739e181b60fe%40gmail.com.
