erlang otp r6b released
Klacke
klacke@REDACTED
Wed Nov 24 21:55:09 CET 1999
Ok folks, finaly the OTP team made it with a source release through
the door. I've just browsed trough the source and it looks
just great. Absoulutely great.
Thanks everybody for the amzing work !!!
/klacke
Claes Wikstrom <klacke@REDACTED>
Bluetail AB http://www.bluetail.com
PS.
I see in the README that you're using old Redhat systems
and I've just compiled everything on RH 6.1 and we need to apply
the following patch
% patch lib/gs/c_src/lib/tcl7.6/generic/tclPosixStr.c diff_file
% cat diff_file
*** lib/gs/c_src/lib/tcl7.6/generic/tclPosixStr.c Wed Nov 24 20:25:37 1999
--- lib/gs/c_src/lib/tcl7.6/generic/tclPosixStr.c.new Wed Nov 24 20:26:47 1999
***************
*** 325,331 ****
case ENOTSOCK: return "ENOTSOCK";
#endif
#ifdef ENOTSUP
! case ENOTSUP: return "ENOTSUP";
#endif
#ifdef ENOTTY
case ENOTTY: return "ENOTTY";
--- 325,331 ----
case ENOTSOCK: return "ENOTSOCK";
#endif
#ifdef ENOTSUP
! case ENOTSUP: return "ENOTSUP";
#endif
#ifdef ENOTTY
case ENOTTY: return "ENOTTY";
***************
*** 336,342 ****
#ifdef ENXIO
case ENXIO: return "ENXIO";
#endif
! #ifdef EOPNOTSUPP
case EOPNOTSUPP: return "EOPNOTSUPP";
#endif
#ifdef EPERM
--- 336,342 ----
#ifdef ENXIO
case ENXIO: return "ENXIO";
#endif
! #if defined(EOPNOTSUPP) && (!defined(ENOTSUP) || (ENOTSUP != EOPNOTSUPP))
case EOPNOTSUPP: return "EOPNOTSUPP";
#endif
#ifdef EPERM
***************
*** 783,789 ****
#ifdef ENXIO
case ENXIO: return "no such device or address";
#endif
! #ifdef EOPNOTSUPP
case EOPNOTSUPP: return "operation not supported on socket";
#endif
#ifdef EPERM
--- 783,789 ----
#ifdef ENXIO
case ENXIO: return "no such device or address";
#endif
! #if defined(EOPNOTSUPP) && (!defined(ENOTSUP) || (ENOTSUP != EOPNOTSUPP))
case EOPNOTSUPP: return "operation not supported on socket";
#endif
#ifdef EPERM
More information about the erlang-questions
mailing list