--
You received this message because you are subscribed to the Google Groups "ffpack-devel" group.
To post to this group, send email to ffpack...@googlegroups.com.
To unsubscribe from this group, send email to ffpack-devel...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ffpack-devel?hl=en.
> yes indeed we seem to be missing a debug.C somewhere !
I am not sure if that is the case:
one of the ideas behind fflas-ffpack was
that no compilation is required at all,
so adding 'debug.C' would break up that design philosophy.
Best,
Jack
when including "fflas-ffpack/field/modular-balanced.h" in several
files,
a multiple definition error for 'Failure::_errorStream' (defined in
debug.h) occurs.
--
You received this message because you are subscribed to the Google Groups "ffpack-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ffpack-devel...@googlegroups.com.
Visit this group at http://groups.google.com/group/ffpack-devel.
For more options, visit https://groups.google.com/groups/opt_out.
Can you send me a minimal set of files reproducing the error and I'll work on this ?
-- Brice Boyer
--
You received this message because you are subscribed to the Google Groups "ffpack-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ffpack-devel...@googlegroups.com.
To post to this group, send email to ffpack...@googlegroups.com.
Visit this group at http://groups.google.com/group/ffpack-devel.
For more options, visit https://groups.google.com/groups/opt_out.
well, for the moment the simple fix is g++ main.cpp f1.o -Wl,-zmuldefs (but it does not fix the problem)
Brice Boyer
--
You received this message because you are subscribed to the Google Groups "ffpack-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ffpack-devel...@googlegroups.com.
To post to this group, send email to ffpack...@googlegroups.com.
Visit this group at http://groups.google.com/group/ffpack-devel.
For more options, visit https://groups.google.com/d/optout.
Hi,
Would you please provide your patch in this thread?