[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gmake Error.
From: |
Paul Smith |
Subject: |
Re: gmake Error. |
Date: |
Fri, 30 Jul 2010 13:58:53 -0400 |
On Fri, 2010-07-30 at 13:31 -0400, Ana Zoghbi wrote:
> I would like to kindly ask your help with an error I’m getting when
> running the gmake command. I would appreciate anything that you could
> do to help me.
>
> I’m trying to install the sudosh2 SW that I downloaded from this site
> gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Werror -MT parse.o -MD -MP
> -MF .deps/parse.Tpo -c -o parse.o parse.c
> cc1: warnings being treated as errors
> parse.c: In function 'parse':
> parse.c:22: error: incompatible implicit declaration of built-in
> function 'bzero'
> gmake[2]: *** [parse.o] Error 1
This is an error given by your compiler, because the compilation of the
source code for this package failed on your system.
The last message, from GNU make, is just telling you that make gave up
because the compilation failed.
This list can, unfortunately, only help you with errors in GNU make
itself: we cannot advise you about errors in random software that might
use GNU make to build.
I recommend you go to the sudosh2 site in SourceForge and find mailing
lists or bug tracking tools or support forums related to sudosh2, and
ask about your error there. Be sure to specify which operation system
(and version of the OS) you're using as well.
Good luck!
- gmake Error., Ana Zoghbi, 2010/07/30
- Re: gmake Error.,
Paul Smith <=