Hi-

Yeah, there is a line in the generated Makefile that is specific to GNU
Make.

You can do the following work around.

Remove this line from the guile-1.6.7/libguile/Makefile

numbers.lo: CFLAGS := $(filter-out -Werror,${CFLAGS})

Then it should build fine.

Or alternately, make sure you are running GNU Make ("gmake") instead of
BSD Make ("make").

FWIW, this affects AIX as well, and is still present in
Guile-1.6.8-rc0.

Hope this helps,

Mike Gran

--- ãÆÑ©±ù <[EMAIL PROTECTED]> wrote:

> Hello,
> I am experiencing an error with guile-1.6.7 installation on FreeBSD
> 5.3.
> Here is the error I get when I run "make" command:
> 
> make  all-recursive
> Making all in oop
> Making all in goops
> Making all in qt
> Making all in md
> Making all in time
> Making all in libguile-ltdl
> Making all in upstream
> make  all-am
> Making all in libguile
> make: don't know how to make CFLAGS. Stop
> *** Error code 1
> 
> Stop in /home/yanxb/guile-1.6.7.
> 
> Thanks in advance for your help.
> Simon Yan
> 
> 
> 
> _______________________________________________
> Guile-user mailing list
> Guile-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/guile-user
> 



                
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to