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]

Help: failed to install gcc on my SCO UnixWare machine!


Title: Help: failed to install gcc on my SCO UnixWare machine!

Hi, there:

I downloaded gcc package from your web site and tried to install it onto my UnixWare box but failed.
The following is what I did:

-------------------------------------------------------------------------------------------------------------------------------------------------

[slc001]#uname -a
UnixWare slc001 5 7.1.0 i386 x86at SCO UNIX_SVR5
[slc001]#
[slc001]#uname -f
architecture=IA32
bus_types=PCI2.10,EISA,ISA
hostname=slc001.mcleodusa.com
hw_provider=Generic AT
hw_serial=2GF011288
kernel_stamp=99/03/04
machine=Pentium Pro
num_cg=1
num_cpu=1
os_base=UNIX_SVR5
os_provider=SCO
release=5
srpc_domain=
sysname=UnixWare
user_limit=5
version=7.1.0
[slc001]#
[slc001]#uname -X

System = UnixWare
Node = slc001
Release = 5
KernelID = 99/03/04
Machine = Pentium Pro
BusType = EISA
Serial = 2GF011288
Users = 5
OEM# = 0
Origin# = 1
NumCPU = 1


[slc001]#pwd  
/e800/src
[slc001]#ls -l gcc-3.3.tar
-rw-r--r--  1 root     152872960 May 28 14:10 gcc-3.3.tar
[slc001]#tar -xvf gcc-3.3.tar 1>>untar_output.txt 2>>untar_output.txt
[slc001]#cd gcc-3.3
[slc001]#mkdir objdir
[slc001]#cd objdir
[slc001]#pwd
/e800/src/gcc-3.3/objdir
[slc001]# ../configure 1>>config_output.txt 2>>config_output.txt
[slc001]#ls -l /usr/bin/gmake
lrwxrwxrwx  1 root           19 Sep 10  2002 /usr/bin/gmake -> /usr/local/bin/make
[slc001]#ls -l /usr/local/bin/make
-rwxrwxrwx  1 root       758378 Aug 22  2002 /usr/local/bin/make
[slc001]# /usr/bin/gmake 1>>gmake_output.txt 2>>gmake_output.txt
[slc001]#date
Wed May 28 14:28:28 MDT 2003
[slc001]#


-------------------------------------------------------------------------------------------------------------------------------------------------

The following are the command outputs I got:

<<config_output.txt>> <<gmake_output.txt>>



Would you please tell me what went wrong?

Many thanks!



Lance Zhang
McLeodUSA Inc.





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_output.txt
Description: Text document

Attachment: gmake_output.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]