Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

On SUSE 10.0, why can I get any Java code (samples or my own code) that calls Berkeley DB to run?

Berkeley code DB Java run samples SuSE
0
Posted

On SUSE 10.0, why can I get any Java code (samples or my own code) that calls Berkeley DB to run?

0

The version of GCC shipped with SuSE 10 produces incorrect code when run with optimization level ‘-O2’. That is now the default when DB is configured. By changing the Makefile in between running configure and make, with: sed -i ‘s/O2/O/g’ Makefile the error no longer occurs. The version of gcc that ships with SUSE 10 is: gcc (GCC) 4.0.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123