-
Notifications
You must be signed in to change notification settings - Fork 12
Reconsider link-libraries #51
Copy link
Copy link
Open
Labels
bugThe issue represents a problem with the specification in its current form.The issue represents a problem with the specification in its current form.help wantedThis issue would benefit from community assistance.This issue would benefit from community assistance.scheduledThe maintainers have flagged this issue as something to be addressed.The maintainers have flagged this issue as something to be addressed.
Metadata
Metadata
Assignees
Labels
bugThe issue represents a problem with the specification in its current form.The issue represents a problem with the specification in its current form.help wantedThis issue would benefit from community assistance.This issue would benefit from community assistance.scheduledThe maintainers have flagged this issue as something to be addressed.The maintainers have flagged this issue as something to be addressed.
Following up from discussion in slack. We agree that supporting link search paths and short names, ie
-L/usr/lib -lfoois more error prone than just supporting linking full paths, ie-l/usr/lib/libfoo.so. As a result we should probably drop the attribute link-libraries from the spec.