source: trunk/essentials/dev-lang/perl/hints/beos.sh@ 3208

Last change on this file since 3208 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 2.3 KB
Line 
1# BeOS hints file
2# $Id: beos.sh,v 1.1 1998/02/16 03:51:45 dogcow Exp $
3
4if [ ! -f beos/nm ]; then mwcc -w all -o beos/nm beos/nm.c 2>/dev/null; fi
5# If this fails, that's all right - it's only for PPC.
6
7prefix="/boot/home/config"
8
9#cpp="mwcc -e"
10
11libpth='/boot/beos/system/lib /boot/home/config/lib'
12usrinc='/boot/develop/headers/posix'
13locinc='/boot/develop/headers/ /boot/home/config/include'
14
15libc='/boot/beos/system/lib/libroot.so'
16libs=' '
17
18d_bcmp='define'
19d_bcopy='define'
20d_bzero='define'
21d_index='define'
22#d_htonl='define' # It exists, but much hackery would be required to support.