On 1/8/06, Jonathan Worthington <[EMAIL PROTECTED]> wrote: > "Nick Glencross" <[EMAIL PROTECTED]> wrote: > > I'd appreciate a few volunteers to try out this patch and make sure that > > it doesn't break building on your favourite platform. > > > > A similar change to the one in dynclasses_pl.in may be required in > > application directories at some point to run on certain win32 flavours > > (e.g. mingw). > > > ci'd (r10975).
Thanks. The hints file was an old version, so this patch fixes that. Nick
Index: config/init/hints/cygwin.pm =================================================================== --- config/init/hints/cygwin.pm (revision 10975) +++ config/init/hints/cygwin.pm (working copy) @@ -25,7 +25,8 @@ ld_share_flags => '-shared', ld_load_flags => '-shared', libs => $libs, - libparrot_is_shared => 1 + has_dynamic_linking => 1, + parrot_is_shared => 1 ); # We need to define inet_aton on Cygwin. The contents of the --define