On Wednesday 05 April 2006 14:49, Johnny Lam wrote:
> According to the Fink porting documents[1], this is not the right way to
> link loadable modules on Mac OS X. The module should properly end with
> ".so", and the compiler flags should include "-bundle" and not
> "-dynamiclib", which should onl
This is a multipart MIME message.
Transmit Report:
iry...@nexg.net¿¡°Ô ¸ÞÀÏ ¹ß¼ÛÀ» 3¹ø ½ÃµµÇßÁö¸¸ ½ÇÆÐÇÏ¿´½À´Ï´Ù.
(½ÇÆÐ ÀÌÀ¯ : 550 : Recipient address rejected: User unknown in
local recipient table(211.232.190.7))
<Âü°í> ½ÇÆÐ ÀÌÀ¯¿¡ ´ëÇÑ ¼³¸í
User unknown :¸ÞÀÏÀ» ¼ö½ÅÇÒ »ç¿ëÀÚ°¡ Á¸ÀçÇÏÁö
Roy Marples wrote:
--- openvpn-2.0.4/plugin/down-root/Makefile.orig2005-11-02
20:25:40.0 +0100
+++ openvpn-2.0.4/plugin/down-root/Makefile 2005-11-02 20:31:53.0
+0100
@@ -7,11 +7,22 @@
CC_FLAGS=-O2 -Wall
+ifeq ($(USERLAND),Darwin)
+ LIBNAME=dylib
+else
+