You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/1fd5a01c747c95e564e1d258cc237440gist of
config.log
andMakefile
frombuild
after running../configure
https://gist.github.com/9bb454cad03df4759b1d627851b07661My autotools is a little rusty so nothing jumps out at me to fix this. Any ideas?
The text was updated successfully, but these errors were encountered: