> 
>>  system_libpath=( "${libdir[@]/%//../../lib}" "${libdir[@]/%//../lib}"
> 
> Hmmm, we should fix that too, but that's mostly cosmetic: pkg-config skips
> these paths when adding '-L' options. And some extra shouldn't hurt.
> 
> Michael

Hmm. I could not leave this out. Apparently some packages use this and
would resolve libraries on my host as -L/usr/lib64/whatever. Which would
contain other libraries (x86 compilation) and fail to link.

> 
>> "/usr/lib" "/lib" )
>>  system_incpath=( "${libdir[@]/%//../../include}"
>> "${libdir[@]/%//../include}" "/usr/include" "/include" )
> 


_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to