manywaypark's Blog
개발, 검색, 함수

erlang build 하기

함수형 언어/Erlang 2008. 7. 29. 23:22 by manywaypark
압축풀고 README에 있는 프로그램들 깔려있는지 확인하고,
$ ./configure --enable-hipe --enable-threads
$ make
$ sudo make install

(odd) case error of
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
-> install libc (apt-get install libc6-dev).
end.

2008-11-01: 간만에 새로 ubuntu를 설치한 박스에서 erlang을 build하려고 시도하니, 필요한 패키지가 정확하게 드러났다.
현재 최신의 OTP-R12B-4를 빌드할 때 모든 기능을 활성화 하기위한 패키지들은 다음과같다.
m4
autoconf
g++
libc6-dev
libncurses5-dev
unixodbc-dev
libssl-dev

happy hackin'
분류 전체보기 (306)
잡담 (20)
함수형 언어 (65)
emacs (16)
java (18)
tips & tricks (154)
사랑 (1)
가사 (0)
독서 (4)
mobile (6)
비함수형 언어 (2)

공지사항

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

05-02 14:10