erlang doesn't build on 7.0?

2008-06-21 Thread Dale Hagglund
I just tried to install the lang/erlang port on my freebsd 7.0 box. It failed with a linker error while building the "beam" binary. cc -o path/to/beam \ -L/usr/local/lib -Wl,-export-dynamic \ ... lots of .o files ... \ -lethread -lpthread -lerts_internal_r /usr/lib/libpth

Re: erlang doesn't build on 7.0?

2008-06-23 Thread Dale Hagglund
> "Vivek" == Vivek Khera <[EMAIL PROTECTED]> writes: Vivek> erlang-r12b2,1 installed just fine on our 7.0/i386 box a Vivek> couple of months ago. It was pulled in as a dependency of Vivek> ejabberd automatically. Thanks for the information. Did you compile via the port, or insta