From: Manni Heumann Newsgroups: comp.os.msdos.djgpp Subject: Re: gcc 3.1 - space characters in file name Date: 25 Jun 2002 08:16:11 GMT Lines: 10 Message-ID: References: <46552825 DOT 0206230356 DOT 22493c14 AT posting DOT google DOT com> <3D15C69C DOT 32B1B70D AT phekda DOT freeserve DOT co DOT uk> <46552825 DOT 0206241656 DOT 3a550b3b AT posting DOT google DOT com> NNTP-Posting-Host: computer-name.uni-bielefeld.de (129.70.100.226) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: fu-berlin.de 1024992971 13061802 129.70.100.226 (16 1428 [54749]) User-Agent: Xnews/5.04.25 X-Face: "c)Go+A65AgR*9'!B)BMLM$kYg6HDG!_g'DAsj*ALo%=kp{X&abs&t\G0F~*r?VRj#|4=6)M.RJPnD]Ql:B<-7A^EAYFpDpZRMoJy?80^3B3b AT DXb%MTyOD.*4wu&Xt6o*+6`r5E To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com andrzej wrote: > ..strcpy(line,"this is a file"); > f = fopen (line,"rb"); > This will work on my system (djgpp 2.03/gcc 3.1) and IMHO it should work. Maybe you should check your djgpp.env file for "+LFN=y"? Manni