search for: errath

Displaying 2 results from an estimated 2 matches for "errath".

Did you mean: errata
1998 May 12
0
Compilation problem on OSF/1
...ning OSF/1 V3.0 (I know it's old, but I'm stuck with it). I've modified the Makefile as follows... ># Add any optimisation or debugging flags here ># add -DSYSLOG for syslog support >FLAGS1 = -O -std1 -w >LIBS1 = and ># This is for OSF1 (Alpha) ># contributed by errath@balu.kfunigraz.ac.at ># NOTE: You may need -warning_unresolved if you get unresolved symbols > >FLAGSM = -DOSF1 -DFAST_SHARE_MODES >LIBSM = Everything seems to compile fine until it gets to slprintf when the following occurs... >% make >Using CFLAGS = -O -std1 -w -DSMBLOGFILE=&q...
1998 Oct 15
1
Problem to map home dir
...tratech.com #FLAGSM = -Xa -DSVR4 -DSHADOW_PWD #LIBSM = -lsocket -lnsl -lc -L/usr/ucblib -lucb -lcrypt -lgen # This is for ULTRIX. Add -DULTRIX_AUTH for Ultrix enhanced security. # contributed by iversen@dsfys1.fi.uib.no # FLAGSM = -DULTRIX # LIBSM = # This is for OSF1 (Alpha) # contributed by errath@balu.kfunigraz.ac.at # NOTE: You may need -warning_unresolved if you get unresolved symbols # FLAGSM = -DOSF1 -DFAST_SHARE_MODES # LIBSM = # This is for OSF1 with DCE/DFS # contributed by Jim Doyle <doyle@oec.com> # FLAGSM = -DOSF1 -DDFS_AUTH -DSIGCLD_IGNORE -DNO_SIGNAL_TEST # LIBSM = -ldce...