On 17/01/16 23:28, John Chapple wrote:
Hello Listers,

I'm running GHDL on 64bit Ubuntu 14.04 LTS.  A typical session is thus:

$ mkdir work
$ ghdl -i --workdir=work test3.vhdl
$ ghdl -m --workdir=work tb_and8
analyze test3.vhdl
elaborate tb_and8
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
ghdl: compilation error
$

test3.vhdl is attached.

Is this an installation problem or something else?  My expertise with
installing software is limited to using scripts or Ubuntu's installer.

You need to install zlib:
apt-get install zlib1g-dev

Regards,
Tristan.


_______________________________________________
Ghdl-discuss mailing list
Ghdl-discuss@gna.org
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to