Hi. Sorry for the late reply. Given the current design of checkinstall, what you ask cannot be easily implemented. However, the behaviour you want can be obtained in the following way:
checkinstall "make CXX='g++-3.4 -O3' install" That way the single quoted string will remain as a single string when passed on and executed. -- Felipe Sateler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

