This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on...
[perl5.git] / hints / cygwin32.sh
CommitLineData
5aabfad6 1#! /bin/sh
2# cygwin32.sh - hintsfile for building perl on Windows NT using the
3# Cygnus Win32 Development Kit.
4# See "http://www.cygnus.com/misc/gnu-win32/" to learn about the kit.
5#
6path_sep=\;
7exe_ext='.exe'
8firstmakefile='GNUmakefile'
9if test -f $sh.exe; then sh=$sh.exe; fi
10startsh="#!$sh"
11cc='gcc2'
12ld='ld2'
13usrinc='/gnuwin32/H-i386-cygwin32/i386-cygwin32/include'
14libpth='/gnuwin32/H-i386-cygwin32/i386-cygwin32/lib /gnuwin32/H-i386-cygwin32/lib'
15libs='-lcygwin -lm -lc -lkernel32'
16# dynamic lib stuff
17so='dll'
18#i_dlfcn='define'
19dlsrc='dl_cygwin32.xs'
20usedl='y'
21# flag to include the perl.exe export variable translation file cw32imp.h
22# when building extension libs
23cccdlflags='-DCYGWIN32 -DDLLIMPORT '
24# flag that signals gcc2 to build exportable perl
25ccdlflags='-buildperl '
26lddlflags='-L../.. -L/gnuwin32/H-i386-cygwin32/i386-cygwin32/lib -lperlexp -lcygwin'
27d_voidsig='undef'
28extensions='Fcntl IO Opcode SDBM_File'
29lns='cp'
30signal_t='int'
31useposix='false'
32rd_nodata='0'
33eagain='EAGAIN'
34archname='cygwin32'
35#
36
37installbin='/usr/local/bin'
38installman1dir=''
39installman3dir=''
40installprivlib='/usr/local/lib/perl5'
41installscript='/usr/local/bin'
42
43installsitelib='/usr/local/lib/perl5/site_perl'
44libc='/gnuwin32/H-i386-cygwin32/i386-cygwin32/lib/libc.a'
45
46perlpath='/usr/local/bin/perl'
47
48sitelib='/usr/local/lib/perl5/site_perl'
49sitelibexp='/usr/local/lib/perl5/site_perl'
50usrinc='/gnuwin32/H-i386-cygwin32/i386-cygwin32/include'