libffcall
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] build: Fix the build with slibtool


From: orbea
Subject: [PATCH] build: Fix the build with slibtool
Date: Wed, 13 Jul 2022 18:39:54 -0700

Hi,

When building ffcall with slibtool instead of GNU libtool the build
fails when it doesn't find avcall.o or vacall.o. This happens because
the build uses avcall.lo and vacall.lo which are symlinks to real .lo
files, but the corresponding .o file doesn't exist.

The easiest way to solve this is to just use the real .lo file instead
and get rid of the symlink hacks.

See this Gentoo bug: https://bugs.gentoo.org/776976

Attachment: 0001-build-Fix-the-build-with-slibtool.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]