From: "bowman" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Compile gcc 3.0 Lines: 17 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Sat, 23 Jun 2001 22:39:42 -0600 NNTP-Posting-Host: 208.4.224.132 X-Trace: newsfeed.slurp.net 993357406 208.4.224.132 (Sat, 23 Jun 2001 23:36:46 CDT) NNTP-Posting-Date: Sat, 23 Jun 2001 23:36:46 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "jonathan bailey" wrote in message news:RMbZ6.73260$ru2 DOT 21459476 AT typhoon DOT southeast DOT rr DOT com... > so all of the makefiles have been created, I then go to the root > of the sources and type 'make bootstrap', this runs for a while > and then eventually stops with the error 'xgcc ./specs permission > denied (EACCES)'. Are you trying to build in the same directory as the source tree? I haven't built 3.0 yet, but prior versions strongly suggested you expanded the tarball in src_dir, and then created another directory at the same level, obj_dir (the names aren't important) cd into obj_dir for the configure and build. For 2.95, this was covered in /gcc-2.95.2/install/CONFIGURE