I've tried these three: (compile -S -d1 mda-server.scm) (compile -S -d2 mda-server.scm) (compile -d2 mda-server.scm)
On Mon, Sep 10, 2012 at 9:55 AM, Peter Bex <[email protected]> wrote: > On Mon, Sep 10, 2012 at 09:53:09AM -0700, Thomas Hintz wrote: > > It seems to be working fine in interpreted mode. Is there maybe in issue > > with how I compile it? > > Are you compiling with specializations (implied by -O3 or higher)? > If so, try lowering the optimization level. If that helps, there > could be a bug in the types database. > > Cheers, > Peter > -- > http://sjamaan.ath.cx > -- > "The process of preparing programs for a digital computer > is especially attractive, not only because it can be economically > and scientifically rewarding, but also because it can be an aesthetic > experience much like composing poetry or music." > -- Donald Knuth > > _______________________________________________ > Chicken-hackers mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/chicken-hackers >
_______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
