Displaying 2 results from an estimated 2 matches for "dsgi5".
Did you mean:
4sgi5
1997 Jul 28
0
Samba on Irix 6.2/6.3 (SAMBA digest 1364)
Todd Daugherty (SAMBA digest 1364) enquired about samba on Irix 6.2/6.2.
For Irix 6.2 I only need to add the following to the Makefile.
# FOR SGI IRIX 6.2, use this line instead
(David.Billinghurst@restech.cra.com.au)
FLAGSM = -DSGI5 -DSHADOW_PWD -DHAVE_TIMEZONE -DFAST_SHARE_MODES
LIBSM =
FLAGS1 = -O -n32
+++++++++++++++++++++++++++++++++++++++++
(Mr) David Billinghurst
Comalco Research Centre
PO Box 316, Thomastown, Vic, Australia, 3074
Phone: +61 3 9469 0642
FAX: +61 3 9462 2700
Email: David.Billinghurst@restech.cra.com.au...
1998 Oct 15
1
Problem to map home dir
...DES
# LIBSM = -lsec
# This is for SGI.
# FOR SGI IRIX 4.x.x, use the following line
# contributed by lpc@solomon.technet.sg (Michael Chua)
# FLAGSM = -DSGI4 -DHAVE_TIMEZONE
# LIBSM = -lsun
# FLAGS1 = -O -g3
# FOR SGI IRIX 5.x.x, use this line instead
# Contributed by <unknown>
# FLAGSM = -DSGI5 -DSHADOW_PWD -DHAVE_TIMEZONE -DFAST_SHARE_MODES
# LIBSM =
# FLAGS1 = -O -g3
# FOR SGI IRIX 6.2 using the system compiler (*NOT* gcc), use this line instead
# Contributed by David.Billinghurst@restech.cra.com.au
# FLAGSM = -DSGI6 -DSHADOW_PWD -DHAVE_TIMEZONE -DFAST_SHARE_MODES
# LIBSM =
# FLAGS1 =...