This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The AIX cc 5.0.0.0 is simply too buggy.
[perl5.git] / hints / uwin.sh
1 #
2 # hint file for U/WIN (UNIX for Windows 95/NT)
3 #
4 # created for U/WIN version 1.55
5 # running under Windows NT 4.0 SP 3
6 # using MSVC++ 5.0 for the compiler
7 #
8 # created by Joe Buehler (jbuehler@hekimian.com)
9 #
10 # for information about U/WIN see www.gtlinc.com
11 #
12
13 #ccflags=-D_BSDCOMPAT
14 # confusion in Configure over preprocessor
15 cppstdin=`pwd`/cppstdin
16 cpprun=`pwd`/cppstdin
17 # pwd.h confuses Configure
18 d_pwcomment=undef
19 d_pwgecos=define
20 # work around case-insensitive file names
21 firstmakefile=GNUmakefile
22 # avoid compilation error
23 i_utime=undef
24 # compile/link flags
25 ldflags=-g
26 optimize=-g
27 static_ext="B Data/Dumper Digest/MD5 Errno Fcntl Filter::Util::Call IO IPC/SysV MIME::Base64 Opcode PerlIO::Scalar POSIX SDBM_File Socket Storable attrs re"
28 #static_ext=none
29 # dynamic loading needs work
30 usedl=undef
31 # perl malloc will not work
32 usemymalloc=n
33 # cannot use nm
34 usenm=undef
35 # vfork() is buggy (as of 1.55 anyway)
36 usevfork=false