home.social

#libtool — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #libtool, aggregated by home.social.

  1. When building alsa-utils with a custom toolchain + sysroot, I get this error:

    libtool: error: cannot find the library '/usr/lib/libasound.la' or unhandled argument '/usr/lib/libasound.la'

    However, the file does exist inside of the sysroot, and configure claims to use the sysroot that the compiler specifies.

    How do I solve this?

    #Linux #LibTool #AutoMake #AutoConf #ALSA

  2. Trying to wrap my head around the #libtool and #pkgconf vs pkg-config situation. What is going on?
    Why is libtool bad, what is wrong with .la files, what does libtool do that pkgconf doesn't, and what does pkg-config do that neither of them do??
    If anyone seeing this has dealt/is dealing with this linking/tooling situation I'd love to hear your thoughts :) Very curious.

    #programming #freedesktop #autotools #dependencies