ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [ethereal-dev] Libtool changes checked in

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Tue, 28 Dec 1999 18:51:55 +0900
>> > 	The build still fails with the following.  Not sure
>> > 	this is problem with libtool, or problem on ethereal.
>> That'd be a bit annoying to debug, as
>> 	1) it may be specific to NetBSD (I didn't see it on FreeBSD);
>> 	2) the Makefile cheerfully destroyed the evidence by removing
>> 	   ".libs/etherealS.o", so you'd have to tweak the Makefile by
>> 	   hand not to do that - and I'm not sure where it does that.
>It doesn't.  It's done by the "libtool" script in the top-level
>directory; I replaced
>	rm="rm -f"
>with a command that just echoes stuff, and managed to get
>".libs/etherealS.c" to stick around.

	I grabbed the latest tree (including change to configure.in),
	and tried to rebuild, and it build just fine (on NetBSD/i386 1.4.1,
	with libtool 1.3.4).
	it may be becaues of configure.in change, or some other change in
	the tree.  thanks for your help.

itojun