You are not logged in.

#1 2005-02-28 19:05:36

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

gcc-g77 creates "bad" executables

I have switch from the gcc-g77 in my repo to the official one in extra but it doesn't work. It can compile the program without error but when I try to run it,  the hard drive starts acting  up, slowing the computer.  According to gkrellm, MBs of data is written to the hard drive.  It is definitely not due to my program. And, I'm pretty sure that it is not due to any background task.  I also tried with a different program with same results.
If I use my version of gcc-g77 or the Intel compiler, the programs are compiled and executed in less than 5 seconds.
The main differences between the official and my private PKGBUILD are the following:
1. The official PKGBUILD downloads the gcc-core sources which my PKGBUILD don't use. :?
2. The official PKGBUILD compiles with

make || return 1

while my personal PKGBUILD compiles with

make bootstrap || return 1

That might be the problem.

I want to know if someone else has problems with gcc-g77. If so, or if there is no answer by the end of the week, I will submit a bug report.

Offline

#2 2005-02-28 21:35:34

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: gcc-g77 creates "bad" executables

Well i would say that you have enough of a problem description to be able to file a decent bug now. If you act now it can be dealt with sooner rather than later.


AKA uknowme

I am not your friend

Offline

#3 2005-02-28 22:10:08

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: gcc-g77 creates "bad" executables

OK. I will submit a bug report.

Offline

#4 2005-02-28 23:42:00

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: gcc-g77 creates "bad" executables

Excellent. It is a far better approach to have the bug open and this post here for feedback at the same time.


AKA uknowme

I am not your friend

Offline

Board footer

Powered by FluxBB