Hi,

I'm just CCing Matthias Klose because I'm unsure if this is a problem
in gcc-4.0.

On Thu, Jul 14, 2005 at 03:29:25PM -0700, Matt Kraai wrote:
> Package: arj
> Version: 3.10.21-4
> Severity: serious
> 
> arj fails to build from source with the following error message:
> 
> > ./linux-gnu/en/rs/tools/postproc linux-gnu/en/rs/arj/arj
> > POSTPROC v 1.30  [17/01/2003]  Not a part of any binary package!
> > 
> > Patch not found

I fixed this problem for gcc-3.4, by changing an unreferenced variable
to a "static const", this worked even with -O2 at the time. With gcc-4.0
it's removing the variable, but reading the documentation there it's
stated that -fkeep-static-consts is used by default, and even if
explicitely specified it keeps removing the variable. I talked with
Matthias and he suggested to add a reference to that variable from an
existing function, but I'm curious to know if this is a problem in the
compiler itself.

regards,
guillem


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to