meillo@202: Howto link masqmail statically? meillo@202: ------------------------------- meillo@202: meillo@202: With gcc (don't know anything about other compilers), you simply meillo@202: build masqmail with: meillo@202: meillo@202: LDFLAGS=-static make -e meillo@202: meillo@202: meillo@202: On Debian GNU/Linux, I received a bunch warnings of that kind: meillo@202: meillo@202: interface.o: In function `init_sockaddr': meillo@202: interface.c:55: warning: Using 'gethostbyname' in statically meillo@202: linked applications requires at runtime the shared libraries meillo@202: from the glibc version used for linking meillo@202: meillo@202: On NetBSD I no warnings were printed. meillo@202: meillo@202: I don't have enough knowledge to tell the reasons and implications. meillo@202: Maybe you can. meillo@202: meillo@202: meillo@202: meillo@202: meillo