[Bug 5309] Re: I can't create entities with ghdl -e <entity>

wfjm w.f.j.mueller at gsi.de
Sat Apr 1 08:19:48 UTC 2006


Had the same problem with  Ubuntu 5.10, while it works fine with Debian Sarge. 

Reason: ghdl looks under Ubuntu 5.10 for the ADA runtime in

   ghdl  -e -v hello_world
   ....
   -L/usr/lib/gcc/i486-linux/3.4.4/adalib/ -lgnat-3.4

Under Ubuntu gnat-3.4 however installs into

  /usr/lib/gcc/i486-linux-gnu/3.4.5/adalib/

Apparently neither the ADA versions of ghdl and gnat match, nor the install paths for the libs.

I hacked it with

  # mkdir -p /usr/lib/gcc/i486-linux/3.4.4/
  # ln -s /usr/lib/gcc/i486-linux-gnu/3.4.5/adalib adalib

but I'd appreciate of the packages be fixed. 
-- 
I can't create entities with ghdl -e <entity>
https://launchpad.net/malone/bugs/5309




More information about the universe-bugs mailing list