Ticket #1693: cygwin-bug.txt

File cygwin-bug.txt, 1.9 KB (added by cygx, 12 years ago)
Line 
1Summary: `make install` doesn't install all files necessary to build Rakudo on Cygwin
2Reported by: christophgaertner@gmx.de
3---
4When building Parrot 2.5.0 on Cyqwin, `make install` doesn't copy the files
5'cygparrot2_5_0.dll' and 'libparrot.dll.a' to directories where the Rakudo
6build can find them.
7
8Manually moving 'cygparrot2_5_0.dll' to '/usr/local/bin' and
9'libparrot.dll.a' to '/usr/local/lib' solves the problem.
10
11
12---
13osname= cygwin
14osvers= 1.7.0(0.21853)
15arch=   i686-cygwin-thread-multi-64int
16cc=     gcc
17---
18Flags:
19    category=install
20    severity=low
21    ack=no
22---
23Summary of my parrot 2.5.0 (r0) configuration:
24  configdate='Mon Jun 28 10:40:39 2010 GMT'
25  Platform:
26    osname=cygwin, archname=i686-cygwin-thread-multi-64int
27    jitcapable=0, jitarchname=nojit,
28    jitosname=cygwin, jitcpuarch=i386
29    execcapable=0
30    perl=/usr/bin/perl
31  Compiler:
32    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',
33  Linker and Libraries:
34    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',
35    cc_ldflags='',
36    libs='-lcrypt -lreadline -lintl'
37  Dynamic Linking:
38    share_ext='.dll', ld_share_flags='-shared',
39    load_ext='.dll', ld_load_flags='-shared'
40  Types:
41    iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4,
42    ptrsize=4,  byteorder=1234,
43    nv=double, numvalsize=8, doublesize=8, longdoublesize=12
44
45---
46Environment:
47    HOME =/home/Christoph
48    LANG =en
49    LANGUAGE  (unset)
50    LC_ALL =C
51    LD_LIBRARY_PATH  (unset)
52    LOGDIR  (unset)
53    PATH =/usr/local/bin:/usr/bin:/bin
54    SHELL  (unset)