-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, Nov 03, 2005 at 04:54:40PM -0500, John E. Davis wrote:
> On Thu, 03 Nov 2005 20:58:32 +, Alastair McKinstry <[EMAIL PROTECTED]>
> said:
> > ELF_CC = $(CC)
> > ELF_LINK = $(CC) $(LDFLAGS) -shared -Wl,-soname
> The problem is that the bui
On Thu, 03 Nov 2005 20:58:32 +, Alastair McKinstry <[EMAIL PROTECTED]> said:
> ELF_CC = $(CC)
> ELF_LINK = $(CC) $(LDFLAGS) -shared -Wl,-soname
The problem is that the build process is using:
/usr/bin/make -C build-tree/slang-2.0.4 CFLAGS="-g -O2 -fno-strength-reduce -D_R
EENTRANT -D_XOPEN_
John E. Davis wrote:
On Thu, 03 Nov 2005 19:56:46 +, you said:
The following example causes libslang2 to throw a Floating point
exception on Alpha. Works fine on i386.
How was it compiled for the alpha? That is, what set of CFLAGS were
used? For the alpha, which do
Package: libslang2
Version: 2.0.4-7
Severity: grave
The following example causes libslang2 to throw a Floating point
exception on Alpha. Works fine on i386.
#include
int
main ( int argc, char **argv )
{
SLang_init_all ();
}
Program received signal SIGFPE, Arithmetic exception.
0x02
4 matches
Mail list logo