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

install fails on cygwin #47

Open
johndeighan opened this issue Dec 10, 2018 · 4 comments
Open

install fails on cygwin #47

johndeighan opened this issue Dec 10, 2018 · 4 comments

Comments

@johndeighan
Copy link

Here is the last bit of output from ../configure:

checking the archiver (ar) interface... ar
checking whether ln -s works... yes
../configure: line 4202: syntax error near unexpected token `dlopen'
../configure: line 4202: `LT_INIT(dlopen shared)'

I've attached all the output from cygwin. I've installed all prerequisites, and then some. Just about anything that sounds like any of the required packages. It would be really great if someone could just provide a Windows binary so we wouldn't have to go through all this pain ;-)

temp.txt

@philshafer
Copy link
Contributor

philshafer commented Dec 10, 2018 via email

@johndeighan
Copy link
Author

Cygwin did not come with libtool installed. I installed it, recloned the repo and got past the error. Unfortunately, make ended up failing. I'm attaching all the output, starting with removing the libslax directory.

Next, I ran the command line that you sent me and it seems to report some problems. The output of that is short enough that I'll just paste it in here. Next, I'll see if something named 'autopoint' can be installed:

johnd@DEIGHAN-LAPTOP ~/libslax/build
$ autoreconf --install -v -d --warnings=all
autoreconf-2.69: running: /usr/bin/autoconf-2.69 --version | sed 1q >&2
autoconf (GNU Autoconf) 2.69

autoreconf-2.69: running: /usr/bin/autoheader-2.69 --version | sed 1q >&2
autoheader (GNU Autoconf) 2.69

autoreconf-2.69: running: automake --version | sed 1q >&2
automake (GNU automake) 1.15.1

autoreconf-2.69: running: aclocal --version | sed 1q >&2
aclocal (GNU automake) 1.15.1

autoreconf-2.69: running: autopoint --version | sed 1q >&2
sh: autopoint: command not found

autoreconf-2.69: running: libtoolize --version | sed 1q >&2
libtoolize (GNU libtool) 2.4.6

autoreconf-2.69: 'configure.ac' or 'configure.in' is required

temp.txt

@philshafer
Copy link
Contributor

philshafer commented Dec 10, 2018 via email

@johndeighan
Copy link
Author

Oops... sorry.
I installed something called autogen and also autobuild, but could find no autopoint. I rebuilt everything, but the same errors are there. Both the log from that and the output from running autoreconf from the libslax directory are attached.
temp.txt
autoreconf.txt

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