[SDL] Undefined reference to SDL_main

Brian brian.ripoff at gmail.com
Thu Jan 17 15:55:25 PST 2008


SDL requires that main has one of the following signatures (the two
are identical to the compiler, but different people have preferences).

int main( int argc, char *argv[] )
int main( int argc, char **argv )


More information about the SDL mailing list