At Sun, 3 Aug 2008 19:45:33 +1000, Sisyphus wrote: > But the library seems to be mssing the following symbols (which are to be > found in gsl_block_complex_long_double.h and gsl_block_long_double.h): > > `gsl_block_complex_long_double_fscanf' > `gsl_block_complex_long_double_fprintf' > `gsl_block_complex_long_double_raw_fscanf' > `gsl_block_complex_long_double_raw_fprintf' > `gsl_block_long_double_fscanf' > `gsl_block_long_double_fprintf' > `gsl_block_long_double_raw_fscanf' > > Anyone know why that might be ?
The configure test for fprintf/fscanf with long-double failed so those functions are not compiled. -- Brian Gough
