[erlang-questions] otp_src_R13B and opensolaris 2008.11

ttmrichter@REDACTED ttmrichter@REDACTED
Sun May 31 16:37:35 CEST 2009


Well, I tried this shell session:

michael@REDACTED:~$ export TARGET = i386-pc-solaris2.11
bash: export: `=': not a valid identifier
bash: export: `i386-pc-solaris2.11': not a valid identifier
michael@REDACTED:~$ export TARGET=i386-pc-solaris2.11
michael@REDACTED:~$

The first export was taken verbatim from your email message. The second was  
with extraneous spacing removed. Try removing the spaces in the makefile  
and see what happens afterward.

On May 31, 2009 9:06pm, Anthony Kong <anthony.hw.kong@REDACTED> wrote:
> Hi, all,



> I am attempting to build the said erlang source tarball on opensolaris

> (2008.11)



> The uname output of this version of solaris is: SunOS wsos02 5.11 snv_101b

> i86pc i386 i86pc Solaris



> After running configure, I tried to run make and got this message

> immediately:





> "make: Fatal error in reader: Makefile, line 94: Badly formed macro

> assignment"



> At the line 94, it is just



> export TARGET = i386-pc-solaris2.11





> I have searched the mailing list and none seems to have this problem...



> Could it be an autoconf out of date issue?



> Cheers, Anthony



More information about the erlang-questions mailing list