Devel::Peek::mstat not working
[p5sagit/p5-mst-13.2.git] / hints / cygwin32.sh
1 #! /bin/sh
2 # cygwin32.sh - hintsfile for building perl on Windows NT using the
3 #     Cygnus Win32 Development Kit.
4 #
5 _a='.a'
6 _exe='.exe'
7 _o='.o'
8 archname='cygwin32'
9 # hmm... why Configure doesn't look for this?
10 #bash='/usr/bin/bash'
11 bin='/usr/local/bin'
12 binexp='/usr/local/bin'
13 byteorder='1234'
14 cc='gcc'
15 cccdlflags=''
16 # ccflags='-I/usr/local/include -ggdb3 -DCYGWIN32 -DDEBUGGING'
17 # ok, debugging may be not appropriate for everyone
18 ccflags='-DCYGWIN32'
19 clocktype='clock_t'
20 cryptlib='-lcrypt'
21 dlext='dll'
22 dlsrc='dl_cygwin32.xs'
23 exe_ext='.exe'
24 # work around case-insensitive file names
25 firstmakefile='GNUmakefile'
26 gidtype='gid_t'
27 installman1dir='/usr/local/man/man1'
28 installman3dir='/usr/local/man/man3'
29 installscript='/usr/local/bin'
30 installsitelib='/usr/local/lib/perl5/site_perl'
31 installusrbinperl='undef'
32 ld='ld2'
33 lddlflags='-DCYGWIN32 --export-dynamic --strip-debug'
34 ldflags="-L. -L`pwd`"
35 lib_ext='.a'
36 libperl='libperl.a'
37 libpth='/usr/lib /usr/local/lib /cygnus/cygwin-b20/H-i586-cygwin32/lib'
38 libs='-lcygwin -lm -lc -lkernel32'
39 man1dir='/usr/local/man/man1'
40 man1direxp='/usr/local/man/man1'
41 man1ext='1'
42 man3dir='/usr/local/man/man3'
43 man3direxp='/usr/local/man/man3'
44 man3ext='3'
45 obj_ext='.o'
46 optimize='-O'
47 path_sep=':'
48 prefix='/usr/local'
49 prefixexp='/usr/local'
50 scriptdir='/usr/local/bin'
51 scriptdirexp='/usr/local/bin'
52 sitelib='/usr/local/lib/perl5/site_perl'
53 sitelibexp='/usr/local/lib/perl5/site_perl'
54 sysman='/usr/local/man/man1'
55 usenm='false'
56 useperlio='define'
57 useshrplib='true'
58 usevfork='true'
59 usrinc='/usr/i586-cygwin32/include'