next.
Do you have any suggestion for solving this issue, can I post other files?
Thank you.
Jari.
From: Stepan Kasal <[EMAIL PROTECTED]>
To: Jari Strand <[EMAIL PROTECTED]>
CC: automake@gnu.org
Subject: Re: no rule to make asm targets
Date: Wed, 6 Dec 2006 11:52:19 +0100
Hello,
On
Hello,
From: Stepan Kasal <[EMAIL PROTECTED]>
To: Jari Strand <[EMAIL PROTECTED]>
CC: automake@gnu.org
Subject: Re: no rule to make asm targets
Date: Wed, 6 Dec 2006 11:52:19 +0100
Hello,
On Wed, Dec 06, 2006 at 06:21:09AM +0200, Jari Strand wrote:
> >For example, does b
Hi,
From: Stepan Kasal <[EMAIL PROTECTED]>
To: Jari Strand <[EMAIL PROTECTED]>
CC: automake@gnu.org
Subject: Re: no rule to make asm targets
Date: Tue, 5 Dec 2006 20:59:50 +0100
Hello,
On Tue, Dec 05, 2006 at 07:28:28PM +0200, Jari Strand wrote:
> Ralf wrote:
> >
From: Ralf Wildenhues <[EMAIL PROTECTED]>
To: Jari Strand <[EMAIL PROTECTED]>
CC: automake@gnu.org
Subject: Re: no rule to make asm targets
Date: Tue, 5 Dec 2006 07:32:34 +0100
* Jari Strand wrote on Tue, Dec 05, 2006 at 04:03:01AM CET:
> >From: Ralf Wildenhues
Hi, I'm trying to add build option for asm files and I have done this
succesfully before but there seems to be something wrong with my
configuration at this time.
This is what I have in configure.in:
dnl Check for nasm
AC_PATH_PROG(NASM_PATH, nasm, no)
AC_SUBST(NASM_PATH)
if test x$NASM_PATH