In function `_start':
undefined reference to `main'
what does this mean? I don't have a function _start. and my main.cpp is empty, theres just a few giant source files (500+ lines together) that are never called...
Do you see any problems with this that might have something to do with this?
I definitely don't...