[libcutl-users] can't build libcutl

Matthew Scott mgshightech at yahoo.com
Sun Apr 26 01:29:26 EDT 2015


hi .. any ideas would be nice  

matt at BraveHeart:/opt/MSigna/libcutl/libcutl-1.8.1+ds1$ make
Making all in cutl
make[1]: Entering directory `/opt/MSigna/libcutl/libcutl-1.8.1+ds1/cutl'
make  all-am
make[2]: Entering directory `/opt/MSigna/libcutl/libcutl-1.8.1+ds1/cutl'
/bin/bash ../libtool --tag=CXX   --mode=link g++  -g -O2 -D_REENTRANT  -release 1.8 -no-undefined  -o libcutl.la -rpath /usr/local/lib exception.lo shared-ptr/base.lo fs/exception.lo fs/path.lo fs/auto-remove.lo re/re.lo xml/qname.lo xml/parser.lo xml/serializer.lo xml/value-traits.lo compiler/context.lo compiler/type-info.lo compiler/cxx-indenter.lo details/boost/regex/src/regex.lo details/boost/regex/src/usinstances.lo details/boost/regex/src/regex_raw_buffer.lo details/boost/regex/src/fileiter.lo details/boost/regex/src/cpp_regex_traits.lo details/boost/regex/src/instances.lo details/boost/regex/src/wide_posix_api.lo details/boost/regex/src/regex_debug.lo details/boost/regex/src/c_regex_traits.lo details/boost/regex/src/posix_api.lo details/boost/regex/src/wc_regex_traits.lo details/boost/regex/src/cregex.lo details/boost/regex/src/w32_regex_traits.lo details/boost/regex/src/regex_traits_defaults.lo details/boost/regex/src/static_mutex.lo details/boost/regex/src/icu.lo details/boost/regex/src/winstances.lo details/expat/xmlparse.lo details/expat/xmlrole.lo details/expat/xmltok.lo details/genx/genx.lo details/genx/char-props.lo  -lpthread
libtool: link: `details/boost/regex/src/regex.lo' is not a valid libtool object
make[2]: *** [libcutl.la] Error 1
make[2]: Leaving directory `/opt/MSigna/libcutl/libcutl-1.8.1+ds1/cutl'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/MSigna/libcutl/libcutl-1.8.1+ds1/cutl'
make: *** [all-recursive] Error 1



the make file has rules to make  .lo files, but the rules actually have no active content .. apparently only listing the two empty .dirstamp files as dependencies .. there are no object files of any kind for the related .lo files, so if they existed, it wouldn't help because the object files aren't there either.   In other words, the make file simply is not creating a bunch of the necessary object and .lo files for the compile ... the compile requests them and crashes.   running ./configure doesn't help  and there is no additional ./configure for the directory with this makefile in it.     Let me know if you can help please
Matt








More information about the libcutl-users mailing list