From: Ryan Davis Date: 2012-12-07T07:53:29+09:00 Subject: Re: Cross compiling On Dec 6, 2012, at 13:52 , Alberich de megres wrote: > Hi Ryan, > > yes, I run: > $ gem install ... > > I'm trying to crosscompile gitlab: > https://github.com/gitlabhq/gitlabhq > > The install instructions are here: > https://github.com/gitlabhq/gitlabhq/blob/stable/doc/install/installation.md > > > I though I should run gem from bash. How should I run it? You're not running `gem` FROM bash... you're running it WITH bash. Something is terribly wrong. Probably the shebang line of the `gem` file itself?