search for: d__extensions__

Displaying 20 results from an estimated 25 matches for "d__extensions__".

Did you mean: __extensions__
2003 Sep 02
1
source code for samba-2.2.8a-1-sol8-suncc-64bit.pkg
Hi all, Where could I get souce code for samba-2.2.8a-1-sol8-suncc-64bit.pkg, I checked in samba.org but I just found pacakage( samba-2.2.8a-1-sol8-suncc-64bit.pkg). Thanks, Madhavi
2005 Sep 26
0
Trouble compiling tftp hpa under Solaris 10
...]: Entering directory `/data/downloads/tftp-hpa-0.40/lib' rm -f libxtra.a ar cq libxtra.a ranlib libxtra.a make[1]: Leaving directory `/data/downloads/tftp-hpa-0.40/lib' make -C tftp make[1]: Entering directory `/data/downloads/tftp-hpa-0.40/tftp' gcc -g -O2 -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -D_ISO9X_SOURCE -D_OSF_SOURCE -D_XOPEN_SOURCE_EXTENDED -W -Wall -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe -fno-strict-aliasing -I/data/downloads/tf...
2005 Feb 19
1
Samba with ADS
Hello All, I am a newbie.. I want to compile Samba with ADS support for Solaris UltraSparcIII I have downloaded the source for 1> Samba 3.0.10 2> MIT Kerberos 5 1.4 3> OpenSSL 0.9.7e 4> OpenLDAP I started by trying to make MIT Kerberos. CC=gcc CPPFLAGS='-D__EXTENSIONS__' CFLAGS='-m64' ./configure configured it but when I try make I get .. ************************************************** building shared krb5support library (0.0) set -x; objlist=`set -x && perl -p -e '$e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.SH...
2005 May 30
0
compiling tftp-hpa-040 under Solaris 8
...ntering directory `/usr/share/src/tftp-hpa-0.40/lib' rm -f libxtra.a ar cq libxtra.a ranlib libxtra.a make[1]: Leaving directory `/usr/share/src/tftp-hpa-0.40/lib' make -C tftp make[1]: Entering directory `/usr/share/src/tftp-hpa-0.40/tftp' gcc -g -O2 -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -D_ISO9X_SOURCE -D_OSF_SOURCE - D_XOPEN_SOURCE_EXTENDED -W -Wall -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe -fno- strict-aliasing -I/usr/src/tftp-hp...
2002 Jul 10
1
Samba 2.2.4 make fails on Solaris 8 (Ultra Sparc III) using Sun F orte 6-update 2 compilers
Greetings! During the Samba 2.2.4 make (using Sun WorkShop 6 update 2 C/C++ 5.3)on Sun Fire 880 running Solaris 8, I get the following error: Any pointers or help would be very much appreciated.. Thanks, -Murali {root}69: make Using FLAGS = -O -D__EXTENSIONS__ -xtarget=ultra -xarch=v9b -I./popt -Iinclude -I./inc FILE_OFFSET_BITS=64 -DLOGFILEBASE="/usr/local/samba/var" -DCONFIGFILE="/usr/local/samba hosts" -DSWATDIR="/usr/local/samba/swat" -DSBINDIR="/usr/local/samba/bin" -DLOCKDIR="/u amba/lib/codepages"...
2002 Jul 11
1
Samba 2.2.4 make fails on Solaris 8 (Ultra Sparc III) using Sun Forte 6-update 2 compilers
...uring the Samba 2.2.4 make (using Sun WorkShop 6 update 2 > C/C++ 5.3)on Sun > Fire 880 > running Solaris 8, I get the following error: > > > Any pointers or help would be very much appreciated.. > > Thanks, > -Murali > > {root}69: make > Using FLAGS = -O -D__EXTENSIONS__ -xtarget=ultra -xarch=v9b -I./popt > -Iinclude -I./inc > FILE_OFFSET_BITS=64 -DLOGFILEBASE="/usr/local/samba/var" > -DCONFIGFILE="/usr/local/samba > hosts" -DSWATDIR="/usr/local/samba/swat" > -DSBINDIR="/usr/local/samba/bin" > -DLOCKDIR=&qu...
1998 Sep 15
0
compiling 0.62.3 for SunOS 4.1.4 and Solaris 2.6
...clude files that didn't get included by default. - I added "typedef int sigjmp_buf[_SIGJBLEN];" to src/include/Defn.h by hand; had to make sure that the gcc version of math.h got included rather than the default Solaris file; and ran the compilation of the stuff in src/main with -D__EXTENSIONS__ added to CFLAGS in Makeconf. I *think* that adding -D__EXTENSIONS__, or alternately setting -D__STDC__=0, to the CFLAGS line in Makeconf, might have fixed all of my problems at once. Benjamin Bolker Dep't of Ecology and Evolutionary Biology, ben@eno.princeton.edu Princeton Unive...
2008 Jul 04
5
Samba v2.2.12 NTLM versions?
Hi, I am working on an old Unix system, UNIX SVR4 MP-RAS, running a Teradata database. Due to the age of the system (notably the C compiler, which won't handle v3 source code), I have built Samba 2.2.12 I want to use this to share Unix directories out to XP clients as network drives, for read-write access, keeping the file ownership as strict unix users. This all works fine, except for
2006 Oct 17
4
[PATCH] Fix tools build on Solaris
...the CFLAGS to enable these on Solaris. Signed-off-by: John Levon <john.levon@sun.com> diff --git a/config/SunOS.mk b/config/SunOS.mk --- a/config/SunOS.mk +++ b/config/SunOS.mk @@ -35,6 +35,8 @@ CFLAGS += -g CFLAGS += -g endif +TOOL_CFLAGS += -std=gnu99 -D_POSIX_C_SOURCE=200112L -D__EXTENSIONS__ + CAFLAGS = -Wa,--divide CONFIG_MBOOTPACK_OS = n diff --git a/tools/blktap/drivers/Makefile b/tools/blktap/drivers/Makefile --- a/tools/blktap/drivers/Makefile +++ b/tools/blktap/drivers/Makefile @@ -8,6 +8,7 @@ INST_DIR = /usr/sbin INST_DIR = /usr/sbin LIBAIO_DIR = ../../libaio/src +CF...
2003 Jun 09
1
[patch] ./configure problem on Solaris with Sun's CC
...ure invokations of the compiler to fail like so: configure:10955: /opt/SUNWspro/bin/cc -o conftest -fast -g -xs -v -xstrconst -xdepend -xtarget=ultra2 -xarch=v8plusa -xprefetch -fast -g -xs -v -xstrconst -xdepend -xtarget=ultra2 -xarch=v8plusa -xprefetch -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -D_ISO9X_SOURCE -D_OSF_SOURCE -D_XOPEN_SOURCE_EXTENDED -fno-strict-aliasing -xildoff -xildoff -xildoff -xildoff conftest.c ../lib/libxtra.a -lresolv -lnsl -lsocket >&5 cc: Warning: illegal option -fno-strict-aliasing ld: fatal: file ../lib/libxtra.a: open failed: No such fil...
2002 Jul 10
1
samba 64 for Solaris
Hi, Does anyone of you succeeded in building a 64-bits version of Samba 2.2.5 for Solaris 8 ? If so, what is the corresponding Makefile or make options ? Thanks. Fabien
2016 Jan 31
4
configure warning on SunOS 4.1.4
...tmp -with-xauth=/usr/openwin/bin/xauth --with-mantype=man --with-md5-passwords --with-ssl-engine --with-default-path=/usr/bin --with-privsep-path=/var/opt/sshd --with-privsep-user=sshd environment used: PATH=/usr/lang:/opt/sfw/bin:/bin:/usr/ucb:/usr/kvm:/usr/etc:/usr/5bin CFLAGS=-Xa -D__SYS5__ -D__EXTENSIONS__ -xCC -cg92 -fast -nolibmil -xO4 compiler used: acc -V acc: SC3.0.1 12/7/95 patch_101913-05 error in config.log: configure:7525: checking sys/audit.h usability configure:7542: acc -c -Xa -D__SYS5__ -D__EXTENSIONS__ -xCC -cg92 -fast -nolibmil -xO4 conftest.c >&5 "/usr/include/sys/au...
2009 May 07
0
Building 2.9.0 on Solaris 10 U6 x86
...figure was up to. In general, the R Installation and Administration manual section on Solaris is not quite correct. I'm using U6 and Studio 12, but it required considerable examination of system headers and fiddling w/ preprocessor symbols. I needed to set: DEFS="-D_STDC_C99 -D__STDC__ -D__EXTENSIONS__ " in config.site. There's a bit of weirdness about what the starting directory is if one follows the instructions at the bottom of page 8. It *really* cared what PWD was when I invoked R. Starting R in the wrong place caused setwd(outDir) to fail when I invoked testInstalledPackages(&q...
2002 Feb 17
1
failure when trying to build on OpenBSD 2.8
Hello I'm trying to build hpa-tftp on an OpenBSD so I'll have support for "tsize". configure run successfully, then I run gmake, then the following errors. thanks gmake[1]: Entering directory `/usr/local/src/tftp-hpa-0.28/tftp' gcc -g -O2 -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -D_ISO9X_SOURCE -D_OSF_SOURCE -D_XOPEN_SOURCE_EXTENDED -W -Wall -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe -I.. -c tftp.c In file included from ../c...
2003 Jun 09
0
[patch] ./configure problem on Solaris
...ure invokations of the compiler to fail like so: configure:10955: /opt/SUNWspro/bin/cc -o conftest -fast -g -xs -v -xstrconst -xdepend -xtarget=ultra2 -xarch=v8plusa -xprefetch -fast -g -xs -v -xstrconst -xdepend -xtarget=ultra2 -xarch=v8plusa -xprefetch -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -D_ISO9X_SOURCE -D_OSF_SOURCE -D_XOPEN_SOURCE_EXTENDED -fno-strict-aliasing -xildoff -xildoff -xildoff -xildoff conftest.c ../lib/libxtra.a -lresolv -lnsl -lsocket >&5 cc: Warning: illegal option -fno-strict-aliasing ld: fatal: file ../lib/libxtra.a: open failed: No such fil...
2006 Nov 30
0
OpenSSH make errors on OpenStep 4.2 ?
...n: (we read it all !!) # Don't try gcc -ansi; that turns off useful extensions and # breaks some systems' header files. # AIX -qlanglvl=ansi # Ultrix and OSF/1 -std1 # HP-UX 10.20 and later -Ae # HP-UX older versions -Aa -D_HPUX_SOURCE # SVR4 -Xc -D__EXTENSIONS__ -------We see our version: labnx02:40# cc -v Reading specs from /lib/i386/specs NeXT Software, Inc. version cc-744.13, gcc version 2.7.2.1 ------This is OpenStep 4.2 for Intel and OpenSSH sees this as well: Host: i386-next-openstep4 Compiler: cc Compiler flags: -g...
2002 Jan 21
1
help for tftp-hpa with libc5
...many systems still using this library. There were some constants missing that i copied from glibc-2.1 headers, and now I'm left with this and I don't know what to do since all I can do is copy/paste, not touch real code :-) === gcc -O2 -m486 -fno-strength-reduce -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -D_ISO9X_SOURCE -D_OSF_SOURCE -D_XOPEN_SOURCE_EXTENDED -W -Wall -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wwrite-strings -Wshadow -pipe -I.. -c recvfrom.c In file included from ../config.h:37,...
2007 Aug 15
9
OpenSSH 4.7: call for testing.
Hi All. OpenSSH 4.7 is preparing for release so we are asking for any interested folks to please test a snapshot. The main changes are: * sshd(8) in new installations defaults to SSH Protocol 2 only. Existing installations are unchanged. * The SSH channel window size has been increased, which improves performance on high-BDP networks. * ssh(1) and sshd(8) now preserve MAC
2015 Feb 25
2
Call for testing: OpenSSH 6.8
...e differences. It looks like on Solaris I can choose between msg_accrights* or msg_control*/msg_flags in struct msghdr. The latter requires _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED which will also require __EXTENSIONS__ or other useful things suddenly go away. Building openssh with CC="gcc -D__EXTENSIONS__ -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED" is possible (tested only on Solaris 9 so far). Unfortunately now that I can finally run the testsuite I see ssh-keygen dumps core in keygen-change.sh but all tests before that passes. $ gdb ssh-keygen GNU gdb (GDB) 7.8 ... Reading symbols from ssh-k...
2015 Feb 24
4
Call for testing: OpenSSH 6.8
On Tue, 24 Feb 2015, Tom G. Christensen wrote: > I've switched to HEAD in the git repo and it now builds on Solaris > 2.6, 7, 8 and 9 but the testsuite still cannot be built due to the > missing <err.h>. > > I noticed one of the changes was about HOST_NAME_MAX but I don't > think that change addresses the real issue on at least these old > Solaris systems. It