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: pikloops - Code generator for PIC delays
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=208254
------- Additional Comments From aportal@univ-montp2.fr 2006-09-28 12:03 EST ------- (In reply to comment #3)
1.) Don't script the executables.
Sorry, I don't understand.
Please use the gcc -g compiler flag.
Just after %configure, I made: %{__sed} -i -e 's/CC = gcc/CC = gcc -g/' Makefile %{__sed} -i -e 's/CPP = gcc -E/CPP = gcc -E -g/' Makefile %{__sed} -i -e 's/CXX = g++/CXX = g++ -g/' Makefile %{__sed} -i -e 's/CXXCPP = g++ -E/CXXCPP = g++ -E -g/' Makefile %{__sed} -i -e 's/CC = gcc/CC = gcc -g/' %{name}/Makefile %{__sed} -i -e 's/CPP = gcc -E/CPP = gcc -E -g/' %{name}/Makefile %{__sed} -i -e 's/CXX = g++/CXX = g++ -g/' %{name}/Makefile %{__sed} -i -e 's/CXXCPP = g++ -E/CXXCPP = g++ -E -g/' %{name}/Makefile
debug-info rpm still empty
2.) To be sure to compile with the right QT version.
It seems to me there is only one QT version on each FC?, the last updated. The only problem I encountred was to buils under FC4 on arch x86_64.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169132