Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: [Newbie] OpenGL / g++

  1. #1
    Guest

    [Newbie] OpenGL / g++

    I'd like to use C++ together with OpenGL. First of all I tried to compile a simple c-program using g++, but a linker-error occurs (ld: cannot open crtbegin.o: file not found). It works with gcc. Can anybody help?

  2. #2
    Guest

    Re: [Newbie] OpenGL / g++

    Perhaps have you not installed the necessary rpms? You can check with
    rpm -q egcs-c++

  3. #3
    Member Regular Contributor
    Join Date
    Sep 2000
    Location
    Vancouver BC Canada
    Posts
    433

    Re: [Newbie] OpenGL / g++

    Sounds like you have a seriously messed up installation.

    Verify that gcc and g++ were installed correctly.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •