Re: How can I list all the software that have been insatlled to cygwin?

2004-03-29 Thread Robert Collins
On Sat, 2004-03-27 at 01:12, Igor Pechtchanski wrote: > Since we're throwing wild ideas into the air, how about this one: once > libsetup is available (the extract of setup's essential functionality > minus the GUI), one could come up with a "register-program-with-setup" > command-line utility that

Re: How can I list all the software that have been insatlled to cygwin?

2004-03-26 Thread Igor Pechtchanski
On Thu, 25 Mar 2004, Christopher Faylor wrote: > On Fri, Mar 26, 2004 at 05:23:21AM +0100, Reini Urban wrote: > >Christopher Faylor schrieb: > >>On Wed, Mar 24, 2004 at 12:56:01PM +0800, hhw wrote: > >>>When I do "make install ",cygwin does not record something about my > >>>install infomation lik

Re: How can I list all the software that have been insatlled to cygwin?

2004-03-25 Thread Christopher Faylor
On Fri, Mar 26, 2004 at 05:23:21AM +0100, Reini Urban wrote: >Christopher Faylor schrieb: >>On Wed, Mar 24, 2004 at 12:56:01PM +0800, hhw wrote: >>>When I do "make install ",cygwin does not record something about my >>>install infomation like windows's register? >> >>Correct. It doesn't work that

Re: How can I list all the software that have been insatlled to cygwin?

2004-03-25 Thread Reini Urban
Christopher Faylor schrieb: On Wed, Mar 24, 2004 at 12:56:01PM +0800, hhw wrote: When I do "make install ",cygwin does not record something about my install infomation like windows's register? Correct. It doesn't work that way. Unless someone provides a patch to make which records the current dir

Re: How can I list all the software that have been insatlled to cygwin?

2004-03-23 Thread Christopher Faylor
On Wed, Mar 24, 2004 at 12:56:01PM +0800, hhw wrote: >When I do "make install ",cygwin does not record something about my >install infomation like windows's register? Correct. It doesn't work that way. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: How can I list all the software that have been insatlled to cygwin?

2004-03-23 Thread hhw
esday, March 24, 2004 12:00 PM Subject: Re: How can I list all the software that have been insatlled to cygwin? > Why would you expect Cygwin to be able to magically keep track of something > it hasn't installed? Linux doesn't. 'rpm' doesn't either. So what make

Re: How can I list all the software that have been insatlled to cygwin?

2004-03-23 Thread Larry Hall
n dose not know?It is so bad >: > > >- Original Message - >From: "Igor Pechtchanski" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Cc: "hhw" <[EMAIL PROTECTED]> >Sent: Tuesday, March 23, 2004 10:27 PM >Subject: Re: How can I list all the sof

Re: How can I list all the software that have been insatlled to cygwin?

2004-03-23 Thread hhw
on my own? cygwin dose not know?It is so bad >: - Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "hhw" <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 10:27 PM Subject: Re: How can I list all

Re: How can I list all the software that have been insatlled to cygwin?

2004-03-23 Thread Igor Pechtchanski
On Tue, 23 Mar 2004, Igor Pechtchanski wrote: > On Mon, 22 Mar 2004, Larry Hall wrote: > > > At 11:48 PM 3/22/2004, you wrote: > > >I tested rpm -q -a,and nothing was found. > > > > > >Mostly I compile the source code with make. Upon re-reading the OP's message, I'd like to clarify that the metho

Re: How can I list all the software that have been insatlled to cygwin?

2004-03-23 Thread Igor Pechtchanski
On Mon, 22 Mar 2004, Larry Hall wrote: > At 11:48 PM 3/22/2004, you wrote: > >I tested rpm -q -a,and nothing was found. > > > >Mostly I compile the source code with make. > > > >So how can I found those installed apps(like add/remove in windows)? > > 'rpm' only keeps track of packages installed vi

Re: How can I list all the software that have been insatlled to cygwin?

2004-03-22 Thread Larry Hall
At 11:48 PM 3/22/2004, you wrote: >I tested rpm -q -a,and nothing was found. > >Mostly I compile the source code with make. > >So how can I found those installed apps(like add/remove in windows)? 'rpm' only keeps track of packages installed via 'rpm'. Cygwin's setup program doesn't currently s

How can I list all the software that have been insatlled to cygwin?

2004-03-22 Thread hhw
I tested rpm -q -a,and nothing was found. Mostly I compile the source code with make. So how can I found those installed apps(like add/remove in windows)?