Hi, When I cross compiled libpcap and tcpdump for the CRIS architecture I had to make libpcap aware of architecture dependent ar and ld. The diff below adds the option to specify which ar and ld to use. I think that this could be useful for others and therefore I hope that you can include it in the next version.
Regards, Karl-Johan Perntz For configure.in: 782a783,784 > AC_SUBST(LD) > AC_SUBST(AR) For Makefile.in 57a58,59 > AR = @AR@ > LD = @LD@ 104c106 < ar rc $@ $(OBJ) $(LIBS) --- > $(AR) rc $@ $(OBJ) $(LIBS) 115c117 < ld -shared -o [EMAIL PROTECTED] VERSION` $(OBJ) --- > $(LD) -shared -o [EMAIL PROTECTED] VERSION` $(OBJ) - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.