-
Notifications
You must be signed in to change notification settings - Fork 34
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
Comments
I was able to configure without error when downloading the zip file (parasail-2.4.3.zip) |
Which ubuntu version is this? Did you install libtool first? 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? |
That must have been it. Iibtool was not installed.
…On Tue, Jun 1, 2021 at 11:13 AM Jeff Daily ***@***.***> wrote:
Which OS is this? This usually 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?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#87 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUDO5R3ASKYZ443RM7GKV33TQUIJ5ANCNFSM45XAFNQA>
.
|
That must have been it. Libtool was not installed. |
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)'
The text was updated successfully, but these errors were encountered: