This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi, Jeff:
I tried the following but I still got some errors:
----------------------------------------------------------------------------
----------
[slc001]# ../configure --enable-languages=c 1>>config_output2.txt
2>>config_output2.txt
[slc001]#ls -l /usr/bin/gmake
----------------------------------------------------------------------------
----------
Here are the log files:
Also, I do have unistd.h:
----------------------------------------------------------------------------
----------
[slc001]# pwd
/usr/include
[slc001]ls -l unistd.h
-r--r--r-- 1 bin bin 8760 Mar 5 2002 unistd.h
[slc001]# grep -n _FILENO unistd.h
53:#define STDIN_FILENO 0
54:#define STDOUT_FILENO 1
55:#define STDERR_FILENO 2
----------------------------------------------------------------------------
----------
Thanks!
Lance
-----Original Message-----
From: Jeff Sturm [mailto:jsturm@one-point.com]
Sent: Wednesday, May 28, 2003 4:50 PM
To: Joe Buck
Cc: Zhang, Lance X.; gcc@gcc.gnu.org
Subject: Re: Help: failed to install gcc on my SCO UnixWare machine!
On Wed, 28 May 2003, Joe Buck wrote:
> On Wed, May 28, 2003 at 03:52:01PM -0500, Zhang, Lance X. wrote:
> > [slc001]# ../configure 1>>config_output.txt 2>>config_output.txt
> > [slc001]#ls -l /usr/bin/gmake
>
> Something seems to be going wrong with Java; I have not seen that error
> before. I can't advise you on that, but you could try just building the
> other languages:
>
> ../configure --enable-languages=c,c++,objc,f77
The fastjar failure seems to indicate that unistd.h is missing or doesn't
define STDIN_FILENO/STDOUT_FILENO. It'd be nice to know why it builds for
other UnixWare users but not you, e.g.
http://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00845.html
Jeff
NOTICE: This electronic mail transmission may contain confidential
information and is intended only for the person(s) named. Any use, copying
or disclosure by any other person is strictly prohibited. If you have
received this transmission in error, please notify the sender via e-mail.
Attachment:
config_output2.txt
Description: Text document
Attachment:
gmake_output2.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |