Hello,

Sorry for a dumb question, but what exactly does "make install" do that
"make" doesn't?

Best Regards,
Jerry


-----Original Message-----
From: Pekka Pessi [mailto:[EMAIL PROTECTED]
Sent: Friday, April 13, 2007 9:53 AM
To: Jerry Richards
Cc: [EMAIL PROTECTED]
Subject: Re: [Sofia-sip-devel] make install


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