| delorie.com/archives/browse.cgi | search |
> Date: Thu, 11 Jun 2015 14:50:00 -0700 (PDT)
> From: "rugxulo AT gmail DOT com" <djgpp AT delorie DOT com>
> > I also noticed find doesn't work
> > properly to delete all the previous *.o files. Whatever previous
> > version of find I was using for 2.03 works fine.
> > The way we were using it before is "find ./ -name '*.o' -exec rm {} \;".
> > Now it spits out:
> > rm : cannot remove './client/cl_cin.o' : No such file or directory (ENOENT).
>
> Ignore find entirely! Use "rm .../*.o".
How's that going to help us find and fix all the problems in the new
release of DJGPP?
> > I am using Windows XP SP3 to compile if this helps.
>
> XP usually works fairly well for DJGPP. Though I dunno, maybe there's
> some (more) bugs. Maybe if subdirs nest too deeply? Try to avoid that.
He said the same worked with the old binaries, so I doubt this could
be the reason.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |