Gentoo Archives: gentoo-user

From: Meino Christian Cramer <Meino.Cramer@×××.de>
To: gentoo-user@l.g.o, billk@×××××××××.au
Subject: Re: [gentoo-user] How do you know whats linked against firefox?
Date: Sun, 06 Aug 2006 10:19:08
Message-Id: 20060806.121325.74744803.Meino.Cramer@gmx.de
In Reply to: [gentoo-user] How do you know whats linked against firefox? by "W.Kenworthy"
1 From: "W.Kenworthy" <billk@×××××××××.au>
2 Subject: [gentoo-user] How do you know whats linked against firefox?
3 Date: Sun, 06 Aug 2006 17:55:33 +0800
4
5
6 > I have just completed the latest update to firefox and saw a warning to
7 > compile all applications linked against it.
8 >
9 > How do you know whats linked against firefox?
10 >
11 > BillK
12 >
13 > --
14 > gentoo-user@g.o mailing list
15 >
16
17 First find out, what the executable is.
18 On my system it is /usr/firefox/firefox-bin.
19
20 Then do
21
22 ldd <path to the executable>/<the executable> | less
23
24 .
25
26 "firefox" itsself is only a starter.
27
28 Good success!
29 mcc
30 --
31 gentoo-user@g.o mailing list