On Fri, 12 Jan 2007 08:33:17 +1300, Rangi Biddle wrote
> Hi Tomasz,

Hi Rangi.

> Thank you for the reply.
> 
> I have checked the Makefile and unfortunately it is using the respective
> gcc.  Output of Makefile below:
> 
> libipt_ipp2p.so: libipt_ipp2p.c ipt_ipp2p.h
>         $(CC) $(CFLAGS) $(IPTABLES_OPTION) $(IPTABLES_INCLUDE) -fPIC 
> -c libipt_ipp2p.c

What about line below?! ;-)
*************
        ld -shared -o libipt_ipp2p.so libipt_ipp2p.o
*************
Replace ld by $(CC).

> Any other suggestions?

As above ;-)

> Rangi

Bests, Tomasz.

_______________________________________________
LARTC mailing list
[email protected]
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Reply via email to