* make: don't know how to make CFLAGS. Stop
@ 2005-10-27 1:54 闫雪冰
2005-10-27 17:04 ` Mike Gran
0 siblings, 1 reply; 3+ messages in thread
From: 闫雪冰 @ 2005-10-27 1:54 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: make: don't know how to make CFLAGS. Stop
2005-10-27 1:54 make: don't know how to make CFLAGS. Stop 闫雪冰
@ 2005-10-27 17:04 ` Mike Gran
2005-10-28 22:47 ` Kevin Ryde
0 siblings, 1 reply; 3+ messages in thread
From: Mike Gran @ 2005-10-27 17:04 UTC (permalink / raw)
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
--- ãÆÑ©±ù <yanxb@yahoo-inc.com> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-10-28 22:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-27 1:54 make: don't know how to make CFLAGS. Stop 闫雪冰
2005-10-27 17:04 ` Mike Gran
2005-10-28 22:47 ` Kevin Ryde
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).