[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libiohelp
From: |
James Morrison |
Subject: |
Re: libiohelp |
Date: |
Sat, 1 Jun 2002 10:36:18 -0700 (PDT) |
--- "Alfred M. Szmidt" <ams@kemisten.nu> wrote:
> * James A Morrison writes:
> > I tried to compile the Hurd, and it failed on libiohelp. I can't
> remember
> > the error message, but here is the fix. It wanted the declarations before
> > the definitions of the functions.
>
> Could you try to get the error message? I don't think that this
> should cause any errors.
>
> Cheers,
> --
> Alfred M. Szmidt
gcc -O -Wall -g -O2 -I. -I../../libiohelp -I.. -I../.. -I../../include
-D_GNU_SOURCE -D_IO_MTSAFE_IO -DHAVE_MIG_RETCODE=1 -DHAVE_GETGROUPLIST=1 -c
-o shared.o ../../libiohelp/shared.c
../../libiohelp/shared.c:26: weak declaration of `iohelp_fetch_shared_data'
must precede definition
../../libiohelp/shared.c:32: weak declaration of `iohelp_put_shared_data' must
precede definition
make: *** [shared.o] Error 1
=====
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
Anyone referring to this as 'Open Source' shall be eaten by a GNU
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
- libiohelp, James A Morrison, 2002/06/01
- Re: libiohelp, Alfred M. Szmidt, 2002/06/01
- Re: libiohelp,
James Morrison <=