RE: DBD::Sybase 1.07 install on Solaris 8 - failing t/exec.t test #11
"Srinivasan, Ravikumar" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase |
|---|---|
| Message-ID | <B59251B85D7B9B43AB422EE320D4E36502632A16@gsnmp22es.firmwide.corp.gs.com> |
Don't think so. Don't see it anywhere.
-R
Platform:
osname=solaris, osver=2.5.1, archname=sun4-solaris
uname='sunos nytrdc007.eq.gs.com 5.5.1 generic sun4u sparc sunw,ultra-2
'
hint=recommended, useposix=true, d_sigaction=define
Compiler:
cc='gcc', optimize='-O', gccversion=2.6.3
cppflags=''
ccflags =''
stdchar='unsigned char', d_stdstdio=define, usevfork=false
voidflags=15, castflags=0, d_casti32=define, d_castneg=define
intsize=4, alignbytes=8, usemymalloc=y, randbits=15
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib -L/opt/local/lib'
libpth=/usr/local/lib /opt/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lc -lcrypt
libc=/lib/libc.so, so=so
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=, ccdlflags=' '
cccdlflags='-fpic', lddlflags='-G -L/usr/local/lib -L/opt/local/lib'
-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of Michael Peppler
Sent: Thursday, November 03, 2005 1:22 AM
To: [email protected]
Subject: Re: DBD::Sybase 1.07 install on Solaris 8 - failing t/exec.t test
#11
On Wed, 2005-11-02 at 15:03 -0800, Greg Earle wrote:
> On Nov 2, 2005, at 2:16 PM, Srinivasan, Ravikumar wrote:
> > #!/usr/local/bin/perl
> > $x=5.40000000000000035527136788005009;
> > if ($x==5.40000000000000035527136788005009)
> > {
> > print "same\n";
> > }
> > else
> > {
> > print "not the same\n";
> > }
>
> Apparently even this 5.40000000000000035527136788005009 is a round-off!
>
> I added a
>
> print($out[0] - 5.40000000000000035527136788005009);
>
> after the
>
> print("@out\n");
>
> Michael suggested, and, and instead of seeing
>
> 5.40000000000000035527136788005009
> 0
>
> as I expected, I get
>
> 5.40000000000000035527136788005009
> 3.08148791101957736488956470813588e-33
>
> So it looks like there's no way for me to have an exact match test.
> (So I commented that test out after all <*grin*>)
Do you have long doubles enabled on your perl?
Michael
--
Michael Peppler - [email protected] - http://www.peppler.org/
Sybase DBA/Developer - TeamSybase: http://www.teamsybase.com/
Sybase on Linux FAQ: http://www.peppler.org/FAQ/linux.html