From owner-freebsd-questions Thu Sep 6 12: 9:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kirdyk.msaab.ru (marino.cust.rinet.ru [195.91.164.58]) by hub.freebsd.org (Postfix) with ESMTP id 6DC9637B405 for ; Thu, 6 Sep 2001 12:09:06 -0700 (PDT) Received: from VASILY ([195.91.144.69]) by kirdyk.msaab.ru (8.11.1/8.9.3) with ESMTP id f86JBkP08697 for ; Thu, 6 Sep 2001 23:11:47 +0400 (MSD) (envelope-from vasily@maryno.net) Date: Thu, 6 Sep 2001 19:09:03 +0400 From: Vasily X-Mailer: The Bat! (v1.41) Educational Reply-To: Vasily X-Priority: 3 (Normal) Message-ID: <13797.010906@maryno.net> To: freebsd-questions@FreeBSD.ORG Subject: Mistake in SAMBA installation Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello ALL, I tried to install SAMBA but received the answer: "Makefile.in", line 427: Need an operator "Makefile.in", line 435: Need an operator "Makefile.in", line 445: Need an operator make: fatal errors encountered -- cannot continue It's in the Makefile.in ========= skip ============= 413 MAKEDIR = || exec false; \ 414 if test -d "$$dir"; then :; else \ 415 echo mkdir "$$dir"; \ 416 mkdir -p "$$dir" >/dev/null 2>&1 || \ 417 test -d "$$dir" || \ 418 mkdir "$$dir" || \ 419 exec false; fi || exec false 420 421 .c.o: 422 @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \ 423 dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi 424 @echo Compiling $*.c 425 @$(CC) -I. -I$(srcdir) $(FLAGS) -c $< \ 426 -o $@ 427 @BROKEN_CC@ -mv `echo $@ | sed 's%^.*/%%g'` $@ 428 429 .c.po: 430 @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \ 431 dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi 432 @echo Compiling $*.c with @PICFLAG@ 433 @$(CC) -I. -I$(srcdir) $(FLAGS) @PICFLAG@ -c $< \ 434 -o $*.po.o 435 @BROKEN_CC@ -mv `echo $@ | sed -e 's%^.*/%%g' -e 's%\.po$$%.o%'` $@.o 436 @mv $*.po.o $@ 437 438 # this is for IRIX 439 .c.po32: 440 @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \ 441 dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi 442 @echo Compiling $*.c with @PICFLAG@ and -32 443 @$(CC) -32 -I. -I$(srcdir) $(FLAGS32) @PICFLAG@ -c $< \ 444 -o $*.po32.o 445 @BROKEN_CC@ -mv `echo $@ | sed -e 's%^.*/%%g' -e 's%\.po32$$%.o%'` $@.o 446 @mv $*.po32.o $@ 447 448 bin/.dummy: 449 @if (: >> $@ || : > $@) >/dev/null 2>&1; then :; else \ 450 dir=bin $(MAKEDIR); fi 451 @: >> $@ || : > $@ # what a fancy emoticon! 452 453 bin/smbd: $(SMBD_OBJ) bin/.dummy 454 @echo Linking $@ 455 @$(CC) $(MAKEDIR = || exec false; \ 456 if test -d "$$dir"; then :; else \ 457 echo mkdir "$$dir"; \ 458 mkdir -p "$$dir" >/dev/null 2>&1 || \ 459 test -d "$$dir" || \ 460 mkdir "$$dir" || \ 461 exec false; fi || exec false 462 463 .c.o: 464 @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \ 465 dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi 466 @echo Compiling $*.c 467 @$(CC) -I. -I$(srcdir) $(FLAGS) -c $< \ 468 -o $@ 469 @BROKEN_CC@ -mv `echo $@ | sed 's%^.*/%%g'` $@ ========= skip ============= Please help. -- Best regards, Vasily vasily@maryno.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message