[haiku-bugs] Re: [Haiku] #5346: Cannot use gcc over ssh

  • From: "mmlr" <trac@xxxxxxxxxxxx>
  • Date: Mon, 01 Feb 2010 00:50:49 -0000

#5346: Cannot use gcc over ssh
------------------------+---------------------------------------------------
  Reporter:  Adek336    |       Owner:  nobody   
      Type:  bug        |      Status:  closed   
  Priority:  low        |   Milestone:  R1       
 Component:  - General  |     Version:  R1/alpha1
Resolution:  invalid    |    Keywords:           
 Blockedby:             |    Platform:  All      
  Blocking:             |  
------------------------+---------------------------------------------------
Changes (by mmlr):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 That's because the shell isn't set up the same way as Terminals are.
 Terminal shells inherit the environment originally set up with the
 BootScript(s) while the ssh shells won't. What you're looking for is
 SetupEnvironment in /system/boot. Running it like this:

 {{{
 . /system/boot/SetupEnvironment
 }}}

 sets up the relevant environment variables to allow build tools to work
 (amongst other things). Not a bug though.

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/5346#comment:1>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: