You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
I'm using gcc 4.7.2, gnu make 3.81, automake 1.11. make yields:
/bin/bash ./libtool --tag=CXX --mode=link g++ -g -O2 -Wall -o boomerang boomerang.o libdriver.a -ldl -lgc -lexpat -lstdc++
libtool: link: g++ -g -O2 -Wall -o boomerang boomerang.o libdriver.a -ldl -lgc /usr/lib/i386-linux-gnu/libexpat.so -lstdc++
boomerang.o: In function `Boomerang::getHLLCode(UserProc*)':
/home/rsaxvc/code/boomerang_pmatos/boomerang.cpp:105: undefined reference to `CHLLCode::CHLLCode(UserProc*)'
boomerang.o: In function `FileLogger::FileLogger()':
/home/rsaxvc/code/boomerang_pmatos/boomerang.cpp:98: undefined reference to `vtable for FileLogger'
boomerang.o: In function `~Log':
/home/rsaxvc/code/boomerang_pmatos/./include/log.h:34: undefined reference to `vtable for Log'
boomerang.o: In function `Boomerang::objcDecode(std::map<std::string, ObjcModule, std::less<std::string>, std::allocator<std::pair<std::string const, ObjcModule> > >&, Prog*)':
/home/rsaxvc/code/boomerang_pmatos/boomerang.cpp:989: undefined reference to `Cluster::addChild(Cluster*)'
boomerang.o: In function `Class':
/home/rsaxvc/code/boomerang_pmatos/./include/cluster.h:85: undefined reference to `CompoundType::CompoundType(bool)'
boomerang.o: In function `Boomerang::objcDecode(std::map<std::string, ObjcModule, std::less<std::string>, std::allocator<std::pair<std::string const, ObjcModule> > >&, Prog*)':
/home/rsaxvc/code/boomerang_pmatos/boomerang.cpp:995: undefined reference to `Cluster::addChild(Cluster*)'
/home/rsaxvc/code/boomerang_pmatos/boomerang.cpp:1001: undefined reference to `Prog::newProc(char const*, unsigned int, bool)'
and several more. There are sources for those functions, so this seems like a build problem. I also tried make remote as shown in README, but it does not work.
The text was updated successfully, but these errors were encountered:
I'm using gcc 4.7.2, gnu make 3.81, automake 1.11.
make
yields:and several more. There are sources for those functions, so this seems like a build problem. I also tried
make remote
as shown in README, but it does not work.The text was updated successfully, but these errors were encountered: