You are not logged in.

#1 2024-02-02 04:43:28

M1gueldev
Member
Registered: 2024-02-02
Posts: 1

libgnat-7.so.1 => not found

I have a binary with a dependency on libgnat-7.so.1.
running

ldd

gives me:

	linux-vdso.so.1 (0x00007ffd73b09000)
	libgnat-7.so.1 => not found
	libc.so.6 => /usr/lib/libc.so.6 (0x00007fc27fe1e000)
	/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007fc2802c2000)

already tried

pacman -S gcc-ada

but still cannot find any package to satisfy this dependency. Any suggestion?

Offline

#2 2024-02-02 09:04:02

loqs
Member
Registered: 2014-03-06
Posts: 17,765

Re: libgnat-7.so.1 => not found

Possibly https://aur.archlinux.org/packages/gcc7 after being modified to build and package gcc7-ada.

Offline

Board footer

Powered by FluxBB