Results 1 to 2 of 2

Thread: eclipse compiling problem

  1. #1
    Join Date
    Aug 2007
    Beans
    76

    eclipse compiling problem

    hi im new to programming on ubuntu but not to programming in general.

    im trying to compile a openGL program with eclipse but then i try to run the project it says:

    "launch failed. binary not found."

    a did a brief google search and found this may be because of a missing G++ compiler but when i checked, this was already installed so i dont know why it is not compiling.

    im sure it something simple but i cant figure out what

    thanks in advanced.

  2. #2
    Join Date
    Aug 2011
    Beans
    5

    Re: eclipse compiling problem

    First of all make sure Glut is installed on your system.
    Then
    select the project containing opengl code.Right click->Properties->C/C++ Build
    There under the tool settings tab,
    GCC C linker->libraries
    Add the glut library there.This must help.I too had the same problem.

Tags for this Thread

Bookmarks

Posting Permissions

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