On Thu, Aug 11, 2005 at 03:41:22PM +0200, Ralf Wildenhues wrote:
> Because in general they are _not_ identical on NetBSD.  Show foo.c.

Ah - it was a very simple foo.c ;-)

quartz% cat foo.c
void foo(void);

void foo(void)
{
  int i;

  i=0;
}

Cheers,

Patrick


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to