bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gsl] Bug in gsl-1.6/wavelet/dwt.c


From: Anthony Senise
Subject: [Bug-gsl] Bug in gsl-1.6/wavelet/dwt.c
Date: Mon, 28 Mar 2005 18:46:55 -0500

The function prototype for dwt_step() does not match the function
signature, which results in a compilation error (compiled on Solaris
2.6).

The prototype dwt_step(..., int isign, ...) should instead be
dwt_step(..., gsl_wavelet_direction dir, ...).

Another problem, which I have not been able to get by, is the following
compilation error:

########
Making all in wavelet
Making all in doc
/bin/ksh ./libtool --mode=link cc  -g    -o gsl-randist  gsl-randist.o
libgsl.la cblas/libgslcblas.la -lm
cc -g -o gsl-randist gsl-randist.o  ./.libs/libgsl.a
cblas/.libs/libgslcblas.a -lm
Undefined   first referenced
 symbol         in file
gsl_finite                          ./.libs/libgsl.a(infnan.o)
ld: fatal: Symbol referencing errors. No output written to gsl-randist
*** Error code 1
make: Fatal error: Command failed for target `gsl-randist'
Current working directory
/net/sds1/raid2/elvis-raid/u/project/senise/gsl-1.6
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory
/net/sds1/raid2/elvis-raid/u/project/senise/gsl-1.6
*** Error code 1
make: Fatal error: Command failed for target `all'
########





reply via email to

[Prev in Thread] Current Thread [Next in Thread]