search for: pkgnam

Displaying 5 results from an estimated 5 matches for "pkgnam".

Did you mean: pkgname
2015 Sep 15
0
xapian porting to Interix / conclusion
..., albeit possibly with some restrictions on bindings. SFU Interix 3.5 (modified) setup and dependencies (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=/et...
2015 Oct 07
0
brass and chert compiled / xapian port to Interix
...inet.h> # include <sys/socket.h> #else # include "safewinsock2.h" #endif 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=/et...
2015 Sep 11
0
xapian-core-1.0.23 compiled on Interix / Eric Lindblad
...--program-prefix=g, m4-1.4.9 as --prefix=/usr --program-prefix=g, libuuid-1.0.0 (patched),* and 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...
2015 Sep 11
1
xapian 1.0.x compiled on Interix / Eric Lindblad
...prefix=/usr --program-prefix=g, m4-1.4.9 as --prefix=/usr --program-prefix=g, libuuid-1.0.0 (patched),* 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...
2015 Aug 07
1
xapian 1.2.21 / MSYS-1.0.11.exe
...MSYS-1.0.11.exe Perl v5.8.8 MSWin32-x86-multi-thread [built with Borland C++ Compiler 5.5 and dmake]. Danish ...(Pipen er blevet afsluttet.) English ..(The pipe has been closed.) $ export PATH=${PATH}:/c/programmer/borland/bcc55/bin:\ > /c/programmer/perl/5.8.8/bin/mswin32-x86-multi-thread $ PKGNAM=xapian-core $ VERSION=${VERSION:-1.2.21} $ env CPPFLAGS=-I/c/programmer/gtk/include \ > LDFLAGS=-L/c/programmer/gtk/lib ./configure \ > --prefix=/c/xapian --sysconfdir=/etc --localstatedir=/var \ > --mandir=/c/xapian/man --docdir=/c/xapian/doc/$PKGNAM-$VERSION \ > --disable-static CC=/...