automake
[Top][All Lists]
Advanced

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

Re: Generated Makefile fails to build


From: Robert Parker
Subject: Re: Generated Makefile fails to build
Date: Sat, 20 Sep 2014 13:40:53 +0700

On Sat, Sep 20, 2014 at 6:46 AM, Warren Young <address@hidden> wrote:

> Just stepping back a bit, some linkers are more tolerant than others about
> the order of flags and such.  Libraries that land in standard locations
> like /usr/lib also obscure this issue, by rendering irrelevant an
> improperly-placed or -constructed -L flag.
>
> Because of this, you will find a fair number of bad Makefile.am examples
> out in the wild.  You don't find out that you've been emulating one of
> these bad examples until you try your package on a system with a stricter
> linker or one that places libraries you need in odd places.
>

True enough. I did get my bad Makefile text by conscientious searching.
However the problem is now solved.
Thanks,
Bob


reply via email to

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