youp,
j'essaye de compiler un exemple de la doc SDL mais ca ne marche pas
J'ai ceci comme arborescence (pour SDL):
E:\SDL\include\*.h
\lib\*.a, *.dll
|
gcc -c exemple.c -IE:\SDL\include |
là j'obtiens exemple.o
gcc -o exemple.o -LE:\SDL\lib -lmingw32 -lSDLmain -lSDL
E:\SDL\lib/libSDLmain.a(SDL_main.o.b)(.text+0x35a): In function `console_main':
/home/hercules/release/SDL-1.2.6/src/main/SDL_main.c:251: undefined reference to `SDL_main' |
j'ai essayé en mettant les variables d'environnement C_INCLUDE_PATH et LIBRARY_PATH mais ca ne marche pas non plus.
un pitit help s'il vous plaît
exemple.c
Code :
- #include "SDL.h" /* All SDL App's need this */
- #include <stdio.h>
- int main() {
-
- printf("Initializing SDL.\n" );
-
- /* Initialize defaults, Video and Audio */
- if((SDL_Init(SDL_INIT_VIDEO|SDL_INIT_AUDIO)==-1)) {
- printf("Could not initialize SDL: %s.\n", SDL_GetError());
- exit(-1);
- }
- printf("SDL initialized.\n" );
- printf("Quiting SDL.\n" );
-
- /* Shutdown all subsystems */
- SDL_Quit();
-
- printf("Quiting....\n" );
- exit(0);
- }
|
je suis neuneu ! n'est-ce pas ?
---------------
oui oui