On Sun, Sep 11, 2005 at 02:57:01PM +0200, Abraham vd Merwe wrote:
> Hi Kurt                                          >@2005.09.11_13:27:25_+0200
> 
> On what architecture/platform is this?

This should happen on all arches and was tested on i386 and
amd64.  This is probably gcc-4.0 being more strict.

> The undefined symbols are from another module compiled before iptables.o.
> Please check if there were any errors/warnings while building batch.o.

When compiling the iptables.c file, it doesn't know anything
about symbols in batch.o.  It's not linking yet, this is at
compile time.

I have no idea if it allow aliasing something in a different
compiling unit, and looks like it doesn't.  I have no idea if
adding an alias can be done at linktime or not.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to