bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] unable to build inetutils on sparc solaris


From: Jeroen Dekkers
Subject: Re: [bug-inetutils] unable to build inetutils on sparc solaris
Date: Tue, 01 Jun 2004 22:38:54 +0200
User-agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

At Tue, 01 Jun 2004 12:28:09 -0700,
Ray Kolbe wrote:
> This is using gcc 3.2.1 and gnu make (gmake):
> if gcc -DHAVE_CONFIG_H -I. -I. -I..  -DPATH_TTY_PFX=\"/dev/\" 
> -DPATH_DEVNULL=\"/dev/null\"  -I../include    -g -O2 -MT xmalloc.o -MD 
> -MP -MF ".deps/xmalloc.Tpo" \
>   -c -o xmalloc.o `test -f 'xmalloc.c' || echo './'`xmalloc.c; \
> then mv ".deps/xmalloc.Tpo" ".deps/xmalloc.Po"; \
> else rm -f ".deps/xmalloc.Tpo"; exit 1; \
> fi
> xmalloc.c:37:19: error.h: No such file or directory
> gmake[2]: *** [xmalloc.o] Error 1
> gmake[2]: Leaving directory `/usr/share/inetutils-1.4.2/libinetutils'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/usr/share/inetutils-1.4.2'
> gmake: *** [all] Error 2
> 
> 
> This is using the sun compiler and (sun's) make:
> 
> cc -DHAVE_CONFIG_H -I. -I. -I..  -DPATH_TTY_PFX=\"/dev/\" 
> -DPATH_DEVNULL=\"/dev/null\"  -I../include     -g -c `test -f 
> 'xmalloc.c' || echo './'`xmalloc.c
> "xmalloc.c", line 37: cannot find include file: "error.h"
> "xmalloc.c", line 70: warning: implicit function declaration: error
> cc: acomp failed for xmalloc.c
> *** Error code 2
> make: Fatal error: Command failed for target `xmalloc.o'
> Current working directory /usr/share/inetutils-1.4.2/libinetutils
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /usr/share/inetutils-1.4.2
> *** Error code 1
> make: Fatal error: Command failed for target `all'

This error should be fixed in CVS. Could you try the cvs version?  The
instructions for getting the CVS version can be found at
http://savannah.gnu.org/cvs/?group=inetutils .

Jeroen Dekkers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]