search for: zlibversion

Displaying 20 results from an estimated 22 matches for "zlibversion".

2015 May 10
2
Building R-3.2.0 from source.
...nction `gzcon_write': > /home/rolf/Desktop/Rinst/R-3.2.0/src/main/connections.c:5469: undefined reference to `deflate' There were also complaints about undefined references to inflate, crc32, deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, compress, uncompress, and zlibVersion, many of which were issued repeatedly. It finally gave up, saying: > collect2: error: ld returned 1 exit status A bit of googling informed me (I think?) that a workaround was to configure using --without-system-pcre. This however achieved nothing in my case. Can anyone point me at what I...
2015 May 10
2
Building R-3.2.0 from source.
...nction `gzcon_write': > /home/rolf/Desktop/Rinst/R-3.2.0/src/main/connections.c:5469: undefined reference to `deflate' There were also complaints about undefined references to inflate, crc32, deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, compress, uncompress, and zlibVersion, many of which were issued repeatedly. It finally gave up, saying: > collect2: error: ld returned 1 exit status A bit of googling informed me (I think?) that a workaround was to configure using --without-system-pcre. This however achieved nothing in my case. Can anyone point me at what I...
2008 Jan 27
0
[LLVMdev] Better llvm-ld support for frameworks on Mac OS X
I would like to be able to compile and link the following two program into native executables. These are a vastly reduced testcase, so ignore for a moment the fact that the native compiler driver might have default -L/-F search paths and -lSystem by default. $ cat test1.c extern char *zlibVersion(void); extern int puts(char *); int main(int argc, char *argv[]) { puts(zlibVersion()); return 0; } $ clang test1.c -emit-llvm | llvm-as | llvm-ld - -native -L/usr/lib - lSystem -lz -v Generating Bitcode To a.out.bc Generating Assembly With: '/Volumes/HD/ltmp/ssen/src/llvm/Debug/bin...
2002 Jan 07
0
rsync-2.5.1 / zlib patches
...6-JAN-2002 18:11:01.73 OPENVMS_AXP */ /* zutil.c -- target dependent utility functions for the compression library * Copyright (C) 1995-1998 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h @@ -26,7 +27,7 @@ ""}; -const char * ZEXPORT zlibVersion() +const char * ZEXPORT zlibVersion(void) { return ZLIB_VERSION; } PROJECT_ROOT:[rsync_vms.ZLIB]ZUTIL_H.GDIFF;2 --- ref_zlib:zutil.h Fri May 22 08:45:43 1998 +++ lcl_zlib:zutil.h Sun Jan 6 18:10:19 2002 @@ -1,3 +1,4 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND PRJ_ZLIB:ZUT...
2008 Jan 27
1
[LLVMdev] Better llvm-ld support for frameworks on Mac OS X
...ing ] I would like to be able to compile and link the following two program into native executables. These are a vastly reduced testcase, so ignore for a moment the fact that the native compiler driver might have default -L/-F search paths and -lSystem by default. $ cat test1.c extern char *zlibVersion(void); extern int puts(char *); int main(int argc, char *argv[]) { puts(zlibVersion()); return 0; } $ clang test1.c -emit-llvm | llvm-as | llvm-ld - -native -L/usr/lib - lSystem -lz -v Generating Bitcode To a.out.bc Generating Assembly With: '/Volumes/HD/ltmp/ssen/src/llvm/Debug/bin/l...
2003 May 04
0
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837): final report
...stalled in /usr/local/, and is the latest stable release (I'm on the zlib beta testers list). That number is confirmed by this simple test program: % cat show-zlib-version.c #include <stdio.h> #include <stdlib.h> #include <zlib.h> int main() { (void)printf("zlibVersion() reports [%s]\n", zlibVersion()); return (EXIT_SUCCESS); } % cc show-zlib-version.c -lz && ./a.out zlibVersion() reports [1.1.4] The bad one only segment faults after installation. If I run it in the build tree as bin/R, it works, and passes all but the base-Ex test. Brian...
2015 May 10
1
[R] Building R-3.2.0 from source.
...;: >>> /home/rolf/Desktop/Rinst/R-3.2.0/src/main/connections.c:5469: undefined reference to `deflate' >> >> There were also complaints about undefined references to inflate, crc32, deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, compress, uncompress, and zlibVersion, many of which were issued repeatedly. It finally gave up, saying: >> >>> collect2: error: ld returned 1 exit status >> >> A bit of googling informed me (I think?) that a workaround was to configure using --without-system-pcre. This however achieved nothing in my case....
2015 May 11
1
[R] Building R-3.2.0 from source.
...>>>>> reference to `deflate' >>>> >>>> >>>> There were also complaints about undefined references to inflate, crc32, >>>> deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, >>>> compress, uncompress, and zlibVersion, many of which were issued repeatedly. >>>> It finally gave up, saying: >>>> >>>>> collect2: error: ld returned 1 exit status >>>> >>>> >>>> A bit of googling informed me (I think?) that a workaround was to >>>>...
2003 Apr 18
0
Compiling with Microsoft Visual C++
Dear R developer, we are trying to build DLL files using Microsoft Visual C++. As stated in readme.packages, we have to build first the import library Rdll.lib with the command: lib /def:R.exp /out:Rdll.lib. However, this command gives 2155 errors due to unresolved external symbols (ATTRIB to zlibversion) in Rexp. Could anybody tell me if something is missing in the command line or suggest any new operation knowing that for building DLL files with MVC++ we don't need to create a shared library with Rcmd SHLIB like it is written in R manuals. Thx a lot --------------------------------...
2015 May 11
0
[R] Building R-3.2.0 from source.
...tions.c:5469: undefined >>>> reference to `deflate' >>> >>> >>> There were also complaints about undefined references to inflate, crc32, >>> deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, >>> compress, uncompress, and zlibVersion, many of which were issued repeatedly. >>> It finally gave up, saying: >>> >>>> collect2: error: ld returned 1 exit status >>> >>> >>> A bit of googling informed me (I think?) that a workaround was to >>> configure using --without-sy...
2015 May 11
3
[R] Building R-3.2.0 from source.
...to `deflate' > >>>> > >>>> > >>>> There were also complaints about undefined references to inflate, crc32, > >>>> deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, > >>>> compress, uncompress, and zlibVersion, many of which were issued repeatedly. > >>>> It finally gave up, saying: > >>>> > >>>>> collect2: error: ld returned 1 exit status > >>>> > >>>> > >>>> A bit of googling informed me (I think?) that a...
2015 May 11
0
[R] Building R-3.2.0 from source.
...te' >>>>>> >>>>>> >>>>>> There were also complaints about undefined references to inflate, crc32, >>>>>> deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, >>>>>> compress, uncompress, and zlibVersion, many of which were issued repeatedly. >>>>>> It finally gave up, saying: >>>>>> >>>>>>> collect2: error: ld returned 1 exit status >>>>>> >>>>>> >>>>>> A bit of googling informed me (I th...
2010 Sep 03
1
TinycoreLinux Install
...gure:16353: $? = 0 configure:16353: ./conftest configure:16353: $? = 0 configure:16368: result: snprintf configure:16484: checking for zlib.h configure:16484: g++ -c -g -O2 conftest.cpp >&5 configure:16484: $? = 0 configure:16484: result: yes configure:16502: checking for library containing zlibVersion configure:16533: g++ -o conftest -g -O2 conftest.cpp >&5 /tmp/cc4f8wAE.o: In function `main': /mnt/hdd1/search/xapian/xapian/conftest.cpp:56: undefined reference to `zlibVersion' collect2: ld returned 1 exit status configure:16533: $? = 1 configure: failed program was: | /* confde...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...extern "C" { #endif -#define ZLIB_VERSION "1.1.2" +#define ZLIB_VERSION "1.1.3" /* The 'zlib' compression library provides in-memory compression and @@ -169,7 +169,7 @@ /* basic functions */ -extern const char * ZEXPORT zlibVersion OF((void)); +ZEXTERN const char * ZEXPORT zlibVersion OF((void)); /* The application can compare zlibVersion and ZLIB_VERSION for consistency. If the first character differs, the library code actually used is not compatible with the zlib.h header file used by the application. @@ -177,7 +17...
2006 Aug 16
2
Problem Installing rrdtool
...You can find also find an archive copy on http://oss.oetiker.ch/rrdtool/pub/libs The last tested version of libart-2.0 is 2.3.17. LIBS=-lm LDFLAGS= CPPFLAGS= -I/usr/include/libart-2.0 ---------------------------------------------------------------------------- checking for zlibVersion in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for png_access_version_number in -lpng... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for FT_Init_FreeType in -lfreetype... ye...
2010 Nov 01
1
Samba 4 on osx
...lag exists : ok Checking whether statvfs.f_flags exists : not found Checking for library z : yes Checking for zlibVersion : ok Checking for ZLIB_VERNUM >= 0x1230 : ok Checking for library iconv : yes Checking for...
2010 Oct 07
1
OSX and samba4 git
...lag exists : ok Checking whether statvfs.f_flags exists : not found Checking for library z : yes Checking for zlibVersion : ok Checking for ZLIB_VERNUM >= 0x1230 : ok Checking for library iconv : yes Checking for...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...... no checking for python-config... no configure: WARNING: No python-config found checking working python module support... yes checking whether it would be possible to do a merged build... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for zlibVersion in -lz... yes checking for zlib >= 1.2.3... no Using libraries: LIBS = -lsendfile -lresolv -lrt -ldl -lnsl -lsocket -liconv KRB5_LIBS = -L/netopt/lib -R/netopt/lib -L/netopt/lib -R/netopt/lib -L/netopt/lib -R/netopt/lib -L/netopt/lib -R/netopt/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_...
2010 May 11
1
Samba 3.5.2 compile on AIX
...onfig... no checking for python-config... no configure: WARNING: No python-config found checking working python module support... no checking whether it would be possible to do a merged build... no checking zlib.h usability... no checking zlib.h presence... no checking for zlib.h... no checking for zlibVersion in -lz... yes checking for zlib >= 1.2.3... no Using libraries: LIBS = -liconv KRB5_LIBS = -lkrb5 -lgssapi -lroken -lasn1 -L/opt/CMNSsamba/lib LDAP_LIBS = -lldap -llber DNSSD_LIBS = AUTH_LIBS = -lpam checking configure summary... yes configure: creating ./config.status conf...
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...: yes Checking for poptGetContext : ok Checking for system z (>=1.2.3) : not found Checking for library z : yes Checking for zlibVersion : ok Checking for system z (>=1.2.3) : yes Checking for system tdb (>=1.3.16) : not found A local copy of the docbook.xsl wasn't found...