[quote author="Volker" date="1342122841"]What are the actual error messages? Are they from the compiler or the linker?[/quote]
I think they are from compiler here is an example:
@g++ -Wl,-O1 -o Simulador_de_Particulas main.o janelaprincipal.o opengl.o trackball.o fastareader.o clusterclass.o moc_janelaprincipal.o moc_opengl.o qrc_shader.o -L/usr/lib -L/usr/X11R6/lib -lQtOpenGL -lQtGui -lQtCore -lGLU -lGL -lpthread
janelaprincipal.o: In function stPage::GetPageSize()': janelaprincipal.cpp:(.text+0x0): multiple definition of stPage::GetPageSize()'
main.o:main.cpp:(.text+0x0): first defined here
janelaprincipal.o: In function stPage::GetData()': janelaprincipal.cpp:(.text+0x10): multiple definition of stPage::GetData()'
main.o:main.cpp:(.text+0x10): first defined here
janelaprincipal.o: In function stLockablePage::GetPageSize()': janelaprincipal.cpp:(.text+0x20): multiple definition of stLockablePage::GetPageSize()'
main.o:main.cpp:(.text+0x20): first defined here
janelaprincipal.o: In function stLockablePage::GetData()': janelaprincipal.cpp:(.text+0x30): multiple definition of stLockablePage::GetData()'
main.o:main.cpp:(.text+0x30): first defined here@
and they continue for thousands of lines...
If you want to see all messages, I uploaded the output from make on my server: http://tiago.eti.br/make_output