X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: LFN support for XP? Date: Tue, 11 Nov 2003 19:55:00 +1100 Organization: HOME Message-ID: References: <3FACD610 DOT 834713DD AT phekda DOT freeserve DOT co DOT uk> X-Newsreader: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 18 NNTP-Posting-Host: 202.154.115.197 X-Trace: 1068540798 news.syd.swiftdsl.com.au 4325 202.154.115.197 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >If I create a file called test.c like so: >int main() { return 0; } > >...this compiles fine. > >If I rename the file to testtesttest.c and compile it, I get this: > >cc1.exe: testtesttest.c: No such file or directory (ENOENT) Sounds like you are using make, which has not been updated to use the LIBC that is XP compatible (If I am wrong please correct me). As Richad indicatd please try the 2.04 test version as I build the zips from source on XP Pro with all (and I do mean all) the MS patches and hot fixes/ rollups applied. Andrew