압축풀고 README에 있는 프로그램들 깔려있는지 확인하고,
(odd) case error of
2008-11-01: 간만에 새로 ubuntu를 설치한 박스에서 erlang을 build하려고 시도하니, 필요한 패키지가 정확하게 드러났다.
현재 최신의 OTP-R12B-4를 빌드할 때 모든 기능을 활성화 하기위한 패키지들은 다음과같다.
happy hackin'
$ ./configure --enable-hipe --enable-threads
$ make
$ sudo make install
$ 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.
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
autoconf
g++
libc6-dev
libncurses5-dev
unixodbc-dev
libssl-dev
happy hackin'