On Tue, 2 Apr 2002, Richard Larsen wrote: > sudo fink selfupdate-cvs
Well I can narrow it down a bit: you're updating dpkg, and the problem happens in there. > make: illegal option -- C > usage: make [-Beiknqrstv] [-D variable] [-d flags] [-E variable] [-f makefile] > [-I directory] [-j max_jobs] [-m directory] [-V variable] > [variable=value] [target ...] > *** Error code 2 Smells like bsdmake again. What does "which make" give you? It should be /usr/bin/make, which should be a symlink to /usr/bin/gnumake. If you have something in /usr/local/bin, it's probably BSD-make from GnuDarwin. You need to remove this, at least temporarily, in order to use Fink. If you don't need it at all (hint: most people probably don't) then you're better off getting rid of it, and using the default GNU-make that comes with Apple's developer's tools. Move or remove this make, then try selfupdate again. If you have the developer's tools kit installed, it should work just fine this time. -- Chris Devers [EMAIL PROTECTED] Apache / mod_perl / http://homepage.mac.com/chdevers/resume/ "More war soon. You know how it is." -- mnftiu.cc _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
