Displaying 20 results from an estimated 21 matches for "d_all_sourc".
Did you mean:
d_all_source
2008 Jun 04
1
3.0.3pre2 compile warnings on interix
...between signed and unsigned
flist.c:1224: warning: comparison between signed and unsigned
flist.c:1226: warning: right shift count >= width of type
popt/findme.c: In function `findProgramPath':
popt/findme.c:28: warning: implicit declaration of function `alloca'
gcc -std=gnu99 -I. -I. -D_ALL_SOURCE -DHAVE_CONFIG_H -Wall -W -I./popt -Wno-unused-parameter -D_ALL_SOURCE -I/usr/local/include -I/usr/local/ssl/include
-c popt/popt.c -o popt/popt.o
popt/popt.c: In function `execCommand':
popt/popt.c:409: warning: implicit declaration of function `alloca'
gcc -std=gnu99 -I. -I. -D_ALL_SOUR...
2015 Aug 28
0
errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
...e --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/xapian-core-1.2.21
successive runs of gmake resulted in the following errors
1) /backends/chert/chert_btreebase.cc:34
w/ citation to /common/io_utils.h:76 'fsync' undeclared
CPPFLAGS="-D_ALL_SOURCE" added
env CPPFLAGS="-D_ALL_SOURCE" \
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/xapian-core-1.2.21
2) /common/errno_to_string.cc:69 'strerror_r' undeclared
CPPFLAGS="-D_ALL_SOURCE -D_REENTRANT -I/usr...
2015 Sep 05
1
question / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
...e --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/xapian-core-1.2.21
successive runs of gmake resulted in the following errors
1) /backends/chert/chert_btreebase.cc:34
w/ citation to /common/io_utils.h:76 'fsync' undeclared
CPPFLAGS="-D_ALL_SOURCE" added
env CPPFLAGS="-D_ALL_SOURCE" \
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/xapian-core-1.2.21
2) /common/errno_to_string.cc:69 'strerror_r' undeclared
CPPFLAGS="-D_ALL_SOURCE -D_REENTRANT -I/usr/...
2005 Apr 19
1
Antwort: Re: Antwort: Re: OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
...usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc_r', ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
-qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -q32
-D_LARGE_FILES -qlonglong',
optimize='-O',
cppflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384
-qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INI...
2004 Mar 24
0
short preserve case
On 3.0.2 and 3.0.3pre1 (AIX 5.2), we are having an issue here short names
are not consistently lower-cased with winXP/SP1 client authed as the
listed admin user or any other valid user. Samba compiled with
-D_ALL_SOURCE and -D_LINUX_SOURCE_COMPAT. Later in the show just
-D_ALL_SOURCE.
stanza is as follows...
[x04shr]
browseable = no
comment = Summer 2004 DEVELOPMENT Share
path = /x04shr
writeable = yes
guest ok = no
admin users = testxp
valid users = testxp robotest webberob test1 test2 test3 te...
2005 Dec 14
1
R-beta on AIX5.2
I build R-beta on AIX5.2 is failed.
make[3]: Entering directory
`/home/nakama/Rbeta/R-beta/src/nmath'
xlc_r -I. -I../../src/include -I../../src/include -I/usr/local/include
-I/opt/freeware/include -DHAVE_CONFIG_H -q64 -I/usr/local/include
-I/opt/freeware/include -O2 -D_ALL_SOURCE -D_LINUX_SOURCE_COMPAT -c
mlutils.c -o mlutils.o
"nmath.h", line 50.9: 1506-213 (S) Macro name calloc cannot be
redefined.
"nmath.h", line 50.9: 1506-358 (I) "calloc" is defined on line 641 of
/usr/include/stdlib.h.
make[3]: *** [mlutils.o] Error 1
--- R-beta.orig/s...
2015 Sep 15
0
xapian porting to Interix / conclusion
...ndencies (libuuid-1.0.3 patched and zlib --static) here:
http://permalink.gmane.org/gmane.comp.search.xapian.general/9862
script for compile
#!/bin/ksh
CC=/opt/gcc.3.3/bin/gcc
CXX=/opt/gcc.3.3/bin/g++
PKGNAM=xapian-core
VERSION=${VERSION:-1.2.21}
cd tmp/xapian-core-1.2.21/BUILD
env CFLAGS="-D_ALL_SOURCE -D_REENTRANT -I/usr/local/include" \
CXXFLAGS="-D_ALL_SOURCE -D_REENTRANT -I/usr/local/include" \
LDFLAGS="-L/usr/local/lib" \
../configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PKGNAM-$VERSION \
--disable-static...
2016 Jul 02
3
Need help Compiling Samba
Hi,
I was recently using Samba 3.6.0 on AIX 6100-09-06-1543, but that has a
security vulnerability.
Therefore, I tried to compile Samba v4.4.4 on AIX 6100-09-06-1543. I am
using Python 2.7.11.
After running ./configure I get the following error.
/usr/local/samba-4.4.4/wscript:106: error: the configuration failed (see
'/usr/local/samba-4.4.4/bin/config.log')
I can send you more
2004 Jan 29
1
302rc1 and AIX 5.2
...ize. Sometimes I can't control-C - I have to
kill them outright.
This is really strange...I've never seen it behave this way.
When I do a make, sometimes it says I have to run config.status. I tried
libiconv as shared and as static, no change. I've compiled libiconv
standard and with -D_ALL_SOURCE. libiconv.a was smaller, but no change in
behavior.
I've compiled SAMBA with the default of _LINUX_SOURCE_COMPAT and with it
removed. I've also added _ALL_SOURCE to the _LINUX_SOURCE_COMPAT option
and all it did was change the size of my executables. Same symptoms...
The testparm command...
2015 Oct 07
0
brass and chert compiled / xapian port to Interix
...cf: http://permalink.gmane.org/gmane.comp.search.xapian.general/9862
dependencies libuuid (patched) and zlib --static
current compile script
#!/bin/ksh
CC=/opt/gcc.3.3/bin/gcc
CXX=/opt/gcc.3.3/bin/g++
PKGNAM=xapian-core
VERSION=${VERSION:-1.2.21}
cd tmp/xapian-core-1.2.21/BUILD
env CFLAGS="-D_ALL_SOURCE -D_REENTRANT -I/usr/local/include" \
CXXFLAGS="-D_ALL_SOURCE -D_REENTRANT -I/usr/local/include" \
LDFLAGS="-L/usr/local/lib" \
../configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PKGNAM-$VERSION \
--disable-static...
2015 Sep 11
0
xapian-core-1.0.23 compiled on Interix / Eric Lindblad
...zlib-1.2.8 --static were added, no other modifications were made.
* libuuid <version> not required for xapian 1.0.x & 1.1.x series.
#!/bin/ksh
CC=/opt/gcc.3.3/bin/gcc
CXX=/opt/gcc.3.3/bin/g++
PKGNAM=xapian-core
VERSION=${VERSION:-1.0.23}
cd tmp/xapian-core-1.0.23/BUILD
env CFLAGS="-D_ALL_SOURCE -D_REENTRANT" \
CXXFLAGS="-D_ALL_SOURCE -D_REENTRANT" \
../configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PKGNAM-$VERSION \
--disable-static \
--enable-backend-remote=no
$ gmake check
PASS: btreetest
PASS: quartztest
Run...
2015 Sep 11
1
xapian 1.0.x compiled on Interix / Eric Lindblad
...ched),*
and zlib-1.2.8 --static were added, no other modifications were made.
* libuuid <version> not required for xapian 1.0.x series.
#!/bin/ksh
CC=/opt/gcc.3.3/bin/gcc
CXX=/opt/gcc.3.3/bin/g++
PKGNAM=xapian-core
VERSION=${VERSION:-1.0.23}
cd tmp/xapian-core-1.0.23/BUILD
env CFLAGS="-D_ALL_SOURCE -D_REENTRANT" \
CXXFLAGS="-D_ALL_SOURCE -D_REENTRANT" \
../configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PKGNAM-$VERSION \
--disable-static \
--enable-backend-remote=no
$ gmake check
PASS: btreetest
PASS: quartztest
Run...
2004 Jun 28
1
[LLVMdev] xgcc: installation problem, cannot exec `gccas': No such file or directory
...uild/gcc/
-B/usr/local/src/cfrontend/install//i586-pc-interix3/bin/
-B/usr/local/src/cfrontend/install//i586-pc-interix3/lib/ -isystem
/usr/local/src/cfrontend/install//i586-pc-interix3/include -isystem
/usr/local/src/cfrontend/install//i586-pc-interix3/sys-include -O2 -DIN_GCC
-D__INTERIX -D_ALL_SOURCE -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../src/gcc -I../../src/gcc/.
-I../../src/gcc/../include -DL_chkstk -xassembler-with-cpp -c
../../src/gcc/config/i386/cygwin.asm -o libgcc/./_chkstk.o...
2015 Sep 09
0
Vista Ultimate (or Enterprise) / Eric Lindblad
...omp.search.xapian.general/9862
gcc & g++ versions
should be set to 3.3 only
sometimes the configure script hangs
or a segmentation fault (core dump)
occurs, in which event reboot, I
noticed with frequent core dumps that
defraging and running the script again
seems to help
env CPPFLAGS="-D_ALL_SOURCE -D_REENTRANT -I/usr/local/include" \
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/xapian-core-1.2.21 \
--enable-backend-remote=no
2004 Sep 18
0
[LLVMdev] MAXPATHLEN' undeclared (first use this function)
...the generic Unix implementation
>#include "../Unix/Path.cpp"
>
>...
>---------------------------------
1) The UAMG says to include all API from Interix one should define
_ALL_SOURCE before the first header file included. In the LLVM project
preferably on the commandline as -D_ALL_SOURCE because it applies to all
source files.
2) Inclusion of <limits.h> in Path.cpp is superflocius, because it is
indirectly included from elsewhere.
Henrik
_________________________________________________________________
Undg� pop-ups med MSN Toolbar - http://toolbar.msn.dk/ hent den gra...
1999 Jul 13
4
0.65/AIX
Martin:
With the recent change of adding -D_XOPEN_SOURCE_EXTENDED I cannot get
artihmetic.c to compile---it dies because of undefined acosh etc.
Is this specific of the system that I have access to?
-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2001 Nov 05
3
OpenSSH 2.3
Dear Gentlemen:
a couple of months ago we ported OpenSSH 2.3 to an IBM OS/390 Mainframe machine: It ran very well until we tried to connect to an SSH server using SSH2 protocol. On the OS/390 (which is the client) it comes up with the following error messages:
>ssh -v -2 somehost
.
.
.
debug: bits set: 504/1024
debug: len 55 datafellows 0
debug:
2013 Jan 24
0
64 Bit Build 3.6.11 on AIX 6 with acls enabled dumps core,
...a 64 Bit Version with acl's
enabled - so I expect I could duplicate this with older versions too...
Here's the build info:
System: AIX 6100-07-01-1141
Compiler: IBM xlc
CC=xlc_r -g
CXX=xlC_r
CFLAGS=-qmaxmem=-1 -DSYSV -D_AIX -D_AIX32 -D_AIX41 -D_AIX43 -D_AIX51
-D_AIX52 -D_AIX53 -D_AIX61 -D_ALL_SOURCE -DFUNCPROTO=15 -O
-I/opt/pware/include -L/opt/pware/lib
OBJECT_MODE=64
LDFLAGS=-blibpath:/opt/pware/lib:/opt/pware/lib32:/usr/lib
Configure Parameters:
--prefix=/opt/pware/samba/3.6.11 --with-acl-support=yes --without-ads
--with-winbind --without-ldap --enable-shared-libs --enable-developer
The...
2012 Oct 25
0
Compiling Samba4 RC3 on AIX 6.1 with IBM vac
...s to go to the next few files, but then fails
agin.
My Environment
CC=cc
CXX=xlC
F77=xlf
LDFLAGS=-L/opt/freeware/lib -Wl,-bmaxdata:0x80000000
FFLAGS=-qmaxmem=16384 -O -I/opt/freeware/include
CFLAGS=-qmaxmem=-1 -DSYSV -D_AIX -D_AIX32 -D_AIX41 -D_AIX43 -D_AIX51
-D_AIX52 -D_AIX53 -D_AIX61 -D_AIX71 -D_ALL_SOURCE -O
-I/opt/pware/openldap/2.4.28/include -L/opt/pware/openldap/2.4.28/lib
-I/opt/freeware/include -L/opt/freeware/lib
Thanks
Howard
--------------------------------------------------------------------------------------------------------
VERTRAULICHKEIT: Diese Nachricht ist ausschlie?lich f?r d...
2005 May 12
1
Samba & AIX
Does anyone have any experience installing/configuring the latest Samba on
AIX 5.2?... If so, would you care to share your notes?
Thanks all.
Andy Speagle
"Always remember that you are unique. Just like everybody else."