UNICOS doesn't have getpgid(). Or, at least 9.0.1ai
[p5sagit/p5-mst-13.2.git] / hints / cygwin.sh
CommitLineData
5aabfad6 1#! /bin/sh
2c2d71f5 2# cygwin.sh - hints for building perl using the Cygwin environment for Win32
5aabfad6 3#
f89d6eaa 4
8736538c 5_exe='.exe'
f89d6eaa 6exe_ext='.exe'
7# work around case-insensitive file names
8firstmakefile='GNUmakefile'
9sharpbang='#!'
10startsh='#!/bin/sh'
11
2c2d71f5 12archname='cygwin'
8736538c 13cc='gcc'
1cab015a 14libpth='/usr/i586-cygwin32/lib /usr/lib /usr/local/lib'
f89d6eaa 15so='dll'
1cab015a 16libs='-lcygwin -lm -lkernel32'
f89d6eaa 17#optimize='-g'
2c2d71f5 18ccflags='-DCYGWIN -I/usr/include -I/usr/local/include'
1cab015a 19ldflags='-L/usr/i586-cygwin32/lib -L/usr/lib -L/usr/local/lib'
f89d6eaa 20usemymalloc='n'
2c2d71f5 21dlsrc='dl_cygwin.xs'
f89d6eaa 22cccdlflags=' '
8736538c 23ld='ld2'
1cab015a 24lddlflags='-L/usr/local/lib'
8736538c 25useshrplib='true'
f89d6eaa 26libperl='libperl.a'
27dlext='dll'
d493b042 28dynamic_ext=' '
f89d6eaa 29
30man1dir=/usr/local/man/man1
31man3dir=/usr/local/man/man3
5cf1d1f1 32
33case "$ldlibpthname" in
34'') ldlibpthname=PATH ;;
35esac