> > Something broken in new egcs c++ compiler - jade doesn't work with
> > following symptoms (checked on two machines).
> 
> Apr  7 20:26:04 daemon /kernel: pid 61135 (jade), uid 0: exited on signal
> 11 (core dumped)
> 
> Verified...
> 
> David, might this be due to the compiler itself of the libraries?
> Any way of making certain?

Compile Jade with "-g" and see where in the coredump the signal 11 is
occuring.  What does ``ldd jade'' show?  You might be mixing shared libs,
that doesn't work for C++.  Could also be an exceptions problem.  Try
compiling with -fnoexpcetions.

-- 
-- David    (obr...@nuxi.com  -or-  obr...@freebsd.org)


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to