[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug in ddd configuration in Solaris 9 / x86
From: |
Arnaud Desitter |
Subject: |
Re: Bug in ddd configuration in Solaris 9 / x86 |
Date: |
Fri, 4 Mar 2005 10:32:32 -0000 |
Hi,
From your log:
checking parameter type of signal handlers...
configure: WARNING: Please #define SIGHANDLERARGS in config.h
This is the problem. Add in ddd/config.h:
#define SIGHANDLERARGS int
and it should work.
If you feel like it, you can investigate why ICE_TYPE_SIGNALPROC
(in acinclude.m4) did not work, fix it and post a patch.
The error re. to sys/core.h can be ignored. This is fixed in the CVS
version
of ddd.
Regards,
----- Original Message -----
From: "Davies, Daniel" <address@hidden>
Newsgroups: gmane.comp.debugging.ddd.general
Cc: "Davies, Daniel" <address@hidden>
Sent: Friday, March 04, 2005 12:01 AM
Subject: Bug in ddd configuration in Solaris 9 / x86
Hi,
I'm trying to compile ddd on a dual processor Solaris 9 box that has dual
Opterons. I have gcc 3.4.3 and version 2.14 of binutils. The results of
running uname -a and invoking various tools with --version is at the end of
the enclosed file.
I'm including the configuration script because it says I should report an
error to you and because it's not working. Solaris 9 does not support SSE2
opcodes, so I guess it makes sense that 128 bit data types are not defined.
Any hints?
Dan
<<error.txt>>
--------------------------------------------------------------------------------
_______________________________________________
Ddd mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/ddd