Christopher R. Halbersma wrote:
>>> ..
>>> /usr/lib/crt1.o(.text+0x85): In function `_start': undefined reference to
>>> `main'
> ..
> I'm using the gcc. The first one had the included libraries in it.
> .. I'm using g++ on the command line with the -g flag.
The error message you posted appears to be a /linker/ error,
even though you may be using g++, it's being used here in a linking
context (ie. the -c flag is not being specified).
Maybe you're just trying to compile a .o, but left out the -c flag.
Is there a reason you're not showing us the complete compile and
link line? We'd really need to see that to offer more help.
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs