LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   How to optimize source code installation? (https://www.linuxquestions.org/questions/slackware-14/how-to-optimize-source-code-installation-79105/)

Waldi 08-05-2003 03:05 AM

How to optimize source code installation?
 
I try to avoid using "ready to use" Slack .tgz packages to install software, as compilation from source gives better performance. OK, probably that's true, but how to optimize this process? Normal way "./configure, make, checkinstall" gives -i386 slackpack as a result. I have PIII, so it makes no sense to create -i386 packages just for personal use. What and where should I set to achieve packages for -i686 architecture? Probably there are some compiler options to set, but is it necessary to set them each time I compile from source, or it can be set permanently in some environment variables (which?).
More detailed explanation would be appreciated.

reclusivemonkey 08-05-2003 05:34 AM

Try using ./configure --help to see what options are availible.

munkeh

nvn 08-05-2003 05:57 AM

I think it's more a question of the flags set with the "make" command? I haven't really been looking into this, but perhaps the GNU make manual can give some answers...I'd like to know too. :)

slipwalker 08-05-2003 11:08 AM

about optimizations, that article should help:
http://freshmeat.net/articles/view/730/

h1tman 08-05-2003 12:47 PM

thanks bro


All times are GMT -5. The time now is 03:17 AM.