From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tomasz Chilinski" Date: Thu, 11 Jan 2007 21:34:20 +0000 Subject: RE: [LARTC] IPP2P Problem Message-Id: <20070111213114.M67162@chilan.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org 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