On May 9, 2010, at 6:32 AM, Rafe Yer wrote:
> To ensure a successfull re-run of
> make install
> amend
> ln
> with
> ln -f
Do all versions of all UN*Xes that support libpcap also support "ln -f"?
If not, the Makefile would need to, instead, do an "rm -f" of the old link and
an "ln" to re-creat
To ensure a successfull re-run of
make install
amend
ln
with
ln -f
e.g.
ln $(DESTDIR)$(mandir)/man3/pcap_datalink_val_to_name.3pcap \
$(DESTDIR)$(mandir)/man3/pcap_datalink_val_to_description.3pcap
ln -f $(DESTDIR)$(mandir)/man3/pcap_datalink_val_to_name.3pcap \
On May 9, 2010, at 2:24 AM, Guy Harris wrote:
>
> On May 9, 2010, at 2:11 AM, Peter Volkov wrote:
>
>> It was reported that libpcap fails to link on freebsd-sparc:
>> http://bugs.gentoo.org/show_bug.cgi?id=247076
>>
>> Patch in attachment fixes this issue. Please, apply.
>
> Is SPARC the only
On May 9, 2010, at 2:11 AM, Peter Volkov wrote:
> It was reported that libpcap fails to link on freebsd-sparc:
> http://bugs.gentoo.org/show_bug.cgi?id=247076
>
> Patch in attachment fixes this issue. Please, apply.
Is SPARC the only architecture that requires -fPIC? (On what architectures
do
It was reported that libpcap fails to link on freebsd-sparc:
http://bugs.gentoo.org/show_bug.cgi?id=247076
Patch in attachment fixes this issue. Please, apply.
--
Peter.
>From 8c8c09edc7f6315a4b2851578c957c616561cfd8 Mon Sep 17 00:00:00 2001
From: Peter Volkov
Date: Sun, 9 May 2010 13:01:06 +04