Re: nasm problem - Probably not.

2012-10-15 Thread Joel Sing
On Mon, 15 Oct 2012, Chris Bennett wrote: > I went and tried files I had produced many months ago and I get same error! > > ./cat[1]: syntax error: `(' unexpected > > I don't think the problem is with nasm, but something else? For some reason the kernel does not think it is a valid executable - ca

Re: nasm problem - Probably not.

2012-10-15 Thread Remco
Chris Bennett wrote: > I went and tried files I had produced many months ago and I get same > error! > > ./cat[1]: syntax error: `(' unexpected > > I don't think the problem is with nasm, but something else? > > Chris Bennett Is it possible you somehow mixed up i386/amd64 libraries/binaries ?

Re: nasm problem - Probably not.

2012-10-14 Thread Chris Bennett
I went and tried files I had produced many months ago and I get same error! ./cat[1]: syntax error: `(' unexpected I don't think the problem is with nasm, but something else? Chris Bennett