Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to install ltsmin? #211

Open
yin99 opened this issue Aug 17, 2023 · 3 comments
Open

how to install ltsmin? #211

yin99 opened this issue Aug 17, 2023 · 3 comments

Comments

@yin99
Copy link

yin99 commented Aug 17, 2023

I git the code of ltsmin. But I cannot install it.( OS is ubuntu)

Installation Instructions tells me input "./configure --disable-dependency-tracking --prefix /path/ ".But there is no ./configure.
Building from a Git Repository told me "./ltsminreconf".Then these message as fallow were printed on my shell :
"Note: Do NOT run aclocal by yourself, even if requested by autoreconf.
This is done automatically.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
configure.ac:36: error: unknown libltdl build type: _LTDL_TYPE
m4/ltdl.m4:226: LTDL_INIT is expanded from...
configure.ac:36: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
"

@jacopol
Copy link
Contributor

jacopol commented Aug 17, 2023

Are you sure you have installed all dependencies listed here?

Anyway, you can ignore "Note: Do NOT run aclocal by yourself, even if requested by autoreconf.", this message is harmless. Seems something wrong with libltdl (libtool?) but I don't know what.

@yin99
Copy link
Author

yin99 commented Aug 18, 2023

Thanks. I will try again to install all dependencies.

By the way, if all dependencies were ok , can I successfully install it by simply running ./ltsminreconf ?

@jacopol
Copy link
Contributor

jacopol commented Aug 18, 2023

Hi Yin,
After installing the dependencies, you first do

$ git submodule update --init
$ ./ltsminreconf

and then you follow the normal installation procedure with ./configure ... ; make ; make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants