shared object from master

Kasper Holtze kasper at holtze.dk
Tue Feb 14 15:33:13 UTC 2017


Den 14-02-2017 kl. 16:20 skrev Kasper Holtze:
> Den 13-02-2017 kl. 22:58 skrev Dan Williams:
>> On Mon, 2017-02-13 at 22:20 +0100, Kasper Holtze wrote:
>>> Den 13-02-2017 kl. 22:13 skrev Aleksander Morgado:
>>>> On Mon, Feb 13, 2017 at 9:58 PM, Kasper Holtze <kasper at holtze.dk>
>>>> wrote:
>>>>> Den 13-02-2017 kl. 21:55 skrev Aleksander Morgado:
>>>>>> On Mon, Feb 13, 2017 at 9:51 PM, Kasper Holtze <kasper at holtze.d
>>>>>> k> wrote:
>>>>>>> I can't seem to figure out why libqmi-glib.so is not built
>>>>>>> when using
>>>>>>> master
>>>>>>> - is that "by design"? :-)
>>>>>> What do you mean? libqmi-glib is of course built by default.
>>>>>>
>>>>> The shared object (libqmi-glib.so) is not created, when building
>>>>> from
>>>>> master, only when building from a specific release. src/libqmi-
>>>>> glib/.libs
>>>>> only contains static archives. --enable-shared option to
>>>>> configure is
>>>>> enabled by default according to doc, but even when specifying it
>>>>> explicitly,
>>>>> there's no .so file.
>>>> That's weird, I just did 2 builds from git master (autogen.sh,
>>>> configure, make) and from the last tag tarball (configure, make)
>>>> and
>>>> in both cases I do get src/libqmi-glib/.libs/libqmi-glib.so.5.1.0.
>>>>
>>> Ok - a small "detail", I'm building for ARM. configure --host=arm and
>>> make.
>> Could you share 'make V=1' output so we can debug what's going on?
>>
>>
> Of course! I appreciate your help :-) 
I found the issue. It should be
configure --host=arm-linux
instead of just
configure --host=arm

Shared objects are created now.

Thanks for your time!

Kasper


More information about the libqmi-devel mailing list