On Mon, 2004-07-26 at 08:57, Billinghurst, David (CALCRTS) wrote:
> >> I have built a windows installer, but it doesn't pass the testsuite.
> >> The problem, from rtest15.mac, is "trigrat(sin(3*a)/sin(a+%pi/3));"
> >> which just hangs.
> >>
> >> Since beta1 I have moved from gcl 2.6.2 to 2.6.3.
>
> Same problem with gcl-2.6.2.
Crud. GCL 2.6.3 works fine for me. The biggest thing that has changed
with respect the the GCL build is the proper inclusion of
sys-proclaim.lisp. Could you try:
1) make clean
2) rm src/sys-proclaim.lisp
3) touch src/sys-proclaim.lisp
4) make
? That would eliminate one possible problem.
--Jim