glib can not be installed(win2000+cygwin)

2004-03-22 Thread hhw
To install GTK ,I have installed pkgconfig-0.15.0,make-3.80,jpeg-6b,libiconv-1.9.1,libng,tiff-3.6.1,fontconfi g-2.2.2,freetype-2.1.7. Now I must install glib,but I can not make it.After make,cygwin show me(all >2 versions) : make[2]: *** [glib-genmarshal.exe] Error 1 make[2]: Leaving directory `/

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)?

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 hhw
When I do "make install ",cygwin does not record something about my install infomation like windows's register? - Original Message - From: "Larry Hall" <[EMAIL PROTECTED]> To: "hhw" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wedn

what is the meaning of " mkdir linux-build"?

2004-03-23 Thread hhw
I found these commands: $> tar -xvzf libosip-0.X.X.tar.gz $> mkdir linux-build $> cd linux-build $> ../libosip-0.X.X/configure $> make $> make install Can you tell me why he "mkdir linux-build" and "cd linux-build"? Why not he directly "cd libosip-0.X.X" and "./configure".