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 2 of 2

Thread: where to download the library for Mesatk and how to compile it

  1. #1
    Junior Member Newbie
    Join Date
    Aug 2004
    Location
    Germany
    Posts
    5

    where to download the library for Mesatk and how to compile it

    I am using SuSE 8.2 and have installed mesaglu-devel,mesaglut-devel and mesa-devel libraries. But when I compile a simple program from http://www.opengltutorial.co.uk/ by gcc -o Hello_World Hello_World.cpp -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lMesaGL -lMesaGLU -lMesatk -lm, following errors are informed:

    /usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld: cannot find -lMesatk
    collect2: ld returned 1 exit status

    So where to find the TK lib and how to install and compile it?

    Thanks.

  2. #2
    Super Moderator OpenGL Guru dorbie's Avatar
    Join Date
    Jul 2000
    Location
    Bay Area, CA, USA
    Posts
    4,388

    Re: where to download the library for Mesatk and how to compile it

    Just eliminate mesatk, I doubt a hello world program needs it. FWIW real programs link to glx and gl on linux using the standard ABI, as I said in my other reply.

    Moving this thread to the Linux forum.

Posting Permissions

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