#5154: Trouble porting GHC to Haiku: wrong shebang in Perl boot script
----------------------------------+-----------------------------------------
  Reporter:  mcandre              |          Owner:                             
     
      Type:  bug                  |         Status:  new                        
     
  Priority:  normal               |      Milestone:                             
     
 Component:  Build System         |        Version:  7.0.3                      
     
Resolution:                       |       Keywords:  perl boot shebang compile 
source
  Testcase:                       |      Blockedby:                             
     
Difficulty:                       |             Os:  Other                      
     
  Blocking:                       |   Architecture:  Unknown/Multiple           
     
   Failure:  Building GHC failed  |  
----------------------------------+-----------------------------------------

Comment(by igloo):

 Oh, hmm. What do these commands say for you?
 {{{
 perl --version
 }}}
 {{{
 echo '#!/tmp/perl' > q.pl; echo 'print "Hello\n"'>> q.pl; perl q.pl
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5154#comment:4>
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

Reply via email to