search for: warning_unresolv

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

Did you mean: warning_unresolved
1998 May 12
0
Compilation problem on OSF/1
...k 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="/usr/local/samba/var/log.smb" -DNMBLOGF >ILE="/...
1998 Oct 15
1
Problem to map home dir
...SM = -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 -lpthreads -lmach -lc_r # This is for OSF1 (Alpha) with NI...