Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: libscigraphica - A library of gtk+ widgets for SciGraphica
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=220967
------- Additional Comments From dakingun@gmail.com 2007-01-01 21:39 EST ------- (In reply to comment #10)
Another issue.
5/Numeric/ -DWITH_NUMERIC_PYTHON -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -g -O -W -Wall -DWITH_WARNINGS -MT gtkplotart.lo -MD -MP -MF ".deps/gtkplotart.Tpo" \ .........
This means that gcc optimizes this code finally by "-O", not "-O2"? If so, this should be fixed.
This is caused by the configure scripts assuming it building a CVS checkout (the developers have enabled some extra debugging options for CVS builds, and mistakingly shipped a configure script generated in a CVS checkout). Regenerating the configure script should have worked, but it failed because some expected file are not shipped in the released package. I've fixed it and some other issues I noticed while looking at this.
Spec URL: ftp://czar.eas.yorku.ca/pub/scigraphica/libscigraphica.spec SRPM URL: ftp://czar.eas.yorku.ca/pub/scigraphica/libscigraphica-2.1.1-5.src.rpm