|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] fix broken ACM
On 6/23/05, Stefan Berger <stefanb@xxxxxxxxxx> wrote:
> xen-devel-bounces@xxxxxxxxxxxxxxxxxxx wrote on 06/22/2005 01:40:16 PM:
>
> > The latest change to ACM makes it fail to compile. This patch fixes the
> problem.
> >
> > Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>
> >
> > $ diffstat acm.patch
> > acm/acm_core.c | 61 ---------------------
> > include/acm/acm_hooks.h | 135
> ++++++++++++++++++++++++++++++++++--------------
> > 2 files changed, 96 insertions(+), 100 deletions(-)
> > [attachment "acm.patch" deleted by Stefan Berger/Watson/IBM]
>
> This patch seems to work for gcc 4.0.0 (FC4), but the resulting source
> does not compile with gcc 3.4.3 (FC3). I will try to find a common
> solution. I think the problem is related to gcc 3.4.3 having a limit on
> inline functions.
it builds fine for me on gcc 3.3.5
$ gcc -v
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang
--prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared
--with-system-zlib --enable-nls --without-included-gettext
--enable-__cxa_atexit --enable-clocale=gnu --enable-debug
--enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc
i486-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
regards,
aq
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|