Gentoo Archives: gentoo-dev

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

Replies

Subject Author
Re: [gentoo-dev] how make libtool more talkative ? Thomas Achtemichuk <tom@×××××××.com>