2007/4/13, Jerry Richards <[EMAIL PROTECTED]>:
> Since I am cross-compiling sofia-sip, I presume I should not be executing
> "make install".  True?

That depends on your setup. You can install cross-compiled Sofia in
non-standard path by specifying --prefix argument to configure, or
setting DESTDIR for make install, for example:

$ ./configure --prefix=/opt/mips && make install

or

$ ./configure && make DESTDIR=/mips/root install

Sofia-SIP should be pretty standard autotool (autoconf/automake)
citizen, and there should  be lot of howtos and documentation on
compiling packages using  autotools on your developing environment.

-- 
Pekka.Pessi mail at nokia.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sofia-sip-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to