[haiku-development] Re: GLUT Functionality

  • From: Ryan Leavengood <leavengood@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Wed, 27 Jan 2010 17:52:29 -0500

On Wed, Jan 27, 2010 at 5:44 PM, PHilip RUshik <prushik@xxxxxxxxx> wrote:
>
> My fault. I'm getting:
> In function '__static_initialization_and_destruction_0(int, int)'
>   undefined reference to 'std::ios_base::Init::Init()'
>   undefined reference to 'std::ios_base::Init::~Init()'
> in funtion 'main'
>  undefined reference to 'glutIgnoreKeyRepeat'
>
> I could work around the last one, but the first two I don't know how to work
> around.

The first two sound like C++ standard lib functions, so link in libstdc++.

-- 
Regards,
Ryan

Other related posts: