slibtool icon
slibtool icon

slibtool

 Like

C-based surrogate for GNU libtool providing compatibility with most features, improving build speed, and managing shared or static libraries for cross-platform environments, with a focus on PE binary format and ELF conventions for portable Unix software.

License model

  • FreeOpen Source

Platforms

  • Linux
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • library-creation
  • package-builder
  • programming

slibtool News & Activities

Highlights All activities

Recent activities

  • Danilo_Venom updated slibtool
    about 1 month ago
  • App icon
    Danilo_Venom added slibtool as alternative to GNU Libtool
    about 1 month ago
  • Danilo_Venom added slibtool
    about 1 month ago
Show all activities

slibtool information

  • Developed by

    Midipix
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    1 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  0 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated Jun 22, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about slibtool, and it has gotten 0 likes

slibtool was added to AlternativeTo by Danilo_Venom on May 28, 2025 and this page was last updated May 28, 2025.
No comments or reviews, maybe you want to be first?
Post comment/review

What is slibtool?

slibtool is a reimplementation of GNU Libtool icon GNU Libtool in the C programming language, designed to be a simple, efficient, and user-friendly alternative. It maintains compatibility with almost all features of libtool, excluding a few redundant ones. Although not primarily developed for speed, slibtool often leads to faster package building, especially in builds that frequently call libtool.

The need to reimplement libtool came from the demands of Midipix targets. These use the PE binary format and follow ELF naming conventions, which existing libtool implementations do not fully support. A temporary solution involved manually editing a libtool script generated by ltmain.sh.

Given the complexity of the average libtool script, a rewrite in C was considered appropriate for better quality, readability, performance, development effort, customization, and maintenance.

Official Links