Gentoo Archives: gentoo-dev

From: Peter Kadau <peter.kadau@×××.de>
To: gentoo-dev@××××××××××.org
Subject: [gentoo-dev] pccts lives in /usr/lib/pccts/*/
Date: Tue, 31 Jul 2001 10:52:04
Message-Id: 200107311652.f6VGq7631249@mailgate3.cinetic.de
1 hi !
2 in trying to get cdrdao cleanly compiled from sources
3 (first step to an ebuild hopefully ;-)
4 i realized that the binaries and include files of
5 pccts live in /usr/lib/pccts/*/
6 imho, one should set up appropriate symlinks in
7 post-install - at least that's what i did manually.
8 to wit:
9
10 ln -s /usr/lib/pccts/bin/antlr /usr/bin/antlr
11 ln -s /usr/lib/pccts/bin/dlg /usr/bin/dlg
12 ln -s /usr/lib/pccts/bin/genmk /usr/bin/genmk
13 ln -s /usr/lib/pccts/bin/sor /usr/bin/sor
14 ln -s /usr/lib/pccts/include /usr/include/pccts
15
16 did i miss some point here ?
17 why _is_ that stuff put into /usr/lib/pccts/*/ ?
18
19 ciao
20 peter
21
22 -----------------------------------------------------------------
23 peter kadau
24 email: peter.kadau@×××.de
25 open source is no religion - it just produces the most reliable software
26 -----------------------------------------------------------------
27 ______________________________________________________________________________
28 Jetzt und nur hier Ihr original PREMIERE WORLD SportPaket
29 plus 100 Euro ExtraPrämie: http://premiere.web.de

Replies

Subject Author
Re: [gentoo-dev] pccts lives in /usr/lib/pccts/*/ Daniel Robbins <drobbins@g.o>