atomic link failures for ArcticFox
Riccardo Mottola <[email protected]> Wed, 15 May 2024 01:08:18 +0200
| Newsgroups | gmane.os.netbsd.ports.macppc |
|---|---|
| Message-ID | <[email protected]> |
Hi, trying this PR on NetbSD... I don't like all details, but I couldn't do it better, so I wanted to test it. https://github.com/rmottola/Arctic-Fox/pull/101 stub symbols now appear fine, but I end up with: 584:20.85 ld: ../../toolkit/library/libxul.so: undefined reference to `__atomic_fetch_add_8' 584:20.85 ld: ../../toolkit/library/libxul.so: undefined reference to `__atomic_store_8' 584:20.85 ld: ../../toolkit/library/libxul.so: undefined reference to `__atomic_load_8' 584:20.86 ld: ../../toolkit/library/libxul.so: undefined reference to `__atomic_fetch_sub_8' do I need -latomic like on linux PPC? It appears not to exist.. do I need to install it? Riccardo