Re: [Amforth-devel] compiling avra

2011-02-02 Thread Marcin Cieslak
>> Erich Waelde wrote: > it's makefiles/... with 's'. thanks, of course you are right, sorry for my mistake > On amd64 I currently need the trailing LDFLAGS='' to remove the "-s" > compiler option. Otherwise I get a relocation error. Using strip > separately afterwards is save. I tried that on

Re: [Amforth-devel] compiling avra

2011-02-01 Thread Erich Waelde
Hi, > - unpack avra, I am using: > > git clone git://avra.git.sourceforge.net/gitroot/avra/avra avra > > cd avra/src > make -f makefile/Makefile.linux clean > make -f makefile/Makefile.linux > > you should get a working "avra" in the src directory, try: $ make -f ./makefiles/Makefile.linux LDF

Re: [Amforth-devel] compiling avra

2011-02-01 Thread Marcin Cieslak
>> Matthias Trute wrote: > Hi, > > Elliott Chapin wrote: > >> Makefile.am: required file `./NEWS' not found >> Makefile.am: required file `./ChangeLog' not found >> >> As a late friend might have said: It bagles the mind. Why might such >> files be needed? > > an easy and quick fix is simply creat

Re: [Amforth-devel] compiling avra

2011-01-31 Thread Matthias Trute
Hi, Elliott Chapin wrote: > Makefile.am: required file `./NEWS' not found > Makefile.am: required file `./ChangeLog' not found > > As a late friend might have said: It bagles the mind. Why might such > files be needed? an easy and quick fix is simply create the files ("touch NEWS Changelog") but

[Amforth-devel] compiling avra

2011-01-31 Thread Elliott Chapin
For the time being I am planning to use the static version, but I have been asked what happened when I failed to compile avra from source: Makefile.am: required file `./NEWS' not found Makefile.am: required file `./ChangeLog' not found As a late friend might have said: It bagles the mind. Why mi