From: Atul J. <Atu...@cs...> - 2008-08-08 06:07:33
|
Hi, I am trying to build upnp lib (libupnp.a) in a directory other than /usr/local/lib. For that I have given following commands * ./configure -prefix=/home/xyz/newlib' * Sudo make install. While configuration is complete, it gives me erro while building The error says "libtoo: install: error can not install libupnp.la to a directory not ending in /usr/local/lib" How can I solve this issue? Thanks atul |