Re: Newbie help regarding .so modules

2003-02-25 Thread Alexandre Duret-Lutz
Hi Michael, >>> "Michael" == Michael Reynolds <[EMAIL PROTECTED]> writes: Michael> I have 2 modules, each with their own _init and _fini functions. My Michael> Makefile.am file is as follows: [...] Michael> /services/services/src/modules/dns.c:40: multiple definition of `_init' Michael> /u

Newbie help regarding .so modules

2003-02-21 Thread Michael Reynolds
I have 2 modules, each with their own _init and _fini functions. My Makefile.am file is as follows: lib_LTLIBRARIES = dns.la select.la dns_la_SOURCES = dns.c dns_la_LDFLAGS = -module $(LDFLAGS) select_la_SOURCES = select.c select_la_LDFLAGS = -module $(LDFLAGS) After running automake, autoconf, e