I am using Linux 10.10. Trying to use QT4 as I would like to avoid alternative IDEs and languages. I can not get past the $ make
g++ -Wl,-O1 -o slider -L/usr/lib -lQtGui -lQtCore -lpthread
/usr/lib/gcc/i686-linux-gnu/4.4.5/../../../../lib/crt1.o: In function _start':
(.text+0x18): undefined reference to
main'
collect2: ld returned 1 exit status.
No matter what I do, I searched the manual but found it referencing more Windows stuff than Linux. It is so obscure that my level of frustration leads me to ask one more time. I really do not want to go to Oracle's stuff. Can someone help?