www.delorie.com/archives/browse.cgi | search |
> From: Monika Hendricks <monika DOT hendricks AT t-online DOT de> > Newsgroups: comp.os.msdos.djgpp > Date: 8 Aug 2003 15:59:57 GMT > > > > One possible problem might be that it does a "make clean" for some > > reason. I don't have the makefile in front of me, but it strikes > > me as something weird to do when building a library. > > Possibly it wants to make sure to have no files from older versions > before installing new ones? It doesn't make sense, IMHO: the whole purpose of the Make utility is to prevent unnecessary recompilation. So it should have left the existing object files, at least in principle. > C:\DJGPP\contrib\grx245>make -f makefile.dj2 libs > c:/djgpp/bin/make.exe -C src -f makefile.dj2 > make.exe[1]: Entering directory `c:/DJGPP/contrib/grx245/src' > makefile.dj2:123: *** missing separator. Stop. > make.exe[1]: Leaving directory `c:/DJGPP/contrib/grx245/src' > make.exe: *** [libs] Error 2 As Sinan explained, the first character on the line where you added the `-' character should be a TAB, not a space.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |