[erlang-questions] ./configure

Tom Samplonius tom@REDACTED
Tue Sep 2 02:32:51 CEST 2008


----- "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.


Tom



More information about the erlang-questions mailing list