[erlang-questions] : ./configure
Raimo Niskanen
raimo+erlang-questions@REDACTED
Tue Sep 2 10:25:28 CEST 2008
On Mon, Sep 01, 2008 at 05:32:51PM -0700, Tom Samplonius wrote:
>
> ----- "Shigeru Tokubo (Mindsource)" <v-shtok@REDACTED> wrote:
> In running ./configure
>
>
>
> I keep running into
>
> checking for ld.sh... no
>
> checking for ld... no
>
>
>
> What are these routines and where are they located.
> ---
>
>
> Well, on your system, they probably do not exist, which is probably why they can't be found.
>
> "ld" is the linker. If you don't have a linker, it probably means you do not have a compiler installed on your system. You will not be able to compile Erlang from source without a compiler and linker. You do not mention what OS you are using, so I don't know what you need to download.
Just to tell us what system you have and the basics of
your setup, can you report the results of the following commands?
uname -a
cat '/etc/*release*'
echo $PATH
echo $LD_LIBRARY_PATH
env
>
>
> Tom
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
--
/ Raimo Niskanen, Erlang/OTP, Ericsson AB
More information about the erlang-questions
mailing list