You configure.ac contains a lot of small errors.
For example, you should not define CXXFLAGS in your configure script,
the user should have a chance to define them before running ./configure
AFAIK, you should only append to them.
Next, having
CXXFLAGS="-O3 -ffast-math"
AS_IF([test "$debug" != "no
I managed to solve the problem. It was a missing " character when setting
CPPFLAGS. Thanks again!
On Thu, Apr 2, 2009 at 12:13 PM, Coleman Kane wrote:
> On Thu, 2009-04-02 at 10:44 -0700, Evan Klinger wrote:
> > Hello,
> > I've been trying to get my configure.ac script working for several days
>
On Thu, 2009-04-02 at 10:44 -0700, Evan Klinger wrote:
> Hello,
> I've been trying to get my configure.ac script working for several days and
> I'm stuck. It actually compiles fine into the configure script but when I
> run the configure script it errors out with a parse error:
>
> Found CImg.h in
Hello,
I've been trying to get my configure.ac script working for several days and
I'm stuck. It actually compiles fine into the configure script but when I
run the configure script it errors out with a parse error:
Found CImg.h in current directory.
./configure: line 17860: syntax error near unex
I have been trying to use Autotoolset for about two days now. I am at a
point that I need some help.
I have a set of Rexx fucntions that I am porting from IBM Rexx to
Regina. My problem is that my
configuration does not create the librxpipe.so file. I am sure that it
is a simple problem of u