On 10 Dec 2016 12:22, Bent Bisballe Nyeng wrote:
> I want to use the --no-undefined linker argument through the 
> -Wl,--no-undefined CXXFLAGS. This is only supported by gcc but has a 
> clang alternative: -Wl,-undefined,error.

you're referring to a linker option, not a compiler, so gcc/clang don't
care here.

if you're using libtool to link your libs (which you prob should), then
have you tried using -no-undefined instead ?
-mike

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to