Has anyone managed to build Erlang on OpenSolaris? Every time I try I get:
user@opensolaris:~/otp_src_R13B03# make clean
make: Fatal error in reader: Makefile, line 94: Badly formed macro assignment
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.
I’m not going to pretend to know anything about Erlang, but if you are running Solaris and getting Makefile problems it’s a good bet that trying gmake could help out… (because many Makefiles out there end up using GNU-specific features, possibly without even noticing)