I'm new to ocaml and ubuntu and I'm trying to compile a very simple ocaml file following this tutorial : http://wiki.njh.eu/OCaml_and_SDL
The problem is that it's not compiling I have the following error and I don't understand what to do :
cc testsdl_1.o -o testsdl_1
cc: testsdl_1.o: Aucun fichier ou dossier de ce type
cc: no input files
make: *** [testsdl_1] Erreur 1