Erlang installation problem
Raimo Niskanen
raimo@REDACTED
Wed Jan 19 11:23:10 CET 2005
It seems as you are trying to build open source erlang for Solaris 8.
Check the file erts/config.log and see what went long. The size of
short being 0 is not right - it should be 2 or 4. All others are
also wrong. They should be 4 or 8. Maybe your compiler is not
correctly installed. It should be gcc. What does "gcc -- version"
tell you?
In short; this looks as a secondary error, the primary error
occurred earlier.
aruna.jambunathan@REDACTED writes:
> Hi,
>
>
>
> I am trying to install Erlang R9C-2 onto a system whose specifications
> are:
>
> SunOS 5.8 Generic_108528-29 sun4u sparc SUNW, Ultra-2.
>
>
>
> The following error is encountered:
>
> checking size of short... 0
>
> checking size of int... 0
>
> checking size of long... 0
>
> checking size of void *... 0
>
> checking size of long long... 0
>
> checking size of size_t... 0
>
> checking size of off_t... 0
>
> checking int/long/void*/size_t sizes... failed
>
> configure: error: Cannot handle this combination of
> int/long/void*/size_t sizes
>
> configure: error:
> /aims_home/sailajar/erlang/otp_src_R9C-2/erts/configure failed for erts
>
>
>
> After seeing this error, I tried make command but encountered the
> following error:
>
> make: Fatal error in reader: Makefile, line 114: Unexpected end of line
> seen
>
>
>
> Due to this I am unable to install erlang. The earlier version of Erlang
> on the same system is :
>
> "Erlang (BEAM) emulator version 5.1[source]
>
> Eshell V5.1"
>
>
>
> Kindly let me know the Erlang version compatibility with the above
> system. A quick response will be highly helpful as I am unable to
> proceed due to this problem.
>
> Regards,
>
> Aruna
>
>
>
>
>
> Confidentiality Notice
>
> The information contained in this electronic message and any attachments
> to this message are intended
> for the exclusive use of the addressee(s) and may contain confidential
> or privileged information. If
> you are not the intended recipient, please notify the sender at Wipro or
> Mailadmin@REDACTED immediately
> and destroy all copies of this message and any attachments.
>
>
>
>
>
> Confidentiality Notice
>
> The information contained in this electronic message and any attachments to this message are intended
> for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
> you are not the intended recipient, please notify the sender at Wipro or Mailadmin@REDACTED immediately
> and destroy all copies of this message and any attachments.
--
/ Raimo Niskanen, Erlang/OTP, Ericsson AB
More information about the erlang-questions
mailing list