autoconf
[Top][All Lists]
Advanced

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

Re: How can I test if the GNU or Sun linker is used?


From: Russ Allbery
Subject: Re: How can I test if the GNU or Sun linker is used?
Date: Thu, 06 Aug 2009 19:11:37 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

Philip Herron <address@hidden> writes:

> All you should really care about is making sure your environment has a
> compatible c compiler or whats needed and autoconf does that for you,
> with the prog_c macro then it inserts into the makefile etc. And you
> just have to make sure your code is compatible. I would discourage
> trying to over-think and separate what compilers, assemblers are being
> used to give warnings, because thats not what you want. You want
> autoconf to figure out your environment for you so you don't have to
> have complicated makefiles and options to build your program.

Usually this sort of problem comes up because one wants to pass flags
like -Bsymbolic -z defs --version-script=library.map to the linker, but
you have to know which linker you're using to know whether you can use
that syntax or -xldscope=symbolic or something else instead.

-- 
Russ Allbery (address@hidden)             <http://www.eyrie.org/~eagle/>




reply via email to

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