crt1.o: In function `_start': - undefined reference to `main' in Linux - Stack Overflow
I am porting an application from Solaris to Linux The object files which are linked do not have a main() defined. But compilation and linking is done properly in Solaris and executable ...
stackoverflow.com |