473,395 Members | 1,653 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Installing gcc problem

CoL
I am installing gcc 2.95.3 version as required by our product.
current compiler 2.96 used for building --installing
After ./configure
make bootstrap gives below error

../parse.y:379.10-15: type redeclaration for interface_type_list
../parse.y:388.10-15: type redeclaration for class_member_declaration
../parse.y:401.10-15: type redeclaration for
unary_expression_not_plus_minus
make[3]: *** [../../../gcc-2.95.3/gcc/java/parse.c] Error 1
make[3]: Leaving directory `/scratch/bkirunge/gcc_local/gcc/java'
make[2]: *** [jc1] Error 2
make[2]: Leaving directory `/scratch/bkirunge/gcc_local/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/scratch/bkirunge/gcc_local/gcc'

Any clue...
Thanks&Ragrds
COL

Nov 23 '06 #1
6 1855
CoL a écrit :
I am installing gcc 2.95.3 version as required by our product.
current compiler 2.96 used for building --installing
After ./configure
make bootstrap gives below error

./parse.y:379.10-15: type redeclaration for interface_type_list
./parse.y:388.10-15: type redeclaration for class_member_declaration
./parse.y:401.10-15: type redeclaration for
unary_expression_not_plus_minus
make[3]: *** [../../../gcc-2.95.3/gcc/java/parse.c] Error 1
make[3]: Leaving directory `/scratch/bkirunge/gcc_local/gcc/java'
make[2]: *** [jc1] Error 2
make[2]: Leaving directory `/scratch/bkirunge/gcc_local/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/scratch/bkirunge/gcc_local/gcc'

Any clue...
Thanks&Ragrds
COL
Clueless?

Hire somebody that has a clue. Your product needs professionals,
and installing gcc, using it, and in general dealing with
software construction can't be left to dilettants that must
ask in newsgroups how to do things because they have no clue.

STOP THE REIGN OF INCOMPETENCE IN SOFTWARE.

Hire professional people. Get rid of the clueless/ignorants/lazy.
Nov 23 '06 #2
"CoL" <ap***********@gmail.comwrites:
I am installing gcc 2.95.3 version as required by our product.
current compiler 2.96 used for building --installing
After ./configure
make bootstrap gives below error
[snip]
>
Any clue...
Try asking in gnu.gcc.help.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Nov 23 '06 #3
CoL said:
I am installing gcc 2.95.3 version as required by our product.
current compiler 2.96 used for building --installing
After ./configure
make bootstrap gives below error
This sounds like a job for the gnu.gcc.help newsgroup.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
Nov 23 '06 #4
jacob navia <ja***@jacob.remcomp.frwrites:
CoL a écrit :
>I am installing gcc 2.95.3 version as required by our product.
current compiler 2.96 used for building --installing
[...]
Clueless?

Hire somebody that has a clue. Your product needs professionals,
and installing gcc, using it, and in general dealing with
software construction can't be left to dilettants that must
ask in newsgroups how to do things because they have no clue.

STOP THE REIGN OF INCOMPETENCE IN SOFTWARE.

Hire professional people. Get rid of the clueless/ignorants/lazy.
The question was off-topic, but not deserving of that kind of abuse.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Nov 23 '06 #5
Keith Thompson said:
jacob navia <ja***@jacob.remcomp.frwrites:
>>
STOP THE REIGN OF INCOMPETENCE IN SOFTWARE.

Hire professional people. Get rid of the clueless/ignorants/lazy.

The question was off-topic, but not deserving of that kind of abuse.
Agreed. As the famous Welsh-Japanese poet Dai Ku once rightly said:

Cbg pnyyf xrggyr oynpx
Ulcbpevfl unf erghearq
Fabj snyyf ba bhe tebhc

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
Nov 23 '06 #6
Keith Thompson wrote:
"CoL" <ap***********@gmail.comwrites:
>I am installing gcc 2.95.3 version as required by our product.
current compiler 2.96 used for building --installing
After ./configure
make bootstrap gives below error
[snip]
>Any clue...

Try asking in gnu.gcc.help.
but don't be surprised if you get advice to reconcile your application
with standard C and use currently supported gcc versions.
Nov 23 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Jean-Christian Imbeault | last post by:
I have a user account on a RH Linux machine but no root access. I succesfully installed apache 1.3 under my /home/ account but can't get PHP to install properly. I have done the following...
5
by: Gerald Hernandez | last post by:
One of my development PC's died, and I need to have legacy VS and VS.Net installed at the same time. On the now dead PC, I had VS6 installed prior to installing VS.Net. This worked just fine. On...
0
by: Steve | last post by:
I'm posting this message here, so that someone googling here will be able to find it. I was having problems installing cx_Oracle on Solaris. The build would fail with a message: > ld: fatal:...
3
by: jaggi | last post by:
Hi all, I downloaded DB2 enterprise edition from partnerworld on ibm.com and unzipped and untarred it and copied it to CD and tried installing on AIX using SMIT. I am getting errors while...
13
by: bjhartin | last post by:
All, I was working at a client's site when I installed Visual Basic 6 on a machine at their request. Existing applications on this machine had specified version 4.0 of the Jet OLEDB provider in...
7
by: Adam | last post by:
Im trying to add an httphandler for all *.sgf file extensions. I have developed the handler, 1. installed it into the gac 2. added it to the machine.config: <httpHandlers> <add verb="*"...
11
by: tshad | last post by:
I have a small Windows Service program that just has a timer on it and it built fine. I try to install it using InstallUtil and I get the following message: ...
5
by: John | last post by:
Hi I have an Outlook add-in solution which includes a setup project. If I install the Outlook add-in by right clicking on the setup project and sleeting Install then the add-in gets installed...
2
by: Tam | last post by:
Im running into problems installing either VS 05 or 08 on a Vista Premium 64 bit machine and, ahem, it isnt going sweetly. When installing i get an "Error 1935.An error occured during the...
0
by: trihaitran | last post by:
I am reading chapter two of the Pylons book. In the text I am told to run: $ python virtualenv.py --no-site-packages env This is what I got back: $ python virtualenv.py --no-site-packages...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.