dimenticavo gli errori sono questi:
[code]Compiler: Default compiler
Executing gcc.exe...
gcc.exe "C:\Documents and Settings\Rocco\Desktop\aaindex.c" -o "C:\Documents and Settings\Rocco\Desktop\aaindex.exe" -ansi -g3 -I"C:\Dev-Cpp\include" -L"C:\Dev-Cpp\lib"
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x15): In function `glutInit_ATEXIT_HACK':
C:/Dev-Cpp/include/GL/glut.h:486: undefined reference to `__glutInitWithExit'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x30): In function `glutCreateWindow_ATEXIT_HACK':
C:/Dev-Cpp/include/GL/glut.h:503: undefined reference to `__glutCreateWindowWithExit'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x4c): In function `glutCreateMenu_ATEXIT_HACK':
C:/Dev-Cpp/include/GL/glut.h:549: undefined reference to `__glutCreateMenuWithExit'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x8e): In function `init':
C:/Documents and Settings/Rocco/Desktop/aaindex.c:66: undefined reference to `glutSetColor'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0xa4):C:/Documents and Settings/Rocco/Desktop/aaindex.c:67: undefined reference to `glutSetColor'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0xbb):C:/Documents and Settings/Rocco/Desktop/aaindex.c:70: undefined reference to `_imp__glEnable'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0xd2):C:/Documents and Settings/Rocco/Desktop/aaindex.c:71: undefined reference to `_imp__glHint'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0xe4):C:/Documents and Settings/Rocco/Desktop/aaindex.c:72: undefined reference to `_imp__glLineWidth'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0xf6):C:/Documents and Settings/Rocco/Desktop/aaindex.c:74: undefined reference to `_imp__glClearIndex'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x111): In function `display':
C:/Documents and Settings/Rocco/Desktop/aaindex.c:81: undefined reference to `_imp__glClear'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x120):C:/Documents and Settings/Rocco/Desktop/aaindex.c:83: undefined reference to `_imp__glIndexi'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x12a):C:/Documents and Settings/Rocco/Desktop/aaindex.c:84: undefined reference to `_imp__glPushMatrix'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x145):C:/Documents and Settings/Rocco/Desktop/aaindex.c:85: undefined reference to `_imp__glRotatef'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x154):C:/Documents and Settings/Rocco/Desktop/aaindex.c:86: undefined reference to `_imp__glBegin'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x16b):C:/Documents and Settings/Rocco/Desktop/aaindex.c:87: undefined reference to `_imp__glVertex2f'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x182):C:/Documents and Settings/Rocco/Desktop/aaindex.c:88: undefined reference to `_imp__glVertex2f'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x18c):C:/Documents and Settings/Rocco/Desktop/aaindex.c:89: undefined reference to `_imp__glEnd'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x193):C:/Documents and Settings/Rocco/Desktop/aaindex.c:90: undefined reference to `_imp__glPopMatrix'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x19f):C:/Documents and Settings/Rocco/Desktop/aaindex.c:92: undefined reference to `_imp__glIndexi'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x1a9):C:/Documents and Settings/Rocco/Desktop/aaindex.c:93: undefined reference to `_imp__glPushMatrix'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x1bf):C:/Documents and Settings/Rocco/Desktop/aaindex.c:94: undefined reference to `_imp__glRotatef'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x1ce):C:/Documents and Settings/Rocco/Desktop/aaindex.c:95: undefined reference to `_imp__glBegin'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x1e5):C:/Documents and Settings/Rocco/Desktop/aaindex.c:96: undefined reference to `_imp__glVertex2f'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x1fc):C:/Documents and Settings/Rocco/Desktop/aaindex.c:97: undefined reference to `_imp__glVertex2f'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x206):C:/Documents and Settings/Rocco/Desktop/aaindex.cundefined reference to `_imp__glEnd'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x20d):C:/Documents and Settings/Rocco/Desktop/aaindex.c:99: undefined reference to `_imp__glPopMatrix'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x214):C:/Documents and Settings/Rocco/Desktop/aaindex.c:101: undefined reference to `_imp__glFlush'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x239): In function `reshape':
C:/Documents and Settings/Rocco/Desktop/aaindex.c:106: undefined reference to `_imp__glViewport'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x24b):C:/Documents and Settings/Rocco/Desktop/aaindex.c:107: undefined reference to `_imp__glMatrixMode'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x255):C:/Documents and Settings/Rocco/Desktop/aaindex.c:108: undefined reference to `_imp__glLoadIdentity'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x298):C:/Documents and Settings/Rocco/Desktop/aaindex.c:110: undefined reference to `_imp__gluOrtho2D'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x2d8):C:/Documents and Settings/Rocco/Desktop/aaindex.c:113: undefined reference to `_imp__gluOrtho2D'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x2ea):C:/Documents and Settings/Rocco/Desktop/aaindex.c:115: undefined reference to `_imp__glMatrixMode'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x2f4):C:/Documents and Settings/Rocco/Desktop/aaindex.c:116: undefined reference to `_imp__glLoadIdentity'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x37b): In function `keyboard':
C:/Documents and Settings/Rocco/Desktop/aaindex.c:126: undefined reference to `glutPostRedisplay'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x3c4): In function `main':
C:/Documents and Settings/Rocco/Desktop/aaindex.c:143: undefined reference to `glutInitDisplayMode'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x3d9):C:/Documents and Settings/Rocco/Desktop/aaindex.c:144: undefined reference to `glutInitWindowSize'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x3fe):C:/Documents and Settings/Rocco/Desktop/aaindex.c:147: undefined reference to `glutReshapeFunc'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x40e):C:/Documents and Settings/Rocco/Desktop/aaindex.c:148: undefined reference to `glutKeyboardFunc'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x41e):C:/Documents and Settings/Rocco/Desktop/aaindex.c:149: undefined reference to `glutDisplayFunc'
C:\DOCUME~1\Rocco\IMPOST~1\Temp/ccQfaaaa.o(.text+0x426):C:/Documents and Settings/Rocco/Desktop/aaindex.c:150: undefined reference to `glutMainLoop'
Execution terminated
[/quote]