[erlang-questions] : ./configure

Gleb Peregud gleber.p@REDACTED
Tue Sep 2 10:43:14 CEST 2008


On Tue, Sep 2, 2008 at 10:25 AM, Raimo Niskanen
<raimo+erlang-questions@REDACTED> wrote:
> 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*'

cat '/etc/*release*'

does not work on my system, if it is the same for you, try this (the
same but without quotes):

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
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>



-- 
Gleb Peregud
http://gleber.pl/

Every minute is to be grasped.
Time waits for nobody.
-- Inscription on a Zen Gong



More information about the erlang-questions mailing list