Under Linux I can issue a
gcc -Wl,--defsym,main=main_x ..
However in Mac OSX 10 I get an error
ld: unknown option: --defsym
Does anyone know an switch for Mac’s gcc that is similar to –defsym ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
-aliasis the closest equivalent I could find:Note that it uses “raw” symbol names, so you have to prefix everything with an underscore.