search for: infback

Displaying 14 results from an estimated 14 matches for "infback".

Did you mean: infact
2020 Jun 18
1
[PATCH] fix warnings with GCC 10
Many warnings are encountered with GCC 10. Fix them. Signed-off-by: Christophe Leroy <christophe.leroy at csgroup.eu> --- usr/dash/eval.c | 2 +- usr/klibc/zlib/infback.c | 2 +- usr/klibc/zlib/inflate.c | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/usr/dash/eval.c b/usr/dash/eval.c index dd144948a9fa..6b2b01e19a47 100644 --- a/usr/dash/eval.c +++ b/usr/dash/eval.c @@ -274,7 +274,7 @@ checkexit: n->nbinary.ch1,...
2010 Dec 30
1
problem building R 2.12.1 64-bit on Windows 7
...#39;"x64"' -DW64 -c deflate.c -o deflate.o gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic -DR_ARCH='"x64"' -DW64 -c gzio.c -o gzio.o gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic -DR_ARCH='"x64"' -DW64 -c infback.c -o infback.o gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic -DR_ARCH='"x64"' -DW64 -c inffast.c -o inffast.o gcc -std=gnu99 -I../../include -DHAVE_CONFIG_H -O3 -Wall -pedantic -DR_ARCH='"x64"' -DW64 -c inflate.c -o inflate.o gcc -std=gnu...
2006 Jan 23
1
R-2.2.1 doesn't compile under cygwin/Win2000
...ipt runs ok, but make generates the following error after a while: ---------------------------------------------------------------------------- ----- al/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -g -O2 -c zutil.c -o zutil.o rm -f libz.a ar cr libz.a adler32.o compress.o crc32.o deflate.o gzio.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o ranlib libz.a make[4]: Leaving directory `/home/Vonkad/R-2.2.1/src/extra/zlib' make[3]: Leaving directory `/home/Vonkad/R-2.2.1/src/extra/zlib' make[3]: Entering directory `/home/Vonkad/R-2.2.1/src/extra/xdr' make[4]: Entering d...
2010 Feb 04
1
Help....package "GPLOTS" will not install. Linux
...TIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DVERSION=\"2.024\" -DXS_VERSION=\"2.024 \" -fPIC "-I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE" -DGZIP_OS_CODE=3 -DUSE_PPPORT_H infback.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -ma...
2013 Jun 25
0
Syslinux 6.00 released
...mp/syslinux-6.00/com32/lib/abort.c rm -f libcom32.elf ld -shared -m elf_x86_64 --hash-style=gnu -T /tmp/syslinux-6.00/com32/lib/x86_64/elf.ld -soname libcom32.c32 -o libcom32.elf zlib/adler32.o zlib/compress.o zlib/crc32.o zlib/uncompr.o zlib/deflate.o zlib/trees.o zlib/zutil.o zlib/inflate.o zlib/infback.o zlib/inftrees.o zlib/inffast.o sys/zfile.o sys/zfopen.o libpng/png.o libpng/pngset.o libpng/pngget.o libpng/pngrutil.o libpng/pngtrans.o libpng/pngwutil.o libpng/pngread.o libpng/pngrio.o libpng/pngwio.o libpng/pngwrite.o libpng/pngrtran.o libpng/pngwtran.o libpng/pngmem.o libpng/pngerror.o libpn...
2013 Jun 25
4
Syslinux 6.00 released
On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote: > Thanks - now it crashes later ... What crash are you seeing? > I don't have the ia64 files which are needed for a complete binary. But > maybe that's only my special problem. You shouldn't need ia64 files to build ia32 and x86-64 versions of gnu-efi or Syslinux. -- Matt Fleming, Intel Open Source Technology Center
2006 Jul 09
6
[PATCH/RFC] klibc/kbuild: use separate kbuild files for each klibc subdirectory
...(CONFIG_KLIBC_ERRLIST) += errlist.o ifeq ($(CONFIG_KLIBC_ERRLIST),y) KLIBCCFLAGS_strerror.o += -DWITH_ERRLIST endif -libc-$(CONFIG_KLIBC_ZLIB) += \ - zlib/adler32.o zlib/compress.o zlib/crc32.o zlib/gzio.o \ - zlib/uncompr.o zlib/deflate.o zlib/trees.o zlib/zutil.o \ - zlib/inflate.o zlib/infback.o zlib/inftrees.o zlib/inffast.o - -# zlib specific flag -KLIBCCFLAGS += -DDYNAMIC_CRC_TABLE +klib-$(CONFIG_KLIBC_ZLIB) += zlib/ +# arch specific .o files +klib-y += arch/$(KLIBCARCHDIR)/ ##### # Add any architecture-specific rules @@ -72,14 +68,14 @@ include $(obj)/arch/$(KLIBCARCHDIR)/Make...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...8.o pcre_refcount.o pcre_study.o pcre_tables.o pcre_try_flipped.o pcre_ucd.o pcre_valid_utf8.o pcre_version.o pcre_xclass.o ranlib libpcre.a making adler32.d from adler32.c making compress.d from compress.c making crc32.d from crc32.c making deflate.d from deflate.c making gzio.d from gzio.c making infback.d from infback.c making inffast.d from inffast.c making inflate.d from inflate.c making inftrees.d from inftrees.c making trees.d from trees.c making uncompr.d from uncompr.c making zutil.d from zutil.c gcc -std=gnu99 -I. -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/in...
2015 Sep 24
0
[PATCH] com32/disk: add UEFI support
...iteb.o pci/writew.o pci/writel.o \ - \ - sys/x86_init_fpu.o math/pow.o math/strtod.o \ - syslinux/disk.o \ - \ - syslinux/setup_data.o + getcwd.o fdopendir.o ## CORE OBJECTS, INCLUDED IN THE ROOT COM32 MODULE LIBENTRY_OBJS = \ @@ -175,10 +202,16 @@ LIBZLIB_OBJS = \ zlib/inflate.o zlib/infback.o zlib/inftrees.o zlib/inffast.o \ sys/zfile.o sys/zfopen.o +LIBDISK_OBJS = \ + syslinux/disk/common.o \ + syslinux/disk/$(FW_SUBDIR)/disk.o + MINLIBOBJS = \ $(addprefix $(OBJ)/,syslinux/ipappend.o \ syslinux/dsinfo.o \ $(LIBOTHER_OBJS) \ + $(LIBSYS_OBJS) \ + $(LIBPCI_OBJS) \ $(LIBGCC_...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...8.o pcre_refcount.o pcre_study.o pcre_tables.o pcre_try_flipped.o pcre_ucd.o pcre_valid_utf8.o pcre_version.o pcre_xclass.o ranlib libpcre.a making adler32.d from adler32.c making compress.d from compress.c making crc32.d from crc32.c making deflate.d from deflate.c making gzio.d from gzio.c making infback.d from infback.c making inffast.d from inffast.c making inflate.d from inflate.c making inftrees.d from inftrees.c making trees.d from trees.c making uncompr.d from uncompr.c making zutil.d from zutil.c gcc -std=gnu99 -I. -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/in...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...ot/gen/trunk/knl/linux/usr//arch/powerpc/include -D__KLIBC__=2 -D__KLIBC_MINOR__=0 -D_BITSIZE=32 -fno-stack-protector -fwrapv -m32 -Os -W -Wall -Wno-sign-compare -Wno-unused-parameter -DDYNAMIC_CRC_TABLE -c -o usr/klibc/zlib/inflate.o usr/klibc/zlib/inflate.c ppc-linux-gcc -Wp,-MD,usr/klibc/zlib/.infback.o.d -nostdinc -iwithprefix include -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/arch/ppc -Iusr/include/arch/ppc -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/bits32 -Iusr/include/bits32 -I/root/ofs/trunk/packages/klibc-2.0.2/usr/klibc/../include -Iusr/klibc/../include -I/root/ofs/tr...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: