Port-powerpc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

RE: Compiling NetBSD



Hello Andrew,

   Yes i have a make file at "/usr/bin" as below.
[/usr/bin]$ls -l make
-rwxr-xr-x  1 root       115472 Oct 15  1994 make

What should i do to avoid this...? Do i have to replace this with some other
make program...?

I also tried to use build.sh, but i got below errors. Please help in
resolving this problem.

----------------------------------------------------------------
arkavathi[/mnt/netbsd/src]$ ./build.sh tools kernel=GENERIC
./build.sh: bad substitution
arkavathi[/mnt/netbsd/src]$ build.sh tools kernel=GENERIC
./build.sh: bad substitution
arkavathi[/mnt/netbsd/src]$ build.sh kernel=GENERIC
././build.sh: bad substitution
arkavathi[/mnt/netbsd/src]$ build.sh -T tools kernel=GENERIC
././build.sh: bad substitution
arkavathi[/mnt/netbsd/src]$ make build
Makefile:72: *** missing separator.  Stop.
arkavathi[/mnt/netbsd/src]$ build.sh
././build.sh: bad substitution
arkavathi[/mnt/netbsd/src]$ build.sh -a i386
././build.sh: bad substitution
arkavathi[/mnt/netbsd/src]$ build.sh -B bid
././build.sh: bad substitution
arkavathi[/mnt/netbsd/src]$ build.sh -n
././build.sh: bad substitution
---------------------------------------------------------------

Seems like nothing working, please help in resolving the same.

Regards,
Yogi


-----Original Message-----
From: Andrew Brown [mailto:atatat%atatdot.net@localhost]
Sent: Friday, March 21, 2003 11:32 PM
To: YOGI
Cc: PowerPC
Subject: Re: Compiling NetBSD


>  I am getting below error when i tried to compile.
>
>-----------------------------------------------
>[/mnt/netbsd/src]$ make -n
>Makefile:72: *** missing separator.  Stop.
>[/mnt/netbsd/src]$ make
>Makefile:72: *** missing separator.  Stop.
>[/mnt/netbsd/src]$ build
>bash: build: command not found
>[/mnt/netbsd/src]$ make build
>Makefile:72: *** missing separator.  Stop.
>[/mnt/netbsd/src]$ make clean
>Makefile:72: *** missing separator.  Stop.
>[/mnt/netbsd/src]$
>-------------------------------------------------
>
>I have attached the Makefile, i didn't find any thing fishy at line number
>72 in this makefile.

that looks like you have a program called make ahead of /usr/bin/make
in your path.  perhaps you have /usr/local/bin in your path and you
installed gnu make in /usr/local/bin?

--
|-----< "CODE WARRIOR" >-----|
codewarrior%daemon.org@localhost             * "ah!  i see you have the internet
twofsonet%graffiti.com@localhost (Andrew Brown)                that goes 
*ping*!"
werdna%squooshy.com@localhost       * "information is power -- share the 
wealth."

**************************Disclaimer************************************************

Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' and 'confidential' and intended for use only by the individual
 or entity to which it is addressed. You are notified that any use, copying 
or dissemination of the information contained in the E-MAIL in any manner 
whatsoever is strictly prohibited.

***************************************************************************************


Home | Main Index | Thread Index | Old Index