libsndfile / libsamplerate

An audio Sample Rate Conversion library
http://libsndfile.github.io/libsamplerate/
BSD 2-Clause "Simplified" License
616 stars 169 forks source link

Check GNU linker instead of gcc compiler for exported symbols control. #150

Closed sezero closed 3 years ago

sezero commented 3 years ago

Also enable unix OSs other than linux, kfreebsd and hurd. macos isn't affected because it doesn't use GNU ld.

CMake would need something similar, i.e. compiler id -> linker id check, but I don't know cmake enough to do that.

Closes: #149

SoapGentoo commented 3 years ago

all fine, could you just add a ntoe to NEWS something along the lines of Fixing GNU ld detection logic in configure.ac

sezero commented 3 years ago

all fine, could you just add a ntoe to NEWS something along the lines of Fixing GNU ld detection logic in configure.ac

Done