|
From: Suhaib S. <ssi...@in...> - 2000-12-01 12:38:02
|
> Earnie Boyd wrote: > > > --- Jeff Sturm <jef...@ap...> wrote: > > > > > > No problem. (Can mingw build xfree86 yet? I know there > was a cygwin > > > project...) > > > > > > > I would think that to be a real chore. The first task should be getting imake right, once that is there patching libs and programs code should be easy, though time consuming. >Cygwin doesn't > build it cleanly yet. > > It takes me two to three hours to do the whole of xc but > some executables don't > > make for some reason or another. Which executables! Everything SHOULD build. >I haven't investigated > yet. One of the > > headaches is that when I do `make World' it does a `make > clean' by default and > > I haven't figured out how not to do that yet. You do not need to do a make World every time. You can do make Makefiles then make makedepends from top level directory. It will not run make clean. Suhaib > > > > Earnie > > FWIW, After my initial Make world, I go into the top level > Makefile and comment out > the make clean and make makefiles.. > You can also do a 'make all' or 'make includes' or whatever > individually. The > 'make World' is annoying as hell. > > John > > > > > > > > Alright, this has gotten a bit more than a little OT. ;) > > > > Cheers, > > > > ===== > > Earnie Boyd > > mailto:ear...@ya... > > > > --- <http://earniesystems.safeshopper.com> --- > > --- Cygwin: POSIX on Windows <http://gw32.freeyellow.com/> --- > > --- Minimalist GNU for Windows <http://www.mingw.org/> --- > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Shopping - Thousands of Stores. Millions of Products. > > http://shopping.yahoo.com/ > > _______________________________________________ > > MinGW-users mailing list > > Min...@li... > > > > You may change your MinGW Account Options at: > > http://lists.sourceforge.net/mailman/listinfo/mingw-users > |