Re: Cygwin IRC (Was: bash: loadable builtins)

2012-08-07 Thread Christopher Faylor
On Tue, Aug 07, 2012 at 08:42:53AM +, Adam Dinwoodie wrote: >Yaakov (Cygwin/X) wrote: >>As there was a question on this in IRC tonight ... > >I hadn't realized there was a Cygwin IRC channel. A quick Google >around found me , >but I wouldn't h

Re: bash: loadable builtins

2012-08-07 Thread Eric Blake
On 08/07/2012 01:37 AM, Yaakov (Cygwin/X) wrote: > Eric, > > As there was a question on this in IRC tonight, it is possible to make > bash loadable builtins work on Cygwin. Awesome! Thanks for the tips, and now I really need to find an excuse to make the time for a refresher release

Cygwin IRC (Was: bash: loadable builtins)

2012-08-07 Thread Adam Dinwoodie
Yaakov (Cygwin/X) wrote: >As there was a question on this in IRC tonight ... I hadn't realized there was a Cygwin IRC channel. A quick Google around found me , but I wouldn't have thought to do that without Yaakov's email. Is it's existance someth

bash: loadable builtins

2012-08-07 Thread Yaakov (Cygwin/X)
Eric, As there was a question on this in IRC tonight, it is possible to make bash loadable builtins work on Cygwin. 1) In src_compile(), add LOCAL_LDFLAGS='-Wl,--export-all,--out-implib,lib$(@:.exe=.dll.a)' to the final cygmake command. 2) In src_install(), add the following immedia