How do you compile a C application with Ruby embedded?
What’s the -l flag? Is there something else that i’m missing (linking to an exact ruby version)
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.
Embedding a language usually links the interpreter with the binary that embeds it,
-llinks a library with the program, you could try:Note you may need to include this too, or similar on your platform: