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/autoconf/general.m4:1988: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2001: AC_CACHE_CHECK is expanded from...
aclocal.m4:667: AC_LIBTOOL_COMPILER_OPTION is expanded from...
aclocal.m4:5338: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
aclocal.m4:2733: _LT_AC_LANG_C_CONFIG is expanded from...
aclocal.m4:2664: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
aclocal.m4:234: AC_LIBTOOL_SETUP is expanded from...
aclocal.m4:89: _AC_PROG_LIBTOOL is expanded from...
aclocal.m4:69: AC_PROG_LIBTOOL is expanded from...
configure.ac:13: the top level
configure.ac:13: warning:
AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id,
must contain _cv_ to be cached
aclocal.m4:704: AC_LIBTOOL_LINKER_OPTION is expanded from...
configure.ac:13: warning:
AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-
id, must contain _cv_ to be cached
aclocal.m4:3737: _LT_AC_LANG_CXX_CONFIG is expanded from...
aclocal.m4:2741: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
aclocal.m4:1900: _LT_AC_TAGCONFIG is expanded from...
configure.ac:13: warning:
AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-
id, must contain _cv_ to be cached
configure.ac:13: warning:
AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-
id, must contain _cv_ to be cached
aclocal.m4:3998: _LT_AC_LANG_F77_CONFIG is expanded from...
aclocal.m4:3904: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
configure.ac:13: warning:
AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-
id, must contain _cv_ to be cached
configure.ac:13: warning:
AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-
id, must contain _cv_ to be cached
aclocal.m4:4054: _LT_AC_LANG_GCJ_CONFIG is expanded from...
aclocal.m4:4006: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
configure.ac:13: warning:
AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-
id, must contain _cv_ to be cached
But all warnings, so it lets me go ahead. When I try to do a make, I
get the same error I was getting before, with a new hitch:
[maxwell] ~/Code/git_repos/ta_autotools/auto_t ~ make
make all-am
[maxwell] ~/Code/git_repos/ta_autotools/auto_t ~ cd lib
[maxwell] ~/Code/git_repos/ta_autotools/auto_t/lib ~ make
/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 libTrackAnalysis_la-
dictTOP.lo -MD -MP -MF .deps/libTrackAnalysis_la-dictTOP.Tpo -c -o
libTrackAnalysis_la-dictTOP.lo `test -f 'dictTOP.C' || echo
'./'`dictTOP.C
mv -f .deps/libTrackAnalysis_la-dictTOP.Tpo .deps/libTrackAnalysis_la-
dictTOP.Plo
mv: rename .deps/libTrackAnalysis_la-dictTOP.Tpo to .deps/
libTrackAnalysis_la-dictTOP.Plo: No such file or directory
make: *** [libTrackAnalysis_la-dictTOP.lo] Error 1
From the top directory, it just won't do anything at all. If I cd
into the lib dir and do a make, I get the error I am used to. Thanks-
Jared N
On May 14, 2009, at 10:58 PM, Ralf Wildenhues wrote:
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, but your
configure outputs show that you're building on Darwin and you run into
the *.dSYM file issues. Can you upgrade your tree to the latest
stable
versions of Autoconf and Automake, 2.63 and 1.10.2 respectively, and
retry the build in a fresh build directory tree?
Thanks,
Ralf
--------------------------------------------------------------
Jared Nance
University of Washington
Center For Experimental Nuclear Physics and Astrophysics
nanc...@phys.washington.edu
(206)616-3113
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool