[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Per-Object Flags for Autotool C++ library?
From: |
Jeffrey Walton |
Subject: |
Re: Per-Object Flags for Autotool C++ library? |
Date: |
Sat, 4 Nov 2017 14:48:08 -0400 |
On Fri, Nov 3, 2017 at 3:07 PM, Jeffrey Walton <address@hidden> wrote:
> On Fri, Nov 3, 2017 at 1:51 PM, Nick Bowler <address@hidden> wrote:
>> On 11/3/17, Jeffrey Walton <address@hidden> wrote:
>>> On Thu, Nov 2, 2017 at 6:04 PM, Jeffrey Walton <address@hidden> wrote:
>>>> ...
>>> The new issue is, the compile stops after about 4 files are compiled.
>>> Here's the pastebin of `make V=1`: https://pastebin.com/nCYN2RHh. The
>>> error is also shown below.
>>> ...
>>
>> For whatever reason it appears that the generated makefile has missing
>> prerequisites for libcryptopp.la. I would expect everything listed in
>> LIBADD to end up as a prerequisite of the library. This might require
>> some investigation to find out why that apparently did not happen in
>> your case.
>>
>> Adding everything to EXTRA_libcryptopp_la_DEPENDENCIES might help as
>> a workaround, e.g.,
>
> Perfect, thanks. That was it.
A quick follow up...
EXTRA_libcryptopp_la_DEPENDENCIES listing the objects worked for Linux
and OS X, but not Solaris. For Solaris I needed to drop the leading
`EXTRA`, and use just `libcryptopp_la_DEPENDENCIES`.
Jeff
- Per-Object Flags for Autotool C++ library?, Jeffrey Walton, 2017/11/02
- Re: Per-Object Flags for Autotool C++ library?, Nick Bowler, 2017/11/02
- Re: Per-Object Flags for Autotool C++ library?, Jeffrey Walton, 2017/11/03
- Re: Per-Object Flags for Autotool C++ library?, Nick Bowler, 2017/11/03
- Re: Per-Object Flags for Autotool C++ library?, Jeffrey Walton, 2017/11/03
- Re: Per-Object Flags for Autotool C++ library?, Jeffrey Walton, 2017/11/03
- Re: Per-Object Flags for Autotool C++ library?,
Jeffrey Walton <=
- Re: Per-Object Flags for Autotool C++ library?, Nick Bowler, 2017/11/04
- Re: Per-Object Flags for Autotool C++ library?, Jeffrey Walton, 2017/11/04
- Re: Per-Object Flags for Autotool C++ library?, Nick Bowler, 2017/11/04
- Re: Per-Object Flags for Autotool C++ library?, Jeffrey Walton, 2017/11/04
- github: Release distribution, Was: Re: Per-Object Flags for Autotool C++ library?, Mike Mestnik, 2017/11/05
- Re: Per-Object Flags for Autotool C++ library?, Mathieu Lirzin, 2017/11/05