ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Bug in ddd configuration in Solaris 9 / x86


From: Davies, Daniel
Subject: RE: Bug in ddd configuration in Solaris 9 / x86
Date: Fri, 4 Mar 2005 12:03:19 -0800

Arnaud,

Thanks very much for your quick answer!

Unfortunately, defining SIGHANDLERARGS in config.h didn't fix the problem.  
After doing that, make still produces the output shown in the attached file.  
The problem seems to have something to do with 128 bit data types.

Dan



-----Original Message-----
From: Arnaud Desitter [mailto:address@hidden
Sent: Friday, March 04, 2005 2:33 AM
To: Davies, Daniel
Cc: address@hidden
Subject: Re: Bug in ddd configuration in Solaris 9 / x86


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
> 

Attachment: ddderror.txt
Description: ddderror.txt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]