re: failure during build - Tpo file not found

2014-03-04 Thread Dan Kegel
In May 2009, Jared Nance wrote: >/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. - I.. >-L/usr/local/root/Current/lib/root -I/usr/local/root/Current/ include/root >-lCore -lRIO -lTree -lcint -lPhysics -I/src/stlplus -I/ include -L/lib >-lRATEvent_Darwin-g++ -g -O2 -MT libTra

Re: failure during build - Tpo file not found

2009-06-12 Thread Ralf Wildenhues
Hello Jared, and sorry for the long delay, * Jared Nance wrote on Tue, May 19, 2009 at 08:47:27PM CEST: > Sorry for the delay, I've just had a lot of work on my plate. The > output from make SHELL="/bin/sh -x" is > + test '!' -f config.h > + : > make all-recursive [...] > + make all > /bin/sh -x

Re: failure during build - Tpo file not found

2009-05-19 Thread Jared Nance
Hi Ralf- Sorry for the delay, I've just had a lot of work on my plate. The output from make SHELL="/bin/sh -x" is + test '!' -f config.h + : make all-recursive + make all-recursive + failcom='exit 1' + for f in x '$MAKEFLAGS' + case $f in + for f in x '$MAKEFLAGS' + case $f in + for f in x '$

Re: failure during build - Tpo file not found

2009-05-16 Thread Ralf Wildenhues
Hello Jared, please keep the list in Cc:, thanks. * Jared Nance wrote on Sat, May 16, 2009 at 01:13:27AM CEST: > [maxwell] ~/Code/git_repos/ta_autotools/auto_t ~ make > make all-recursive > Making all in lib > /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. - > I.. -L/usr

Re: failure during build - Tpo file not found

2009-05-15 Thread Ralf Wildenhues
* Jared Nance wrote on Fri, May 15, 2009 at 06:48:16PM CEST: > Thanks for the suggestion. After upgrading autoconf & automake, I get > these errors: > [maxwell] ~/Code/git_repos/ta_autotools/auto_t ~ autoconf > configure.ac:13: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): > suspiciou

Re: failure during build - Tpo file not found

2009-05-15 Thread Jared Nance
Hi Ralf- Thanks for the suggestion. After upgrading autoconf & automake, I get these errors: [maxwell] ~/Code/git_repos/ta_autotools/auto_t ~ autoconf configure.ac:13: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/aut

Re: failure during build - Tpo file not found

2009-05-14 Thread Ralf Wildenhues
Hello Jared, * Jared Nance wrote on Fri, May 15, 2009 at 06:04:46AM CEST: > Sorry if this is an obvious or previously answered problem, but I am > having trouble building a library using automake and I am stuck trying > to resolve it. I am not sure about the actual cause for the error yet, bu