Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [iot-pmc] Pre-requisite request for libuv

Hi Jens,

The plan would be to do dynamic linking. This would be such a core
part of the program that there wouldn't be any point trying to load it
programmatically using dlopen() to avoid the hard linker dependency.
If the library isn't there, the program wouldn't be of any use.

Cheers,

Roger


On Mon, Sep 22, 2014 at 9:11 AM, Jens Reimann
<jens.reimann@xxxxxxxxxxxxxxx> wrote:
> Hi,
>
> I am also not quite sure what to do here. If you have a dependency in
> Java, and do not have the dependency installed, you might be able to run
> at least the rest of the program.
>
> If you have a linker dependency on another library, you will never be
> able to fire up your application.
>
> Also if you statically link against a library, then the library actually
> becomes part of the application (or library). So you would be
> distributing it. So the question would also how you link against the
> library.
>
> Jens
>
> On 09/19/2014 10:56 AM, Roger Light wrote:
>> Hi Benjamin,
>>
>>> One more clarification also: if you intend to *distribute* libuv for
>>> Windows then this can't be addressed via a pre-req CQ.
>> Ok... so what do I need to do?
>>
>> Thanks,
>>
>> Roger
>> _______________________________________________
>> iot-pmc mailing list
>> iot-pmc@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/iot-pmc
>
>
> --
> IBH SYSTEMS GmbH
> D-85235 Pfaffenhofen an der Glonn
> Läutenring 43
> Geschäftsführer / CEO: Dr. Thomas Heitzig
>
> Amtsgericht München
> Handelsregister Nummer  HRB 197959
> USt ID: DE267945175
>
> Office Munich
> D 80992 München
> Agnes-Pockels-Bogen 1
> T +49 89 18 9 17 49 0
>
> The information transmitted is intended only for the person or entity
> to which it is addressed and may contain confidential and/or pivileged
> material. Any review, retransmission, dissemination or other use of,
> or taking of any action in reliance upon, this information by persons
> or entities other than the intended recipient is prohibited. If you
> received this in error, please contact the sender and delete the
> material from any computer.
>
> _______________________________________________
> iot-pmc mailing list
> iot-pmc@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/iot-pmc


Back to the top