On Thu, Jun 20, 2002 at 10:33:01PM -0500 I heard the voice of David T-G, and lo! it spake thus: > Hi again, all -- > > I am able to make my cocktail but not, for some reason, install it. Once > I run a make I cannot run another one; I get > > bash-2.05a$ make install > "Makefile", line 447: Need an operator > "Makefile", line 448: Need an operator > ...
I would guess it's because those statements are GNUmake type statements, not Bmake type. Use 'gmake', not 'make'. -- Matthew Fuller (MF4839) | [EMAIL PROTECTED] Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet"
