Tagged Questions
0
votes
0answers
68 views
How to build Python 2.6.8 with zlib on Ubuntu Server 12.04?
Missing zlib is common problem for Python 2.6, as I know.
I have zlib1g-dev installed, and I also tried this solution - and still not succeed.
Also I've tried ./configure ...
0
votes
0answers
44 views
sys/mman and zlib on wpf C
I had to develop a C programm for linux serv, that would be able to read and decrypt an encrypted archive which would then become a gzip archive. And finally read the content of this gz archive. I ...
0
votes
1answer
409 views
compiling boost with zlib on Linux
I am trying to compile a code that uses Boost's zlib wrappers. However, no matter what I do, I can't get this to work.
In my cpp file, I have the following headers:
#include <algorithm>
...
1
vote
1answer
608 views
Skipping incompatible zlib dll
Situation:
I have many gzipped input files that I want to process in a c program. I can extract each of them each time i need them but this takes a lot of time, so I would like to use in memory ...
3
votes
1answer
2k views
undefined reference to `gzopen` error
My C program uses some zlib functions (like gzopen, gzread). I have included the zlib.h header file in my program and added the -lz option when compiling, but I still get an error that the gz ...
0
votes
1answer
486 views
OpenCV compliation on linux: how to feed to it specific zlib lib?
I want to compile OpenCV with same zlib as I use for compilation of Boost Iostreams (not system default one). I want to compile OpenCV as static lib, having zlib compiled as static lib. Currently I ...
0
votes
1answer
273 views
Compiling Boost.Iostream on Linux with custom compiled zlib causes multiple jam errors
So I try to create a script for automated compilation of Boost with Iostream with Zlib support on linux. Currently I have this:
#!/bin/bash
BOOST_DISTRO_SITE=surfnet.dl.sourceforge.net
...
0
votes
1answer
876 views
Compile git on shared host without zlib-devel
I'm trying to compile and install git on a shared RHEL5 host, but have no zlib-devel libraries installed. I've extracted the libraries from the RPM, but can't work out how to get make to recognise ...
1
vote
0answers
904 views
Trying to compile program that uses zlib. Link unresolved error
While trying to compile program, that uses zlib, i got following errors:
Error 1 error LNK2019: unresolved
external symbol _compress referenced
in function "void __cdecl
...
-1
votes
1answer
769 views
Trying to compile a linux-based app on Mac OS X
I'm just trying to compile the linux-based FCEUX (NES emulator) on my mac, OS X 10.5 Leopard.
I got all the dependencies (SDL, GTK+ 2) going and everything but of all things this is now my problem:
...
0
votes
1answer
186 views
Error compiling Ruby 1.8.7 Build 160
I was compiling Ruby 1.8.7's latest version yesterday (since the latest version has no binaries out yet).
I followed the instructions in the readme file, but then, when I installed ruby gems and ...