-
using open gl on ubuntu
IAM GETTING THESE ERRORS WHEN COMPILING A PROGRAM. CAN U PLZ HELP ME OUT WITH THIS...
user@user-ThinkCentre-M57e:~/Desktop$ g++ 4.cpp -lglut
/tmp/ccEmvIhH.o:4.cpp:function renderFunction(): error: undefined reference to 'glClearColor'
/tmp/ccEmvIhH.o:4.cpp:function renderFunction(): error: undefined reference to 'glClear'
/tmp/ccEmvIhH.o:4.cpp:function renderFunction(): error: undefined reference to 'glColor3f'
/tmp/ccEmvIhH.o:4.cpp:function renderFunction(): error: undefined reference to 'glOrtho'
/tmp/ccEmvIhH.o:4.cpp:function renderFunction(): error: undefined reference to 'glBegin'
/tmp/ccEmvIhH.o:4.cpp:function renderFunction(): error: undefined reference to 'glVertex2f'
/tmp/ccEmvIhH.o:4.cpp:function renderFunction(): error: undefined reference to 'glVertex2f'
/tmp/ccEmvIhH.o:4.cpp:function renderFunction(): error: undefined reference to 'glVertex2f'
/tmp/ccEmvIhH.o:4.cpp:function renderFunction(): error: undefined reference to 'glVertex2f'
/tmp/ccEmvIhH.o:4.cpp:function renderFunction(): error: undefined reference to 'glEnd'
/tmp/ccEmvIhH.o:4.cpp:function renderFunction(): error: undefined reference to 'glFlush'
collect2: ld returned 1 exit status
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules