Ticket #3753 (new feature request)

Opened 4 years ago

Last modified 9 months ago

Make ghci's -l option consistent with GNU ld's -l option

Reported by: hgolden Owned by:
Priority: low Milestone: 7.6.2
Component: GHCi Version: 6.12.1
Keywords: Cc: dtrebbien@…
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Currently, ghci accepts -l options of the format -lxyz. On Linux, this is treated as a request for libxyz.so. The GNU ld -l option is more flexible. It accepts either -lxyz or -l xyz. Also, it accepts -l:filename or -l :filename. When this form is used, the filename is not modified by prepending "lib" and appending ".so". I request that GNU ld's -l forms be accepted by ghci.

Change History

Changed 3 years ago by igloo

  • milestone set to 6.14.1

Thanks for the suggestion.

Changed 3 years ago by igloo

  • milestone changed from 7.0.1 to 7.0.2

Changed 2 years ago by igloo

  • milestone changed from 7.0.2 to 7.2.1

Changed 2 years ago by batterseapower

The first part of this (i.e. NOT the : extension) was done by #4869

Changed 21 months ago by igloo

  • milestone changed from 7.2.1 to 7.4.1

Changed 20 months ago by dtrebbien

  • cc dtrebbien@… added

Changed 17 months ago by igloo

  • priority changed from normal to low
  • milestone changed from 7.4.1 to 7.6.1

Changed 9 months ago by igloo

  • milestone changed from 7.6.1 to 7.6.2
Note: See TracTickets for help on using tickets.