Gentoo Archives: gentoo-user-de

From: Cyrill Helg <helgc@×××××××.ch>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] Kann sdl-gfx nicht updaten
Date: Mon, 12 Dec 2005 17:10:50
Message-Id: 200512121809.11535.helgc@ee.ethz.ch
In Reply to: Re: [gentoo-user-de] Kann sdl-gfx nicht updaten by Cyrill Helg
1 Also hier mal der Inhalt der Datei mit grep nach sdl durchsucht:
2
3 configure:6071: test -s conftest
4 configure:6074: $? = 0
5 configure:6087: result: yes
6 configure:6153: checking for sdl-config
7 configure:6171: found /usr/bin/sdl-config
8 configure:6184: result: /usr/bin/sdl-config
9 configure:6192: checking for SDL - version >= 1.2.0
10 configure:6282: i686-pc-linux-gnu-gcc -o conftest -O2 -march=pentium-m -pipe
11 -fomit-frame-pointer -DUSE_MMX -I/usr/include/SDL -D_REENTRANT -Wl,-O1
12 -Wl,--sort-common conftest.c -lm -lSDL -lpthread >&5
13 /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld:
14 warning: libgpm.so.1, needed by /usr/lib/libaa.so.1, not found (try using
15 -rpath or -rpath-link)
16 --
17 | char *tmp_version;
18 |
19 | /* This hangs on some systems (?)
20 | system ("touch conf.sdltest");
21 | */
22 | { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
23 |
24 | /* HP/UX 9 (%@#!) writes to sscanf strings */
25 | tmp_version = my_strdup("1.2.0");
26 --
27 | }
28 | else
29 | {
30 | printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the
31 minimum version\n", 1, 2, 8);
32 | printf("*** of SDL required is %d.%d.%d. If sdl-config is correct,
33 then it is\n", major, minor, micro);
34 | printf("*** best to upgrade to the required version.\n");
35 | printf("*** If sdl-config was wrong, set the environment variable
36 SDL_CONFIG\n");
37 | printf("*** to point to the correct copy of sdl-config, and remove the
38 file\n");
39 | printf("*** config.cache before re-running configure\n");
40 | return 1;
41 | }
42 --
43 ac_cv_objext=o
44 ac_cv_path_LD=/usr/i686-pc-linux-gnu/bin/ld
45 ac_cv_path_NM='/usr/bin/nm -B'
46 ac_cv_path_SDL_CONFIG=/usr/bin/sdl-config
47 ac_cv_path_install='/bin/install -c'
48 ac_cv_prog_CC=i686-pc-linux-gnu-gcc
49 ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E'
50 --
51 PATH_SEPARATOR=':'
52 RANLIB='i686-pc-linux-gnu-ranlib'
53 SDL_CFLAGS=''
54 SDL_CONFIG='/usr/bin/sdl-config'
55 SDL_LIBS=''
56 SET_MAKE=''
57 SHELL='/bin/sh'
58
59 Ich komme irgendwie nicht weiter...
60 Grüsse
61 Cyrill Helg
62
63 --
64 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] Kann sdl-gfx nicht updaten Erik Wasser <erik.wasser@×××××.net>