Since people keep getting this message and make bug reports that are
not that helpful, I have changed the default optimization level from
-O3 to -O2.  This reduces the optimization level slightly, but mostly
it disables OpenMP.  As a result, exceptions are now generally caught
and reported if you build with the default build parameters.

For debugging, it is better to compile with "-g".  For that, use

$ scons opt=-g
$ sudo scons opt=-g install

If you want to enable OpenMP, just compile with opt=-O3 again.

Tom

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ocropus" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ocropus?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to