ok dit vind ik dus een heel raar probleem.
maar ik heb SDL 1.2 geinstaleert.
maar geen een app kan hem vinden.
ook SDL's eigen test proggs niet.
had geen fouten bij de make install van sdl.
configure.log
ik heb echt geen flauw idee wat er mis is.
en ik kon echt heel weinig tot niks vinden over problemen
bij SDL install.
maar ik heb SDL 1.2 geinstaleert.
maar geen een app kan hem vinden.
ook SDL's eigen test proggs niet.
had geen fouten bij de make install van sdl.
code:
1
2
3
4
5
6
7
8
9
| checking for IceConnectionNumber in -lICE... yes checking for sdl-config... /usr/local/bin/sdl-config checking for SDL - version >= 1.2.3... no *** Could not run SDL test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means SDL was incorrectly installed *** or that you have moved SDL since it was installed. In the latter case, you *** may want to edit the sdl-config script: /usr/local/bin/sdl-config configure: error: *** SDL version 1.2.3 not found! |
configure.log
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
| /usr/local/lib/libSDL.so: undefined reference to `DGA_bootstrap'
collect2: ld returned 1 exit status
configure:4307: $? = 1
configure: failed program was:
#line 4277 "configure"
#include "confdefs.h"
#include <stdio.h>
#include "SDL.h"
int main(int argc, char *argv[])
{ return 0; }
#undef main
#define main K_and_R_C_main
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
return 0;
;
return 0;
}
configure:4339: error: *** SDL version 1.2.3 not found! |
ik heb echt geen flauw idee wat er mis is.
en ik kon echt heel weinig tot niks vinden over problemen
bij SDL install.