Summary: `make install` doesn't install all files necessary to build Rakudo on Cygwin Reported by: christophgaertner@gmx.de --- When building Parrot 2.5.0 on Cyqwin, `make install` doesn't copy the files 'cygparrot2_5_0.dll' and 'libparrot.dll.a' to directories where the Rakudo build can find them. Manually moving 'cygparrot2_5_0.dll' to '/usr/local/bin' and 'libparrot.dll.a' to '/usr/local/lib' solves the problem. --- osname= cygwin osvers= 1.7.0(0.21853) arch= i686-cygwin-thread-multi-64int cc= gcc --- Flags: category=install severity=low ack=no --- Summary of my parrot 2.5.0 (r0) configuration: configdate='Mon Jun 28 10:40:39 2010 GMT' Platform: osname=cygwin, archname=i686-cygwin-thread-multi-64int jitcapable=0, jitarchname=nojit, jitosname=cygwin, jitcpuarch=i386 execcapable=0 perl=/usr/bin/perl Compiler: cc='gcc-4', ccflags='-U__STRICT_ANSI__ -pipe -fstack-protector -I/usr/local/include -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT', Linker and Libraries: ld='g++-4', ldflags=' -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--stack,8388608 -Wl,--enable-auto-image-base -fstack-protector -L/usr/local/lib', cc_ldflags='', libs='-lcrypt -lreadline -lintl' Dynamic Linking: share_ext='.dll', ld_share_flags='-shared', load_ext='.dll', ld_load_flags='-shared' Types: iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4, ptrsize=4, byteorder=1234, nv=double, numvalsize=8, doublesize=8, longdoublesize=12 --- Environment: HOME =/home/Christoph LANG =en LANGUAGE (unset) LC_ALL =C LD_LIBRARY_PATH (unset) LOGDIR (unset) PATH =/usr/local/bin:/usr/bin:/bin SHELL (unset)