Hi Tomasz,
I got the original post that you made regarding the solution below, but by
the looks of things the `Thank you` mail didn't get posted.
I took another look at the Makefile and sure enough that was the line that
was causing the problem.
So ... many thanks to you again and here's hoping you receive this `Thank
you` mail again.
Regards,
Rangi
-----Original Message-----
From: lartc-bounces@mailman.ds9a.nl [mailto:lartc-bounces@mailman.ds9a.nl]
On Behalf Of Tomasz Chilinski
Sent: Friday, 12 January 2007 10:34 a.m.
To: Rangi Biddle
Cc: lartc@mailman.ds9a.nl
Subject: RE: [LARTC] IPP2P Problem
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
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.410 / Virus Database: 268.16.13/634 - Release Date: 17/01/2007
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
|