c++ - Illegal instruction when running programs from bash -
i have suite of c++ based programs created , compile on mac 10.8.3. work fine on 10.8.* macs, when try run them on 10.6.* following message, "illegal instruction" , that's happens. if compile these programs on 10.6.* work on other 10.6.* macs.
i have no idea causes error message, have duplicated on multiple 10.6.* machines. there doesn't seem lot of information source of error message. suggestions?
you have set "os x deployment target" 10.6 (in project info tab) create binaries run on os x 10.6.
Comments
Post a Comment