Autogen and Configure Error - libtool

2014-04-01 Thread Nathan Royce
"configure: error: cannot run /bin/sh build/config.sub"Steps:First Attempt:$ svn co http://svn.apache.org/repos/asf/subversion/trunk subversion$ ./autogen.shbuildcheck: checking installation...buildcheck: autoconf version 2.69.117-1717 (ok)buildcheck: autoheader version 2.69.117-1717 (ok)buildch

Re: Autogen and Configure Error - libtool

2014-04-02 Thread Philip Martin
Nathan Royce writes: > "configure: error: cannot run /bin/sh build/config.sub"Steps:First Attempt:$ > svn co http://svn.apache.org/repos/asf/subversion/trunk subversion$ > ./autogen.shbuildcheck: checking installation...buildcheck: autoconf version > 2.69.117-1717 (ok)buildcheck: autoheader ve

Re: Autogen and Configure Error - libtool

2014-04-03 Thread Nathan
Catchup, since replies hadn't been making it to the lists: On Thu, Apr 3, 2014 at 4:24 AM, Philip Martin wrote: > Nathan writes: > > > Sorry, do I CC "users@subversion.apache.org"? I don't know how to keep > it > > on the list specified. > > There is no Cc: in the mails you are sending to me.

Re: Autogen and Configure Error - libtool

2014-04-03 Thread Philip Martin
Nathan writes: >> checking for g++ option to enable C++11 features... -std=gnu++11 >> checking if g++ -std=gnu++11 accepts -std=c++98... yes >> checking if g++ -std=gnu++11 accepts -w... yes >> checking if g++ -std=gnu++11 accepts -Werror=unknown-warning-option... no >> checking how to run the C

Re: Autogen and Configure Error - libtool

2014-04-03 Thread Nathan
So, I looked into autotools since you mentioned it, and see that it is autoconf, automake, libtool and gettext in a dist package ( https://www.lrde.epita.fr/~adl/autotools.html) I had compiled the latest of each of those and my understanding is that libtool creates "config.sub". Actually, just doin