Ethereal-users: Re: [Ethereal-users] ./configure problem with GCC ???

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Tue, 20 Apr 2004 22:33:42 -0700
On Wed, Apr 21, 2004 at 12:10:27PM +0800, cadon sheu wrote:
> The first time user try to install ethereal on Trustix 2.0 and got the
> error on GCC part below. 

	...

> configure:1589: checking for C compiler default output
> configure:1592: gcc    conftest.c  >&5
> /usr/bin/ld: cannot find -lc

I guess Trustix is arranging that it be trustable by not supplying a C
library. :-)  Either

	1) everything in Trustix is statically linked, and there's no
	   libc shared library on it

or

	2) GCC is somehow misconfigured and can't find the libc shared
	   library.

I'd suggest asking the Trustix folks what you need to do in order to
compile programs on Trustix (or download an RPM binary - but if it has
no shared libc, you might have to find a statically-linked binary).