$ sudo make clean (아까 make 진행하고 있었으니, 깔끔하게 지우고...)
$ sudo make
$ sudo make install
순서대로 하면...아래와 같이 아름다운 결과를 볼 수 있다...ㅋㅋ
+--------------------------------------------------------+ | You now have successfully built and installed
gsoap. | | | | You can link your programs with -lgsoap++
for | | C++
projects created with soapcpp2 and you can link | | with -lgsoap for C projects generated with
soapcpp2 -c | |
| | There are also corresponding
libraries for SSL and | | zlib compression support (-lgsoapssl and
lgsoapssl++) | | which
require linking -lssl -lcrypto -lz | |
| | Thanks for using
gsoap. | |
| | http://sourceforge.net/projects/gsoap2 | +--------------------------------------------------------+