I have some QT code called "GUI". Via Qt Creator, I am able to compile (using gcc) it without any complaints on Windows. However, when I try to compile it (again using gcc via Qt Creator) on Linux, I get a linker error "collect2: ld returned 1 exit status". The only non-QT library that I use is the STL's vector library.
(To make matters worse, I do not have access to a Linux machine myself quite yet and so I have very limited info about this error. I will post more info when I get more, of course.)