Search results

  1. K

    Can't find crt0.o

    Hi, when I try to compile (using apples gcc) a sdl program (also including the cocoa framework along with sdlmain to be able to run it nativ in OS X) and link it statically to be able to run it on my other computers that hasn't got the sdl library installed I get the following error: ld...
  2. K

    Problems with the ncurses library...

    Sorry for the title, couldn't think of a better one, anyway my problem is that when I run this program : #include <stdio.h> #include <ncurses.h> #include <time.h> #include <string.h> #include <stdlib.h> int main (void) { initscr (); endwin (); return 0; } I this happens...
Back
Top