Displaying 3 results from an estimated 3 matches for "ac_cv_gnu_ld_date".
2004 Nov 19
2
Samba 3.0.9 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This is the latest stable release of Samba. This is the version
that production Samba servers should be running for all
current bug-fixes. There have been several important issues
fixes since the 3.0.8 release.
Common bugs fixed in 3.0.9 include:
~ o Problem updating roaming user profiles.
~ o Crash in smbd when printing from a Windows 9x client.
2004 Dec 13
2
compile samba v3.0.9 vfs-errors
Hello NG,
found a thread with almost my current problem. There wasn't any solution
out there.
Maybe anything has changed?
I want install samba v3.0.9 on an old rh linux v7.1. Currently there's no
chance to
update the core system. But while compiling it breaks with many
"vfs"-errors as shown
below:
..SNIP..
modules/vfs_shadow_copy.po(.text+0x6e2): undefined reference to
2004 Nov 09
3
3.0.8 compile warnings and link error
...if test "$ac_cv_prog_gnu_ld" = "yes"; then
ac_cv_gnu_ld_version=`$LD -v 2>/dev/null | head -1`
echo "$as_me:$LINENO: checking GNU ld release date" >&5
echo $ECHO_N "checking GNU ld release date... $ECHO_C" >&6
ac_cv_gnu_ld_date=`echo $ac_cv_gnu_ld_version | sed -n
's,^.*\([2-9][0-9][0-9][0-9]\
)[-]*\([01][0-9]\)[-]*\([0-3][0-9]\).*$,\1\2\3,p'`
echo "$as_me:$LINENO: result: ${ac_cv_gnu_ld_date}" >&5
echo "${ECHO_T}${ac_cv_gnu_ld_date}" >&6
if test "$ac_...