[help] trouble installing clean on linux

Ron Wichers Schreur ronny@cs.kun.nl
Wed, 27 Mar 1996 10:54:39 +0100


Jonathan Moody <jwmoody@mailhost.ecn.uoknor.edu> wrote:

> Despite following the directions found in the README.ELF
> file, I received the following error messages while
> building clean using "make install":

> StdClassList.s: Assembler messages:
> StdClassList.s:5535: Error: Alignment not a power of 2
[..]

The problem is that different versions of the GNU assembler
interpret the .align instructions differently. Some expect a
power of two with the alignment directive (.align 3 = align
on 2^3 = 8), others use the literal value (.align 8 = align 8).

Miguel Lorenzo Turbon <burton@ceu.fi.udc.es> responded:

> I had the same problem than you, my solution was to remove the Clean 
> directory, uncompress the tar again and make all the changes (patches..)
> before any compilation.

This turns out to be the solution. The file README.ELF now instructs
you to apply the patch to clm before installing Clean. Thanks for
this tip.

The next release of Clean will have proper support for ELF.


Cheers,

Ronny Wichers Schreur
ronny@cs.kun.nl