automake
[Top][All Lists]
Advanced

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

Re: Why does one shared library cause the project to fail: Warning: Link


From: Vincent Torri
Subject: Re: Why does one shared library cause the project to fail: Warning: Linking the executable x against the loadable module
Date: Sun, 22 Apr 2018 07:08:09 +0200

hello

try this :
in your Makefile.am, avoid -module for each built application or
library which is not opened with dlopen (line 43 and 45, 57 and 59)

hth

Vincent Torri

On Sun, Apr 22, 2018 at 1:39 AM, Yuri <address@hidden> wrote:
> On 03/30/18 22:52, Yuri wrote:
>>
>> This project (calf studio) fails to build for me. Here is the Makefile.am
>> that seems to cause a problem:
>> https://github.com/calf-studio-gear/calf/blob/master/src/Makefile.am
>>
>> It builds the shared library calf.so. The library is built, but later it
>> fails when this shared library is fed to another command line as a source:
>>
>> *** Warning: Linking the executable calfbenchmark against the loadable
>> module
>> *** calf.so is not portable!
>
>
>
> How do I get this autotools bug fixed?
>
> I reported this a few months ago and there is no answer.
>
> The FreeBSD port for the calf studio can't be updated for this reason.
>
> What should I do? How can I make this error go away?
>
>
> Thanks,
>
> Yuri
>
>



reply via email to

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