Gentoo Archives: gentoo-dev

From: Thomas Achtemichuk <tom@×××××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] how make libtool more talkative ?
Date: Sat, 29 Nov 2003 04:50:54
Message-Id: 20031129045038.GC13100@dualie
In Reply to: [gentoo-dev] how make libtool more talkative ? by "Andrew B. Panphiloff"
1 Andrew,
2
3 See the thread here: http://forums.gentoo.org/viewtopic.php?t=87167
4 It may be a problem with a broken libsdl.
5
6
7 -Thomas
8
9 On 11/28/03 22:54:30, Andrew B. Panphiloff wrote:
10 > after compiling libdv i get :
11 >
12 > /bin/sh ../libtool --silent --mode=link gcc -g -O2 -Wall
13 > -I/usr/include/SDL -D_REENTRANT -I/usr/include/gtk-1.2
14 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include
15 > -o playdv playdv.o display.o oss.o -L/usr/lib -Wl,-rpath,/usr/lib
16 > -lSDL
17 > -lpthread -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule
18 > -lglib -ldl -lXi -lXext -lX11 -lm -lXv ../libdv/libdv.la -lpopt -lm
19 > libtool: link: cannot find the library `'
20 > make[2]: *** [playdv] ïÛÉÂËÁ 1
21 > make[2]: Leaving directory
22 > `/home/public/tmp/portage/libdv-0.99-r1/work/libdv-0.99/playdv'
23 > make[1]: *** [all-recursive] ïÛÉÂËÁ 1
24 > make[1]: Leaving directory
25 > `/home/public/tmp/portage/libdv-0.99-r1/work/libdv-0.99'
26 > make: *** [all] ïÛÉÂËÁ 2
27 >
28 > !!! ERROR: media-libs/libdv-0.99-r1 failed.
29 > !!! Function src_compile, Line 35, Exitcode 2
30 > !!! compile problem
31 >
32 > what library it cannot link ? ( libtool: link: cannot find the
33 > library
34 > `' )
35 >
36 > behigh root # emerge -s libtool ^gcc$
37 > Searching...
38 > [ Results for search key : libtool ]
39 > [ Applications found : 1 ]
40 >
41 > * sys-devel/libtool
42 > Latest version available: 1.4.3-r3
43 > Latest version installed: 1.4.3-r3
44 > Size of downloaded files: 1,663 kB
45 > Homepage: http://www.gnu.org/software/libtool/libtool.html
46 > Description: A shared library tool for developers
47 >
48 >
49 > Searching...
50 > [ Results for search key : ^gcc$ ]
51 > [ Applications found : 1 ]
52 >
53 > * sys-devel/gcc
54 > Latest version available: 3.3.2-r2
55 > Latest version installed: 3.3.2-r2
56 > Size of downloaded files: 23,363 kB
57 > Homepage: http://www.gnu.org/software/gcc/gcc.html
58 > Description: The GNU Compiler Collection. Includes C/C++ and
59 > java compilers
60 >
61 >
62 > behigh root #
63 >
64 >
65 >
66 >
67 >
68 > --
69 > gentoo-dev@g.o mailing list
70 >
71 >
72
73 --
74 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] how make libtool more talkative ? Paul de Vrieze <pauldv@g.o>