Displaying 2 results from an estimated 2 matches for "libalpha".
Did you mean:
isalpha
2019 Mar 27
4
RFC: ELF Autolinking
...a
>> lib<string>.a or lib<string>.so (depending on the current mode of the
>> linker) in each of the library search paths; forth, by looking for the
>> string in each of the framework search paths in turn.
>>
>
> What happens when you have Alpha.framework[/libAlpha.dylib] and
> libAlpha.dylib? `-framework Alpha` should take
> Alpha.framework/libAlpha.dylib and *NOT* libAlpha.dylib. I see no way to
> differentiate between the two by mandating a specific ordering. -lAlpha ->
> libAlpha.dylib and -framework Alpha -> Alpha.framework/libAlpha....
2019 Mar 26
2
RFC: ELF Autolinking
Thanks Saleem/James.
On Tue, Mar 26, 2019 at 5:15 AM Saleem Abdulrasool <compnerd at compnerd.org>
wrote:
> Yes, I don't think that supporting all options is entirely possible. But,
> there is certainly some allure to it, as it is a really powerful feature
> (which you can tell from the behaviour of link and `.drectve` section).
> The problem with all options is that