I am use GNAT Programming Studio 2011.
I want to know how package the code to an exe file.
Such as package and release my code to a exe file and could running in other computer which is not install the GPS2011.
Thanks!
Sunny
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.
You can add
-staticto the linker flags. Then all shared libraries will be put into the executable. But don’t cry about the size then 😉