Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2001 19:09:03 +0400
From:      Vasily <vasily@maryno.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Mistake in SAMBA installation
Message-ID:  <13797.010906@maryno.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?13797.010906>