From: Philip P. <phi...@re...> - 2010-12-23 00:12:24
|
On 12/20/10 1:16 PM, chas williams - CONTRACTOR wrote: > On Mon, 20 Dec 2010 11:16:22 -0800 > Philip Prindeville<phi...@re...> wrote: > >> Seems to be the same issue: >> >> src/q2931/Makefile.am:21: shell $(CC: non-POSIX variable name >> src/q2931/Makefile.am:21: (probably a GNU make extension) > we need to find the path to linux/atmsap.h as understood by your cross > compiler. this might not be /usr/include > >> src/qgen/Makefile.am:8: `CFLAGS' is a user variable, you should not >> override it; src/qgen/Makefile.am:8: use `AM_CFLAGS' instead. > qgen runs in the local build environment. there isnt a good well knwon > solution for this one as far as i know. if the user passed in CFLAGS > i suspect he meant it for the cross compiler, not the local compiler > i need to build this program. Fix attached for the first issue. |