by android272 » 27 Nov 2012, 17:39
Here is what I get when I try to compile
[name]@AndroidDesktop:~$ cd /home/[name]/poco
[name]@AndroidDesktop:~/poco$ ./configure
Configured for Linux
[name]@AndroidDesktop:~/poco$ make
make -C /home/[name]/poco/Foundation
make[1]: Entering directory `/home/[name]/poco/Foundation'
** Compiling src/ArchiveStrategy.cpp (debug, shared)
g++ -Iinclude -I/home/[name]/poco/CppUnit/include -I/home/[name]/poco/Foundation/include -I/home/[name]/poco/XML/include -I/home/[name]/poco/Util/include -I/home/[name]/poco/Net/include -I/home/[name]/poco/Crypto/include -I/home/[name]/poco/NetSSL_OpenSSL/include -I/home/[name]/poco/Data/include -I/home/[name]/poco/Data/SQLite/include -I/home/[name]/poco/Data/ODBC/include -I/home/[name]/poco/Data/MySQL/include -I/home/[name]/poco/Zip/include -I/home/[name]/poco/PageCompiler/include -I/home/[name]/poco/PageCompiler/File2Page/include -Wall -Wno-sign-compare -DPOCO_BUILD_HOST=AndroidDesktop -D_XOPEN_SOURCE=500 -D_REENTRANT -D_THREAD_SAFE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DPOCO_HAVE_FD_EPOLL -g -D_DEBUG -fPIC -c src/ArchiveStrategy.cpp -o /home/[name]/poco/Foundation/obj/Linux/i686/debug_shared/ArchiveStrategy.o
sh: 1: g++: not found
make[1]: *** [/home/[name]/poco/Foundation/obj/Linux/i686/debug_shared/ArchiveStrategy.o] Error 127
make[1]: Leaving directory `/home/[name]/poco/Foundation'
make: *** [Foundation-libexec] Error 2
[name]@AndroidDesktop:~/poco$ sudo make install