Building Sparsamkeit 0.9.1 (Unterstützung C, C++, Java, C#, Perl, Python) auf Ubuntu 13.04 Ich erhalte diesen Fehler.libtool Fehlerbildung Sparsamkeit 0.9.1 auf Ubuntu 13.04
configure laufen ohne Optionen, machen läuft ohne Optionen ...
Making all in test
make[2]: Entering directory `/home/dvb/sw/thrift-0.9.1/test'
Making all in nodejs
make[3]: Entering directory `/home/dvb/sw/thrift-0.9.1/test/nodejs'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/dvb/sw/thrift-0.9.1/test/nodejs'
Making all in cpp
make[3]: Entering directory `/home/dvb/sw/thrift-0.9.1/test/cpp'
Makefile:832: warning: overriding commands for target `gen-cpp/ThriftTest.cpp'
Makefile:829: warning: ignoring old commands for target `gen-cpp/ThriftTest.cpp'
/bin/bash ../../libtool --tag=CXX --mode=link g++ -Wall -g -O2 -L/usr/lib -o libtestgencpp.la ThriftTest_constants.lo ThriftTest_types.lo ../../lib/cpp/libthrift.la -lssl -lcrypto -lrt -lpthread
libtool: link: ar cru .libs/libtestgencpp.a .libs/ThriftTest_constants.o .libs/ThriftTest_types.o
ar: .libs/ThriftTest_constants.o: No such file or directory
make[3]: *** [libtestgencpp.la] Error 1
make[3]: Leaving directory `/home/dvb/sw/thrift-0.9.1/test/cpp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dvb/sw/thrift-0.9.1/test'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dvb/sw/thrift-0.9.1'
make: *** [all] Error 2
[email protected]:~/sw/thrift-0.9.1$
wenn ohne C++ Unterstützung konfiguriert (./configure -with-cpp = no) Läufe erfolgreich abschließen. Dies scheint ein Pfadproblem in Bezug auf Libtool zu sein; ThriftTest_constants.o ist vorhanden. –
Das gleiche Problem auf Ubuntu 13.10. Gelöst durch Entfernen der C++ - Unterstützung wie oben beschrieben. –