This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.000
[perl5.git] / hints / linux.sh
1 # Configuration time: Mon May 16 03:41:24 EDT 1994
2 # Original version by rsanders
3 # Additional dlext support by Kenneth Albanowski <kjahds@kjahds.com>
4 # Target system: linux hrothgar 1.1.12 #9 sat may 14 02:03:23 edt 1994 i486 
5 bin='/usr/bin' 
6 ccflags='-I/usr/include/bsd'
7 cppflags=' -I/usr/include/bsd'
8 d_dosuid='define'
9 d_voidsig='define'
10 gidtype='gid_t'
11 groupstype='gid_t'
12 malloctype='void *'
13 nm_opt=''
14 optimize='-O2'
15 sig_name='ZERO HUP INT QUIT ILL TRAP IOT UNUSED FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU IO XCPU XFSZ VTALRM PROF WINCH'
16 signal_t='void'
17 uidtype='uid_t'
18 usemymalloc='n'
19 yacc='bison -y'
20 lddlflags='-r'
21 so='sa'
22 dlext='o'
23 ## If you are using DLD 3.2.4 which does not support shared libs,
24 ## uncomment the next two lines:
25 #ldflags="-static"
26 #so='none'
27
28 cat <<EOM
29
30 You should take a look at hints/linux.sh. There are a couple of lines you
31 may wish to change near the bottom.
32 EOM