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

Out of tree builds not working #56

Closed
tkelman opened this issue Jan 29, 2017 · 1 comment
Closed

Out of tree builds not working #56

tkelman opened this issue Jan 29, 2017 · 1 comment
Assignees

Comments

@tkelman
Copy link

tkelman commented Jan 29, 2017

I usually like to run configure and make from a subfolder, e.g.
mkdir build && cd build && ../configure && make
to keep the source and the build products separate (aka VPATH build).

I'm trying this in cygwin 64 bit at the moment, and it isn't working correctly. On Ubuntu 14.04 I see similar behavior.

gist of output from running ../configure https://gist.github.com/1fd5a01c747c95e564e1d258cc237440
gist of config.log and Makefile from build after running ../configure https://gist.github.com/9bb454cad03df4759b1d627851b07661

My autotools is a little rusty so nothing jumps out at me to fix this. Any ideas?

saitoha added a commit that referenced this issue Jan 8, 2020
@saitoha saitoha self-assigned this Jan 8, 2020
saitoha added a commit that referenced this issue Jan 10, 2020
@saitoha
Copy link
Owner

saitoha commented Jan 13, 2020

Fixed on v1.8.6. Thanks!

@saitoha saitoha closed this as completed Jan 13, 2020
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