[LARTC] IPP2P Problem
Tomasz Chilinski
chilek at chilan.com
Thu Jan 11 22:34:20 CET 2007
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.
More information about the LARTC
mailing list