file not recognized:File format not recognized

2004-06-03 Thread c dana
I am a novice at cygwin. I edited a file "test.c" with notepad in windows. Then I compiled it with gcc in cygwin by typing: $ gcc test.c However I got the following error message:   test.c: file not recognized:File format not recognized collect2: ld return 1 exit status.   My OS is WinXp. Could any

compilation errors gcc 3.2

2004-06-03 Thread sankarshan sen
hi all, I am trying to build gcc 3.2 sources on cygwin- but i cant get past errors like undefined reference to _fputs_unlocked... ive provided some screen dumps below ... guess it'll be useful...please help...thanx. Sen. cygcheck -V cygcheck version 1.43 System Checker

compilation errors gcc 3.2

2004-06-03 Thread sankarshan sen
hi all, I am trying to build gcc 3.2 sources on cygwin- but i cant get past errors like undefined reference to _fputs_unlocked... ive provided some screen dumps below ... guess it'll be useful...please help...thanx. Sen. cygcheck -V cygcheck version 1.43 System Checker

`touch' created wrong file without giving error

2004-06-03 Thread Peter J. Acklam
I tried creating a file named " foo ", i.e., with two leading and two trailing blanks using "touch". It turned out that "touch" created the file, but without the two trailing blanks. It might be that a file name with trailing blanks can't be created on an NTFS file system, but "touch" shouldn't c

RE: flushall

2004-06-03 Thread GARY VANSICKLE
> >Not sure what an "hdf5" is, but in general it is not possible to do > >sync-to-backing-storage from an arbitrary account in Windows. Not > >even on > >removable media, which of course is where you often need it most. > >Microsoft's rationale behind this escapes me, but there it is. > >Furthermo

Re: PATH and HOME in cygwin

2004-06-03 Thread Joshua Daniel Franklin
On Wed, 2 Jun 2004 12:47:27 -0700, Chris Carlson wrote: > Suggesting the reading of a book on shells wouldn't be quite > useful either, since Cygwin does things just a little differently. A > pointer to the Cygwin document might have helped. I'm still > looking for it. I thought I'd point out t

Re: decoding sshd failure

2004-06-03 Thread Larry Hall
At 10:13 PM 6/3/2004, you wrote: >Below is a fragment of output from sshd -d -d -d > >Can someone tell me why it doesn't like my publickey? I think I've done everything >right, but no joy. I can login using the password just fine. >Thanks. >David > >debug1: userauth-request for user dcorbin serv

20040603 Snapshot - rxvt and fethcmail - Segmentation fault (core dumped)

2004-06-03 Thread ERIC HO
I've tried 20040603 Snapshot and got Segmentation fault (core dumped) when running rxvt and fetchmail. Regards, -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.htm

decoding sshd failure

2004-06-03 Thread David Corbin
Below is a fragment of output from sshd -d -d -d Can someone tell me why it doesn't like my publickey? I think I've done everything right, but no joy. I can login using the password just fine. Thanks. David debug1: userauth-request for user dcorbin service ssh-connection method publickey debug

Re: [RFC] Globally creating a user and a group "root"

2004-06-03 Thread Monte Hayward
I've read this thread, but the "create root" scripts did not work. http://www.cygwin.com/ml/cygwin-apps/2003-11/msg00134.html cygcheck_svr.txt attached. Does someone have an idea what step I might be missing? Details below. Thanks kindly. Problem: Perl MCPAN -shell results in "Permission denied" m

Re: mod_(php/ssl)

2004-06-03 Thread Brian Dessent
Ian Strascina wrote: > > Anyone know the status on these...??? They still down for now??? Working on it... new packages soon. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

mod_(php/ssl)

2004-06-03 Thread Ian Strascina
Anyone know the status on these...??? They still down for now??? - Ian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/f

snapshot address several problems -- please try

2004-06-03 Thread Christopher Faylor
http://cygwin.com/snapshots/ Should fix the problem where cygwin created NUL devices on disk. Should fix recently reported getsem problems. *May* fix problem with MapViewOfFile error. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/

Re: Printing under Cygwin on W2K

2004-06-03 Thread Larry Hall
At 01:39 PM 6/3/2004, you wrote: >On Thu, 3 Jun 2004, Chris Carlson wrote: > >> According to the documentation, the following should print on the >> default printer: >> >> bash$ cat myfile.txt > PRN >> >> What I find is that a new file is created named "PRN". > >Known problem. There's a p

Re: PATH and HOME in cygwin

2004-06-03 Thread Brian Dessent
Chris Carlson wrote: > Unfortunately, Linux seems to be leaning toward keeping things in info > format. More up-to-date documentation can be found there, so I've > learned how to use Emacs to peruse info manuals. s/Linux/the GNU project/ On sane linux installations such as debian you at least g

RE: PATH and HOME in cygwin

2004-06-03 Thread Chris Carlson
Interesting reference (bash scripting guide). I want to take more time to read it. I found it took me a while (20 some-odd years ago) to completely understand the man structure and format. I found some AT&T documents on man and, after much reading, came to understand the sections, the subsection

RE: Printing under Cygwin on W2K

2004-06-03 Thread Chris Carlson
Okay, I was using a script that I'd written a few months ago that worked at the time but doesn't anymore. I forgot we lost our Dc1irv server and moved the printers to another Windows system. Yes, the //Dc2irv/laser1 successfully references our Windows printer. Thanks for the time. It made me

RE: Problem with spaces embedded in filenames

2004-06-03 Thread Buchbinder, Barry (NIH/NIAID)
I've always had problems getting the correct number of backslashes. Try quotes. For example, change sed to sed -e 's/^.*$/"&"/' to give "path/file" If that doesn't work, try doubling them sed -e 's/^.*$/"&"/' -e "s/^.*$/'&'/" to give '"path/file"' You migh

Re: Problem with spaces embedded in filenames

2004-06-03 Thread Igor Pechtchanski
On Thu, 3 Jun 2004, Will Senn wrote: > Hi, > > I am doing backups with tar on XP. I thought that I could touch a file > when I did a full backup and then use find with newer to only back up > files that are newer than the touched file: > > ~touch /cygdrive/i/backups/full_backup > ~find /cy

Re: cvs checkout fails in directory that can be accessed via both textmode and binmode mounts

2004-06-03 Thread Pierre A. Humblet
Jacek Trzmiel wrote: > > Hi Pierre, > > > In fact that's normal. When cygwin starts under strace it only knows > > the Windows current directory. > > Thanks for info. > > > Please try > > cd / > > strace -o trace.txt sh -c "cd /testmnt/cygwin/test; cvs something" > > choosing a "something" that

Problem with spaces embedded in filenames

2004-06-03 Thread Will Senn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am doing backups with tar on XP. I thought that I could touch a file when I did a full backup and then use find with newer to only back up files that are newer than the touched file: ~touch /cygdrive/i/backups/full_backup ~find /cygdrive/d

Re: gcc Unicode and _WinMain@16

2004-06-03 Thread Larry Hall
At 01:32 PM 6/3/2004, you wrote: >I have eventually identified the problem, the original >app was written for the Pocket PC, which is only Unicode: > >int WINAPI WinMain(HINSTANCE inst,HINSTANCE prev,LPTSTR cmd,int show ) > >notice that it uses an LPTSTR for the cmd parameter. > >When I defined UNI

RE: Printing under Cygwin on W2K

2004-06-03 Thread Hannu E K Nevalainen
> From: Igor Pechtchanski > Sent: Thursday, June 03, 2004 7:39 PM > On Thu, 3 Jun 2004, Chris Carlson wrote: > > > According to the documentation, the following should print on the > > default printer: > > > > bash$ cat myfile.txt > PRN > > > > What I find is that a new file is created na

RE: PATH and HOME in cygwin

2004-06-03 Thread Hannu E K Nevalainen
> From: Chris Carlson > Sent: Thursday, June 03, 2004 6:29 PM > I'm just suggesting that we show a little patience to people who may not > be as well versed in Unix as you are. It is the impatient, > condescending tone that gives new Linux users a bad taste for the OS. I > want Linux to crush M

Re: BUG: More shmget() problems

2004-06-03 Thread Corinna Vinschen
On Jun 3 14:59, Jerry D. Hedden wrote: > The following test program: > > #include > #include > > int > main(int argc, char **argv) > { > int pid = fork(); > int id; > > if (pid == 0) { > sleep(5); > id = shmget(1, 100, IPC_CREAT | 0666); > printf("child (%d

Re: rm prints no errmsg if _unlink fails with errno 32

2004-06-03 Thread Reini Urban
Pierre A. Humblet schrieb: On Thu, Jun 03, 2004 at 09:08:47PM +0200, Reini Urban wrote: Reini Urban schrieb: (latest cygwin release 1.5.10-3 and fileutils-4.1-2) rm printed no errmsg if _unlink failed with errno 32. Pierre ping? Should I patch it by myself? But I don't know where. The syscall fails

RE: Printing under Cygwin on W2K

2004-06-03 Thread Chris Carlson
Thanks for the quick response! Chris Carlson iStor Networks, Inc. -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 10:39 AM To: Chris Carlson Cc: [EMAIL PROTECTED] Subject: Re: Printing under Cygwin on W2K On Thu, 3 Jun 2004, Chris Carl

Re: BUG: shmget() [was RE: shmget() not working(?)]

2004-06-03 Thread Corinna Vinschen
On Jun 3 14:18, Jerry D. Hedden wrote: > shmget() is not able to 'find' an existing shared memory segment > unless the 'flags' argument is set to '0'. This is a bug. If > flags = 0666 (or at least compatible with the permissions set > when the segment was created), it should still be able to fin

Installing what I have after "Download Incomplete"

2004-06-03 Thread mail
Could someone tell me what to do about the "Download Incomplete" message I get after 99% of the Cygwin packages have been downloaded? I now have a release directory with 375 MB of subdirectories, from "_update-info-dir" to "ZZZRemovedPackages", each containing .tar.bz2 files, and I have a 280 KB se

Re: rm prints no errmsg if _unlink fails with errno 32

2004-06-03 Thread Pierre A. Humblet
On Thu, Jun 03, 2004 at 09:08:47PM +0200, Reini Urban wrote: > Reini Urban schrieb: > >(latest cygwin release 1.5.10-3 and fileutils-4.1-2) > >rm printed no errmsg if _unlink failed with errno 32. > > Pierre ping? > > Should I patch it by myself? But I don't know where. > The syscall fails, but i

Re: cvs checkout fails in directory that can be accessed via both textmode and binmode mounts

2004-06-03 Thread Pierre A. Humblet
On Thu, Jun 03, 2004 at 07:49:15PM +0200, Jacek Trzmiel wrote: > > Jacek Trzmiel wrote: > > $ mkdir /testmnt/cygwin/test > > $ cd /testmnt/cygwin/test > > 20040530 snapshot: > Same command run as above, but preceded by strace: > $ strace cvs -d /testmnt/cvsrep co prj > > Checkout does work like

Re: rm prints no errmsg if _unlink fails with errno 32

2004-06-03 Thread Reini Urban
Reini Urban schrieb: (latest cygwin release 1.5.10-3 and fileutils-4.1-2) rm printed no errmsg if _unlink failed with errno 32. Pierre ping? Should I patch it by myself? But I don't know where. The syscall fails, but is not responsible for any errormessage to STDERR. And rm gets a wrong status code

BUG: More shmget() problems

2004-06-03 Thread Jerry D. Hedden
The following test program: #include #include int main(int argc, char **argv) { int pid = fork(); int id; if (pid == 0) { sleep(5); id = shmget(1, 100, IPC_CREAT | 0666); printf("child (%d): %d (%d)\n", getpid(), id, errno); } else { id = shmget(

Recognizing host OS

2004-06-03 Thread Mark Jaffe
I am very perplexed by this situation, and I wonder if I am alone. When compiling our sources (mixed environments supported) I am discovering that when run on cygwin (host WinXP env) the make script is failing to properly identify the OS. I have documented this here: (in the following, REAL_OS is d

BUG: shmget() [was RE: shmget() not working(?)]

2004-06-03 Thread Jerry D. Hedden
shmget() is not able to 'find' an existing shared memory segment unless the 'flags' argument is set to '0'. This is a bug. If flags = 0666 (or at least compatible with the permissions set when the segment was created), it should still be able to find and use the segment. The test program: #incl

Re: cvs checkout fails in directory that can be accessed via both textmode and binmode mounts

2004-06-03 Thread Jacek Trzmiel
Jacek Trzmiel wrote: > $ mkdir /testmnt/cygwin/test > $ cd /testmnt/cygwin/test > $ cvs -d /testmnt/cvsrep co prj > : No such file or directoryirectory /testmnt/cvsrep/prj > cvs checkout: skipping directory prj Some additional info: cygwin 1.5.10-3: $ cvs -d /testmnt/cvsrep co prj Checkout does

Re: Printing under Cygwin on W2K

2004-06-03 Thread Igor Pechtchanski
On Thu, 3 Jun 2004, Chris Carlson wrote: > According to the documentation, the following should print on the > default printer: > > bash$ cat myfile.txt > PRN > > What I find is that a new file is created named "PRN". Known problem. There's a patch pending for this -- once it's checked

Re: gcc Unicode and _WinMain@16

2004-06-03 Thread Clive Levinson
I have eventually identified the problem, the original app was written for the Pocket PC, which is only Unicode: int WINAPI WinMain(HINSTANCE inst,HINSTANCE prev,LPTSTR cmd,int show ) notice that it uses an LPTSTR for the cmd parameter. When I defined UNICODE for the desktop app, I copied this, how

Re: gcc Unicode and _WinMain@16

2004-06-03 Thread Larry Hall
At 12:45 PM 6/3/2004, you wrote: >Hi Larry, > > >>You don't need to cc me. I set my reply-to to the list because that's >>where I like to read any replies. > >Sorry about that. > >>If you can send a simple, small example to the list, I'll see if I can >>find some time to try to investigate your pr

Printing under Cygwin on W2K

2004-06-03 Thread Chris Carlson
According to the documentation, the following should print on the default printer: bash$ cat myfile.txt > PRN What I find is that a new file is created named "PRN". Also according to the documentation, cygwin understands the double-slash form used in Windows. Thus the following should

Re: gcc Unicode and _WinMain@16

2004-06-03 Thread Clive Levinson
Hi Larry, You don't need to cc me. I set my reply-to to the list because that's where I like to read any replies. Sorry about that. If you can send a simple, small example to the list, I'll see if I can find some time to try to investigate your problem. Thanks for the offer, I eventually created

Re: Seeking new maintainer for cURL package

2004-06-03 Thread Christopher Faylor
On Thu, Jun 03, 2004 at 12:25:04PM -0400, Roth, Kevin P. wrote: >I've found a willing (and presumably able) volunteer. > >James Hu has stepped up to the plate. > >Thanks all! Ditto. Please give a gold star to James Hu and a retroactive one to Kevin for his years of curl service. It was the cygw

RE: PATH and HOME in cygwin

2004-06-03 Thread Chris Carlson
I think the point that I'm making is that you have a good understanding of Unix/Linux (as I'd like to think I have). In my last 10 years (note, I have been using Unix for almost 25 years), I've had to work with people who need Linux for their job but have absolutely no knowledge of anything Unixy.

RE: Seeking new maintainer for cURL package

2004-06-03 Thread Roth, Kevin P.
I've found a willing (and presumably able) volunteer. James Hu has stepped up to the plate. Thanks all! - Kevin -Original Message- From: James Hu [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 4:33 AM Subject: Re: Seeking new maintainer for cURL package I volunteer.[sni

Re: file lock issue with cygwin 1.5.10-3, cvs 1.1.6-3

2004-06-03 Thread Corinna Vinschen
On Jun 1 07:50, Mark Schamberger wrote: > I have the latest and greatest Cygwin packages installed on two different > machines and noticed the following problem on both using CVS: > > CVS fails to create a read lock when trying to check out or update from a > repository on the local network. If

shmget() not working(?)

2004-06-03 Thread Jerry D. Hedden
I have cygserver running in the background (default options) on a W2K box. CYGWIN is set to 'server'. The following test program: #include #include int main(int argc, char **argv) { int pid = fork(); int id; if (pid == 0) { sleep(5); id = shmget(1, 100, 0666);

Holley iServiceAssistant Account Created

2004-06-03 Thread Ignition Support
Dear [EMAIL PROTECTED], You have a new account at iService Assistant, keyed to your current e-mail address, [EMAIL PROTECTED] The account was created because iServiceAssistant received an e-mail from this address or because you provided this e-mail address to a Customer Service Representative

Re: MapViewOfFileEx errors with cygwin-1.5.10-3 and gnome apps

2004-06-03 Thread Dr. Volker Zell
> Igor Pechtchanski writes: > The one thing I see immediately in your strace output: > 2:Program name: D:\opt\gnome1\bin\gnibbles.exe (1172) > 3:App version: 1005.9, api: 0.112 > ^^ > 4:DLL version: 1005.10, api: 0.116

Re: MapViewOfFileEx errors with cygwin-1.5.10-3 and gnome apps

2004-06-03 Thread Igor Pechtchanski
On Thu, 3 Jun 2004, Christopher Faylor wrote: > On Thu, Jun 03, 2004 at 09:18:03AM -0400, Igor Pechtchanski wrote: > >The one thing I see immediately in your strace output: > > > >2:Program name: D:\opt\gnome1\bin\gnibbles.exe (1172) > >3:App version: 1005.9, api: 0.112 > >

Re: MapViewOfFileEx errors with cygwin-1.5.10-3 and gnome apps

2004-06-03 Thread Christopher Faylor
On Thu, Jun 03, 2004 at 09:18:03AM -0400, Igor Pechtchanski wrote: >The one thing I see immediately in your strace output: > >2:Program name: D:\opt\gnome1\bin\gnibbles.exe (1172) >3:App version: 1005.9, api: 0.112 >^^ >4:DLL version: 1005.10, api:

Re: compiling glib-2.2.3

2004-06-03 Thread Christopher Faylor
On Wed, Jun 02, 2004 at 08:52:59PM +0100, Roger Leigh wrote: >I've asked for assistance from the cygnome folks (as suggested here a >week or so back), but not had any reply. As with any free software project, you should keep pinging. >I don't have the necessary Cygwin/Windows/threads knowledge to

Seeking new maintainer for cURL package

2004-06-03 Thread Roth, Kevin P.
I'm no longer interested in maintaining the cygwin build of the cURL package; are there any volunteers interested in taking my place? If you're not already a Cygwin app maintainer, the job basically requires subscribing to the cygwin-apps mailing list, and building/uploading new cURL releases as

RE: reference of libntdll.a

2004-06-03 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Brian Dessent > Sent: 03 June 2004 02:10 > To: cygwin > Subject: Re: reference of libntdll.a > > "news.gosonic.com" wrote: > > > Where can I find a complete reference of libntdll.a?? > > http://www.microsoft.com/msdownload/platformsd

Re: MapViewOfFileEx errors with cygwin-1.5.10-3 and gnome apps

2004-06-03 Thread Igor Pechtchanski
On Thu, 3 Jun 2004, Dr. Volker Zell wrote: > > Igor Pechtchanski writes: > > > In my (outdated!) cvs checkout of winsup/cygwin, the error message you got > > appears in shm.cc (fixup_shms_after_fork) and shared.cc (open_shared). > > The first thing to find out is which one of them produced you

Re: MapViewOfFileEx errors with cygwin-1.5.10-3 and gnome apps

2004-06-03 Thread Dr. Volker Zell
> Igor Pechtchanski writes: > In my (outdated!) cvs checkout of winsup/cygwin, the error message you got > appears in shm.cc (fixup_shms_after_fork) and shared.cc (open_shared). > The first thing to find out is which one of them produced your message > (the output of strace sho

Re: How to access Raw Volumes in Cygwin Environment

2004-06-03 Thread Corinna Vinschen
On Jun 3 05:21, john george wrote: > My concerns: > 1)Are raw volumes which resides on a dynamic disk > accessible through Cygwin. No, not so far. The raw disk access is using the old naming scheme \device\harddiskX\partitionY which is backward compatible to NT4. I never experimented with dy

How to access Raw Volumes in Cygwin Environment

2004-06-03 Thread john george
Hi, I'm trying to open a raw volume which I created using the microsot diskpart utility.This volume resides on the second disk(Which is a dynamic disk)which is attached to my system. I am able to access the first disk (which is a basic disk) and it's partition using open system call as follows: ope

Re: MapViewOfFileEx errors with cygwin-1.5.10-3 and gnome apps

2004-06-03 Thread Dr. Volker Zell
> Igor Pechtchanski writes: > is part of cygserver functionality... I know you said that you don't have > multiple Cygwin DLLs in your path, but if you renamed your old cygwin1.dll > before replacing it with the snapshot one, it may be possible that you > have multiple copies

TCL/glob pattern matching problem with cygwin1.dll 1.5.10-3

2004-06-03 Thread Jerome Souquieres
Something has changed between releases 1.5.9-1 and 1.5.10-3 of cygwin1.dll that breaks configtool, an eCos (the operating system) utility. I've hunted the problem down to the TCL "glob" function which gives different results when trying to match a pattern ending with a dot as shown below. With c

Re: G++ seems broken

2004-06-03 Thread Roger Leigh
On Thu, Jun 03, 2004 at 11:15:33AM +0200, Bart van der Werf (Bluelive) wrote: > #include > > int main() { >vector quux; >return 0; > } > > g++ test.cpp > test.cpp: In function `int main()': > test.cpp:4: error: `vector' undeclared (first use this function) Your code is not using the std

