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

configuration error on ubuntu #87

Closed
kristin-watchmaker opened this issue May 28, 2021 · 4 comments
Closed

configuration error on ubuntu #87

kristin-watchmaker opened this issue May 28, 2021 · 4 comments

Comments

@kristin-watchmaker
Copy link

kristin-watchmaker commented May 28, 2021

I ran:
git clone https://github.com/jeffdaily/parasail.git
cd parasail
sudo autoreconf -fi
sudo ./configure

error message:

configure:
./configure: line 11088: syntax error near unexpected token `win32-dll'

./configure: line 11088: `LT_INIT(win32-dll)'

@kristin-watchmaker
Copy link
Author

I was able to configure without error when downloading the zip file (parasail-2.4.3.zip)

@jeffdaily
Copy link
Owner

jeffdaily commented Jun 1, 2021

Which ubuntu version is this? Did you install libtool first? sudo apt update; sudo apt install autoconf automake libtool.

This could indicates your libtool version is too old, since libtool's LT_INIT did not understand the win32-dll directive in the configure.ac file. Or perhaps you did not have libtool installed, such that the LT_INIT macro was not processed at all during autoreconf?

@kristin-watchmaker
Copy link
Author

kristin-watchmaker commented Jun 1, 2021 via email

@kristin-watchmaker
Copy link
Author

That must have been it. Libtool was not installed.

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