I'm trying to figure out how to build libltdlc.la which is needed for
a particular configuration of fontforge I'm building
Googling for "libltdlc" shows many results about libltdlc missing, but
not how to build it.

Getting latest taball and building it only gives libltdl.la, and not
libltdlc. Same with --enable-ltdl-install=yes
Any ideas how to build libltdlc.la?

cd $l
export site=http://ftp.gnu.org/gnu/libtool
export fn=libtool-2.4.tar.gz
wget -O $fn $site/$fn
tar -xvf $fn
cd libtool-2.4
./configure
make

find -type f -name "*.la"
  ./libltdl/libltdl.la
  ./libltdl/dlopen.la

_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool

Reply via email to