Under linuxmint gcc compiler error: zlib version 1.2.1 or higher is required

tags: linux

As stated, on the linuxmint gcc compiler system by a tool, given:

    

View the system by dpkg -l command zlib library, there is a zlib1g, this is the latest.

    

Many places say you want to install zlib1g-dev, and if so, try to install:

    

The installation is complete, continue to compile, actually passed.

         

Not quite understand is why it is necessary to install zlib1g-dev, zlib1g stands to reason that has been dependent libraries, files may be missing zlib.h in zlig1g-dev in it.

Intelligent Recommendation

Gcc compiler running under ubuntu

Some basic operations  ...

NRV optimization under GCC compiler

Read the in -depth exploration of Teacher Hou Jie's translation of C ++ object models, and their own understanding Articles directory 1. Light talk about NRV optimization Test code Third, run results ...

Install the latest version of the GCC compiler (./configure executes a compilation error C ++ compiler too old)

./configure execute compilation error C ++ compiler too old Prompt C ++ compiler G ++ version is old Get the new version of GCC manually GNU GCC Get GCC source code The compilation and installation pr...

openwrt: GCC compiler version modified

A. If all projects are on the server, and everyone also use the same server, which will have a more convenient place. For example: openwrt (host-side tools or libraries) gcc compiler requires the use ...

gcc 6.0 compiler error opencv

Compiled with the following options:...

More Recommendation

Upgrade gcc to version 8 or higher on Centos

Take the installation of gcc 8 version as an example first step Then use the following command to view the version that can be installed Second step third step the fourth step The third step is only t...

SUSE upgrade GCC to GCC4.8.5 or higher version

1.Make sure SUSE Linux has installed GCC, you can check with GCC -V, if you don't need to install a version firstInstallation method reference this article 2. Download GCC-4.8.5 source package Downloa...

Install tomcat8 under LinuxMint

1. In the opened terminal, execute "sudo tar zxvf apache-tomcat-8.5.15.tar.gz -C /opt/" Command, at the same time, you need to enter the login password of the current user to extract th...

Open a solution GCC does not find solution after the Linux system is installed under the Linux system [GNU C Compiler (GCC) Version 7.3.0 Was Not Found.]

VMware Kernel Module Updater Before you can run VMware, several modules must be compiled and loaded into the running kernel. GCC GNU C Compiler (gcc) version 7.3.0 was not found. If you installed it i...

Under CentOS7 Install the REDIS6.0 or later, the GCC low version causes an error.

If you compile the REDIS6.0 version under Centos7, if you have the following error In file included from server.c:30:0: server.h:1022:5: error: expected specifier-qualifier-list before ‘_Atomic&...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top