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: Ray Kolbe
Subject: Re: [bug-inetutils] unable to build inetutils on sparc solaris
Date: Tue, 01 Jun 2004 12:28:09 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0

Date: Tue, 01 Jun 2004 21:10:06 +0200
From: Jeroen Dekkers <address@hidden>
To: Ray Kolbe <address@hidden>
Cc: address@hidden
Subject: Re: [bug-inetutils] unable to build inetutils on sparc solaris
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)
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")

At Tue, 01 Jun 2004 12:02:33 -0700,
Ray Kolbe wrote:
>  >
>  > Where are they? You pasted 11705 lines, or 338421 characters of
>  > output, please do not expect us to weed through it.
>  >
> > Also, have you checked that mailing list archives if this question has
>  > been answered already?
>
> In attempting to build inetutils 1.4.2 I got several error messages
> which prevented the build.  These were independent of compiler (I tried
> both the gcc and the sun compilers).  I am running an ultra 60 with the
> followng configuration:
>
> SunOS Release 5.9 Version Generic 64-bit
> Sun Ultra 60 UPA/PCI (2 X UltraSPARC-II 450MHz)
>
>    >uname -a
> SunOS rave 5.9 Generic sun4u sparc SUNW,Ultra-60 Solaris
>
> I have attached the config.log file from the gcc attempt, and I also
> attempted to use the sun compiler, which I attempted to do with 64-bit
> compilation, as well as the default.  They all failed similarly.  I do
> have those config.log files if you're interested.

It looks like that configure went fine. The problem is probably in
the make part, right? Send us the error messages "make" gives you.

Jeroen Dekkers


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'






reply via email to

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