[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnats/278: Cannot compile Gnats 3.113-1on solaris 5.6
From: |
manish_aggarwal |
Subject: |
gnats/278: Cannot compile Gnats 3.113-1on solaris 5.6 |
Date: |
12 Oct 2001 21:29:47 -0000 |
>Number: 278
>Category: gnats
>Synopsis: Cannot compile Gnats 3.113-1on solaris 5.6
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Oct 12 14:34:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: address@hidden
>Release: Gnats 3.113-1
>Organization:
>Environment:
Solaris 5.6
>Description:
I am trying to install gnats on a Sun machine
I ran ./configure and its output is in the attached file.
But when I run "make" i get the following output/error:
if [ -n "" ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
echo "# !Automatically generated from ./functions.def"\
"- DO NOT EDIT!" >needed2.awk
grep '^DEFVAR(' < ./functions.def \
| sed -e '/DEFVAR/s|DEFVAR.\([^,]*\).*|/\1/ { printf "#ifndef NEED_\1\\n#define
NEED_\1\\n#endif\\n" }|' \
>>needed2.awk
grep '^DEFFUNC(' < ./functions.def \
| sed -e '/DEFFUNC/s|DEFFUNC.\([^,]*\).*|/\1/ { printf "#ifndef NEED_\1\\n#defi
ne NEED_\1\\n#endif\\n" }|' \
>>needed2.awk
gcc -c -g -O2 -I. -I./../include -DHAVE_SYSCONF ./dummy.c
2>/dev/null
*** Error code 1
make: Fatal error: Command failed for target `dummy.o'
Current working directory /products/gnats/gnats-3.113.1/libiberty
*** Error code 1
make: Fatal error: Command failed for target `all-libiberty'
Can someone helpme with this. Am i going something wrong or is something
missing from the environment ....?
Any input is highly appreciated.
Thanks
>How-To-Repeat:
run make after running ./configure
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
- gnats/278: Cannot compile Gnats 3.113-1on solaris 5.6,
manish_aggarwal <=