I built Windows applications for decades, but I'm attempting to build my first Linux application, and I'm having trouble finding what package to install for a linker. I'm using meson to build the Rage media player application, but obviously my build environment is somewhat lacking so far:
meson.build:2:0: ERROR: Unable to detect linker for compiler "cc -Wl,--version"
Could someone please let me know what package I need to install? If more info is needed, please let me know - I thought the entire log was probably overkill. It also mentioned collect2 version 11.2.0
, but I was unable to find any info for that. Could it be the linker I need?