Re: Ok, I should know this ...

2003-09-16 Thread Tim Wunder
On Monday 15 September 2003 11:54 pm, someone claiming to be Michael Hipp wrote: I've compiled a couple of sizable apps and their libraries. Now I need to do 'make install' but I want to grab everything to be installed and take it to another machine that doesn't have dev tools on it. What's

Re: Ok, I should know this ...

2003-09-16 Thread Michael Hipp
Tim Wunder wrote: checkinstall. Provided, of course, you've installed that... Or you can use the actual rpm set of commands, but checkinstall is so easy to use. Thanks, Tim. I think that's the one I couldn't remember. Michael ___ Linux-users mailing

Ok, I should know this ...

2003-09-15 Thread Michael Hipp
I've compiled a couple of sizable apps and their libraries. Now I need to do 'make install' but I want to grab everything to be installed and take it to another machine that doesn't have dev tools on it. What's the command that turns the results of make into, say, an rpm? Thanks, Michael

Re: Ok, I should know this ...

2003-09-15 Thread Myles Green
On Mon, 15 Sep 2003 22:54:16 -0500, Michael Hipp [EMAIL PROTECTED] wrote: I've compiled a couple of sizable apps and their libraries. Now I need to do 'make install' but I want to grab everything to be installed and take it to another machine that doesn't have dev tools on it. What's the