[GHC] #11063: ghc -split-objs fails on Unicode file names

GHC ghc-devs at haskell.org
Fri Nov 6 05:03:55 UTC 2015


#11063: ghc -split-objs fails on Unicode file names
-------------------------------------+-------------------------------------
           Reporter:  strake888      |             Owner:
               Type:  bug            |            Status:  new
           Priority:  normal         |         Milestone:  8.0.1
          Component:  Compiler       |           Version:  7.10.2
           Keywords:                 |  Operating System:  Unknown/Multiple
       Architecture:                 |   Type of failure:  None/Unknown
  Unknown/Multiple                   |
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 See enclosed example.

 {{{
 $ chdir example
 $ ghc -split-objs Main
 [1 of 2] Compiling Példa            ( Példa.hs, Példa.o )
 /usr/bin/ld: cannot find /home/strake/example/./P
 /usr/bin/ld: cannot find lda_o_split/P
 /usr/bin/ld: cannot find lda__1.o
 /usr/bin/ld: cannot find /home/strake/example/./P
 /usr/bin/ld: cannot find lda_o_split/P
 /usr/bin/ld: cannot find lda__2.o
 collect2: error: ld returned 1 exit status
 éééé
 $
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11063>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list