Re: From Rumiancev Alexander

2005-04-02 Thread Giorgos Keramidas
On 2005-04-01 23:29, RUmiancev A.V [EMAIL PROTECTED] wrote: 1) Which make ? /usr/bin/make ns# make -v GNU Make 3.80 That's wrong. Your /usr/bin/make executable should be BSD make, not GNU make. Have you installed GNU make with --prefix=/usr/bin lately? The correct /usr/bin/make binary is

Re: From Rumiancev Alexander

2005-04-02 Thread Giorgos Keramidas
On 2005-04-02 15:01, ?.? [EMAIL PROTECTED] wrote: Have you installed GNU make with --prefix=/usr/bin lately? Yes. GNU make 3.80 have been installed! Can I do smf that my system must work, I mean make can good works ? Please do not remove the freebsd-questions list from the Cc: of the

Re: From Rumiancev Alexander

2005-04-02 Thread Andrew P.
rumiancev-psu wrote: Hello! I have a problem! I have the FreeBSD 5.3. And some day ago, when I wrote command make the output was ... ! , , . : ) www.opennet.ru ) -. , freebsd-questions . , Andrew P. ___

From Rumiancev Alexander

2005-04-01 Thread rumiancev-psu
Hello! I have a problem! I have the FreeBSD 5.3. And some day ago, when I wrote command make the output was: Makefile:24: *** missing separator. Stop. 24 - this is .if !defined(S) When I doing this procedure one week ago, that was okey!!! That is content of the Makefile: KERN_IDENT=NEW_GENERIC

Re: From Rumiancev Alexander

2005-04-01 Thread Giorgos Keramidas
On 2005-04-01 15:25, rumiancev-psu [EMAIL PROTECTED] wrote: Hello! I have a problem! I have the FreeBSD 5.3. And some day ago, when I wrote command make the output was: Makefile:24: *** missing separator. Stop. 24 - this is .if !defined(S) This is usually caused by running the wrong version