autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to check for linker argument support?


From: Mike Frysinger
Subject: Re: How to check for linker argument support?
Date: Sat, 10 Dec 2016 12:33:14 -0500

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]