ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] что нужно чтобы собрать прогу на OpenGL под Linux?
@ 2001-09-18 17:15 Roman Shumikhin
  2001-09-18 17:39 ` [mdk-re] " Aleksey Novodvorsky
  0 siblings, 1 reply; 6+ messages in thread
From: Roman Shumikhin @ 2001-09-18 17:15 UTC (permalink / raw)
  To: mandrake-russian

Здравствуйте!

У моего друга возникли проблемы с компиляцией программы на Си,
содержащей такие include'ы

#include <GL/glut.h>    //GLUT Library
#include <GL/gl.h>      //OpenGL32 Library
#include <GL/glu.h>     //GLu32 Library
#include <unistd.h>     
#include <stdio.h>      
#include <stdlib.h>    

У   меня   стоит  Spring  2001  (установка  для  разработчика)  и  всё
компилируется нормально. Может быть кто-нибудь из господ-программистов
подскажет  какие  пакеты  нужно  установить  (если можно, то подробно,
пожалуйста)  чтобы  скомпилировать  эту  программу  (полагая,  что   у
человека  стоят  только  голые  иксы). Последние три файла в списке, я
полагаю, - стандартные. На всякий случай прилагаю кусок makefile'a

gcc -Wall -I/usr/include/ -c -o openglprogram.o openglprogram.c
gcc -Wall -I/usr/include/ -o openglprogram -L/usr/X11R6/lib  openglprogram.o -lX11 -lXi -lXmu -lglut -lGL -lGLU -lm

Заранее всем благодарен за помощь,
Роман




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-09-18 22:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-18 17:15 [mdk-re] что нужно чтобы собрать прогу на OpenGL под Linux? Roman Shumikhin
2001-09-18 17:39 ` [mdk-re] " Aleksey Novodvorsky
2001-09-18 21:21   ` [mdk-re] " Roman Shumikhin
2001-09-18 21:33     ` Aleksey Novodvorsky
2001-09-18 21:51       ` [mdk-re] Re[2]: " Roman Shumikhin
2001-09-18 22:04         ` Aleksey Novodvorsky

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git