G++ seems broken

2004-06-03 Thread Bart van der Werf \(Bluelive\)
#include int main() { vector quux; return 0; } g++ test.cpp test.cpp: In function `int main()': test.cpp:4: error: `vector' undeclared (first use this function) test.cpp:4: error: (Each undeclared identifier is reported only once for each function it appears in.) test.cpp:4: error: synt

Re: Weird problem with gdb 2003-09-20-cvs (cygwin-special)

2004-06-03 Thread Demmer, Thomas
cgf wrote: >On Wed, Jun 02, 2004 at 10:06:06AM +0200, Demmer, Thomas wrote: >>Hi list, [...] >> >>Program received signal SIGSEGV, Segmentation fault. >>0x77e75a3f in KERNEL32!IsBadWritePtr () from >>/c/WINDOWS/system32/kernel32.dll >> >>This does not happen when compiled with -mno-cygwin. > >Just

Re: Re: rxvt + screen

2004-06-03 Thread Alain SABBAN
http://www.routrek.co.jp/en/product/varaterm/ > Message du 03/06/04 10:49 > De : "Vince Hoffman" <[EMAIL PROTECTED]> > A : "Alain SABBAN" <[EMAIL PROTECTED]> > Copie à : [EMAIL PROTECTED] > Objet : Re: rxvt + screen > > > > On Thu, 3 Jun 2004, Alain SABBAN wrote: > > > Thanks for your help ! >

