EleonoreMizo / fmtconv

Format conversion tools for Vapoursynth and Avisynth+
Do What The F*ck You Want To Public License
67 stars 14 forks source link

r22 fails to build on FreeBSD: /usr/bin/ld: cannot find -latomic #13

Closed jbeich closed 4 years ago

jbeich commented 4 years ago

FreeBSD uses Clang by default, so libatomic is often neither installed nor picked up from GCC-specific prefix. See error log and bug 230888. Removing -latomic helps to unbreak on x86 architectures.

EleonoreMizo commented 4 years ago

OK, thanks for the log. It seems we need -latomic only for some versions of GCC < 5.3. I’ll make a conditional.

jbeich commented 4 years ago

Builds fine after 5e0340d35e4d.