Re: Help porting Hercules 2.12 to PowerPC

2001-07-25 Thread Matt Zimmerman
On Wed, Jul 25, 2001 at 03:34:00PM -0700, David Schleef wrote: > On Wed, Jul 25, 2001 at 01:23:38AM -0400, Matt Zimmerman wrote: > > Hercules 2.12 doesn't seem to build on powerpc due to its use of the > > 'sqrtl' function, which computes the square root of a long double. This > > function is in

Re: Help porting Hercules 2.12 to PowerPC

2001-07-25 Thread David Schleef
On Wed, Jul 25, 2001 at 01:23:38AM -0400, Matt Zimmerman wrote: > Hercules 2.12 doesn't seem to build on powerpc due to its use of the 'sqrtl' > function, which computes the square root of a long double. This function is > in > libm on other architectures (though it doesn't appear to be documente

Help porting Hercules 2.12 to PowerPC

2001-07-25 Thread Matt Zimmerman
Hercules 2.12 doesn't seem to build on powerpc due to its use of the 'sqrtl' function, which computes the square root of a long double. This function is in libm on other architectures (though it doesn't appear to be documented), but is absent on powerpc. How should I work around this problem? (P