Better solution: bin/package make CCFLAGS=-U__LONGDOUBLE128
prevents the problem and removes the requirement for -ldecNumber.

Philippe Bergheaud

Glenn Fowler <[email protected]> wrote on 09/06/2010 05:31:51:

> 
> if you find a <math.h> function or small C program that
> requires both -lm and -ldecNumber then I'll post the
> src/cmd/INIT makefile changes to handle -ldecNumber
> 
> On Sun, 5 Sep 2010 20:23:31 +0200 Philippe Bergheaud wrote:
> > I could not find any such .o in the ast-base tree.  Several libm.a 
> > functions require libdecNumber.a.
> > I have tried, and failed, to combine -lm with -ldecNumber (not fluent 
> > enough in iffe/mamake/nmake).
> 
> > Philippe Bergheaud
> 
> > Glenn Fowler <[email protected]> wrote on 09/04/2010 21:51:04:
> 
> > > 
> > > can you see what .o pulls in this function?
> > > thanks
> > > 
> > > On Sat, 4 Sep 2010 19:53:22 +0200 Philippe Bergheaud wrote:
> > > > Compiling ast-cql.2010-03-09 with ast-base-2010-08-11 on AIX 6.1,
> > > > I get the following errors when cpp is executed:
> > > 
> > > > Could not load program 
> > > > /home/felix/ast-cql.2010-03-09/arch/ibm.risc/lib/cpp:
> > > > rtld: 0712-001 Symbol decimal128ToNumber was referenced
> > > >       from module 
> > > > /home/felix/ast-cql.2010-03-09/arch/ibm.risc/lib/libast.so(), 
> > > > but a runtime definition of the symbol was not found.
> > > > [...]
> > > > rtld: 0712-001 Symbol decNumberQuantize was referenced
> > > >       from module 
> > > > /home/felix/ast-cql.2010-03-09/arch/ibm.risc/lib/libast.so(), 
> > > > but a runtime definition of the symbol was not found.
> > > > make [lib/libcoshell]: *** termination code 127 making coopen.o
> > > > make [lib/libcoshell]: *** termination code 127 making coclose.o
> > _______________________________________________
> > ast-users mailing list
> > [email protected]
> > https://mailman.research.att.com/mailman/listinfo/ast-users
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to