On Fri, May 03, 2002 at 07:47:06PM -0700, Laurence J. Lane wrote:
> This is a bug of sorts triggered on the hppa Debian build daemon
> auto-builder.

> iptables fails to build on hppa. Lamont Jones provided a patch that
> changes the build behavior to use gcc instead of ld for linking. All
> 11 Debian architectures appear to accept the change.

well, I have no idea about the hppa port, but I don't really understand
why they enforce usage gcc instead of 'ld' for linking.  Shouldn't this
be fixed within the binutils / buildchain, rather than having patching
(all? lots of?) individual packages.

Maybe you can forward this to the patch author, asking him for some
explanation of this case. 

> -       $(LD) -shared -o $@ $<
> +       $(CC) -shared -o $@ -nostdlib $< -lgcc                                       
>               
-- 
Live long and prosper
- Harald Welte / [EMAIL PROTECTED]               http://www.gnumonks.org/
============================================================================
GCS/E/IT d- s-: a-- C+++ UL++++$ P+++ L++++$ E--- W- N++ o? K- w--- O- M+ 
V-- PS++ PE-- Y++ PGP++ t+ 5-- !X !R tv-- b+++ !DI !D G+ e* h--- r++ y+(*)

Reply via email to