Gentoo Archives: gentoo-alt

From: Markus Duft <mduft@g.o>
To: gentoo-alt@l.g.o
Subject: RE: [gentoo-alt] making portage know .dll
Date: Tue, 23 Dec 2008 07:11:23
Message-Id: 002801c964cd$26b13230$74139690$@org
In Reply to: Re: [gentoo-alt] making portage know .dll by Fabian Groffen
1 >
2 > On 15-12-2008 11:16:12 +0100, Markus Duft wrote:
3 > > Hi!
4 > >
5 > > I found that for windows i'd need portage to recognize .dll in
6 > > misc-functions.sh when searching for shared libs to make executable.
7 > >
8 > > @grobian: could you do me a favor an add the necessary bits? (look
9 > for
10 > > "making executable" and add *.dll to the enclosing loop conditions
11 > find).
12 >
13 > I just missed your message in todays release, but I just applied a
14 > patch
15 > like this:
16 >
17 > - for j in "${i}"/*.so.* "${i}"/*.so "${i}"/*.dylib ; do
18 > + for j in "${i}"/*.so.* "${i}"/*.so "${i}"/*.dylib
19 > "${i}"/*.dll ;
20 >
21 > so soon it should get to you.
22
23 Thanks. It's not that urgent. I just hit that problem the other day, but only in one package, which manually installed the .dll. all libtool packages DTRT, since I taught libtool to do so ;)
24
25 Cheers, Markus
26
27 >
28 >
29 > --
30 > Fabian Groffen
31 > Gentoo on a different level