Re: rxvt + screen

2004-06-03 Thread Vince Hoffman
On Thu, 3 Jun 2004, Alain SABBAN wrote: > Thanks for your help ! > > 1/ The mentioned Web page is 6 months old at it is mentioning cygwin 1.5.7/8. I > thought there might be a fix available. > 2/ I sent a mail to this guy 2 weeks ago. He told me he thought this is a cygwin > problem. > > Anyh

RE: Re[6]: Visual Studio linking

2004-06-03 Thread Hughes, Bill
> Sent: 02 June 2004 18:43 From: Christopher Faylor > On Wed, Jun 02, 2004 at 04:54:54PM +0100, Hughes, Bill wrote: > >> From: Christopher Faylor > >> On Wed, Jun 02, 2004 at 04:02:39PM +0100, Dave Korn wrote: > >> >> -Original Message- > >> >> From: Alastair Growcott > [mailto:[EMAIL PRO

Re: compiling glib-2.2.3

2004-06-03 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Faylor <[EMAIL PROTECTED]> writes: > On Wed, Jun 02, 2004 at 04:04:18PM +0200, bertrand marquis wrote: >>i'm trying to build glib-2.2.3. I have downloaded the patch from >>cygnome2.sourceforge.net. >>[snip] >>Does anyone has an idea becau