Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6178 - libsdl-1.2.4.20020601 contains unresolved symbols and simplest test won't compile
Summary: libsdl-1.2.4.20020601 contains unresolved symbols and simplest test won't com...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-07 15:24 UTC by Artem Baguinski
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Artem Baguinski 2002-08-07 15:24:53 UTC
trying to compile mplayer i ran into a problem - sdl output doesnt compile. i
tracked it down via configure.log:

============ Checking for SDL ============
1.2.5
1.2.5

#include <SDL.h>
int main(int argc, char *argv[]) { return 0; }

gcc    /tmp/mplayer-conf-15477-9589.c -o /tmp/mplayer-conf-2744-9589.o
-I/usr/include/SDL -D_REENTRANT -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread
/usr/lib/libSDL.so: undefined reference to `GGI_bootstrap'
collect2: ld returned 1 exit status

ldd /tmp/mplayer-conf-2744-9589.o
ldd: /tmp/mplayer-conf-2744-9589.o: No such file or directory

Result is: no

===========================================================================

thanks
Comment 1 Artem Baguinski 2002-08-07 15:41:29 UTC
i just tried to:

USE="-ggi" emerge libsdl

and problem disappeared. hope this helps.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-08 08:02:43 UTC
well, I compiled libsdl with USE="ggi" and then I compiled mplayer pre6-r2, and
it worked like a charm.  I wonder if you might try that and report back?
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-14 08:29:39 UTC
artem, well?