#3753: Make ghci's -l option consistent with GNU ld's -l option
---------------------------------+------------------------------------------
Reporter: hgolden | Owner:
Type: feature request | Status: new
Priority: normal | Component: GHCi
Version: 6.12.1 | Keywords:
Os: Unknown/Multiple | Testcase:
Architecture: Unknown/Multiple | Failure: None/Unknown
---------------------------------+------------------------------------------
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.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3753>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs