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

Re: sound blaster card



steef wrote:
michael wrote:
On Thu, 2007-03-29 at 13:45 +0200, steef wrote:
michael wrote:
On Thu, 2007-03-29 at 11:36 +0100, michael wrote:
On Thu, 2007-03-29 at 01:36 -0700, Andrew Sackville-West wrote:
On Thu, Mar 29, 2007 at 09:24:03AM +0100, michael wrote:
On Wed, 2007-03-28 at 14:39 -0700, Andrew Sackville-West wrote:
On Wed, Mar 28, 2007 at 09:30:56PM +0100, michael wrote:
On Wed, 2007-03-28 at 13:05 -0700, Andrew Sackville-West wrote:
On Wed, Mar 28, 2007 at 12:48:19PM +0100, michael wrote:
On Wed, 2007-03-28 at 05:37 -0600, Teilhard Knight wrote:
Folks
I've a Creative Sound Blaster Live! 24bit soundcard which I've got to work in another Debian 2.6 box but am having problems with another box, so all help welcome. Full details are below, but essentially lspci sees
the card but alsaconf gives firstly:
"No supported PnP or PCI card found.              ???
please provide us with relevant output of lspci -vv

also, provide the output of
lsmod | grep snd

As requested:

michael@ratty:~$ sudo lspci -vv;lsmod |grep snd
Password:
{snip}

0000:04:05.0 Multimedia audio controller: Creative Labs SB Audigy LS
        Subsystem: Creative Labs: Unknown device 1006
----------------------------------^^^^^^^^^^^^^^^^^

it appears the kernel is not recognising your card. do you know which module it requires? you could manually insert the module (modprobe) and then try alsaconf again. If that worked, you'd have to then find
out WHY the kernel wasn't identifying the card properly, or why
themodule wasn'tbeing inserted (blacklisted perhaps? or maybe not
selected in the kernel config).
hth
with the other machines I used, alsaconf inserted the module. also note that virtually all my devices are unknown (so nothing should work?!):
huh. look at that. mine too... well not so many as you, but still.
regardless, do you know which module? and can you manually insert it to
see what happens?
I'm pretty sure it wants the ca0106 but I can't find it (NB this box is 'stable' dist, the other which worked was 'unstable')
However am confused as to why we don't need to discover why alsaconf
isn't finding card before we worry about modules?
mmm.. maybe the answer is staring me in the face: unstable has a later
version of ALSA than stable...

so how would I go about installing *just* ALSA from unstable?


hi,

install the newest alsa-drivers into your kernel from the alsa website.

downloaded alsa-driver-1.0.14rc3.tar but './configure' fails but I don't
see why.
config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --with-cards=ca0106 --with-sequencer=yes

## --------- ##
## Platform. ##
## --------- ##

hostname = ratty
uname -m = i686
uname -r = 2.6.8-3-686-smp
uname -s = Linux
uname -v = #1 SMP Sat Jul 15 08:52:57 UTC 2006

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
PATH: /opt/intel/fc/9.0/bin
PATH: /opt/intel_cc_80/bin
PATH: /usr/local/mpich/bin
PATH: /home/michael/bin
PATH: /home/mbane/netCDF/netcdf-3.5.1/bin
PATH: /usr/local/ncarg/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1375: checking for gcc
configure:1391: found /usr/bin/gcc
configure:1401: result: gcc
configure:1645: checking for C compiler version
configure:1648: gcc --version </dev/null >&5
gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

configure:1651: $? = 0
configure:1653: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
Configured with: ../src/configure -v --enable-languages=c,c
++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared
--enable-__cxa_atexit --with-system-zlib --enable-nls
--without-included-gettext --enable-clocale=gnu --enable-debug
--enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc
i486-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)
configure:1656: $? = 0
configure:1658: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1661: $? = 1
configure:1684: checking for C compiler default output file name
configure:1687: gcc    conftest.c  >&5
configure:1690: $? = 0
configure:1736: result: a.out
configure:1741: checking whether the C compiler works
configure:1747: ./a.out
configure:1750: $? = 0
configure:1767: result: yes
configure:1774: checking whether we are cross compiling
configure:1776: result: no
configure:1779: checking for suffix of executables
configure:1781: gcc -o conftest    conftest.c  >&5
configure:1784: $? = 0
configure:1809: result: configure:1815: checking for suffix of object files
configure:1836: gcc -c   conftest.c >&5
configure:1839: $? = 0
configure:1861: result: o
configure:1865: checking whether we are using the GNU C compiler
configure:1889: gcc -c   conftest.c >&5
configure:1895: $? = 0
configure:1899: test -z              || test ! -s conftest.err
configure:1902: $? = 0
configure:1905: test -s conftest.o
configure:1908: $? = 0
configure:1921: result: yes
configure:1927: checking whether gcc accepts -g
configure:1948: gcc -c -g  conftest.c >&5
configure:1954: $? = 0
configure:1958: test -z              || test ! -s conftest.err
configure:1961: $? = 0
configure:1964: test -s conftest.o
configure:1967: $? = 0
configure:1978: result: yes
configure:1995: checking for gcc option to accept ANSI C
configure:2065: gcc  -c -g -O2  conftest.c >&5
configure:2071: $? = 0
configure:2075: test -z              || test ! -s conftest.err
configure:2078: $? = 0
configure:2081: test -s conftest.o
configure:2084: $? = 0
configure:2102: result: none needed
configure:2120: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2126: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2300: checking for ranlib
configure:2316: found /usr/bin/ranlib
configure:2327: result: ranlib
configure:2377: checking for a BSD-compatible install
configure:2432: result: /usr/bin/install -c
configure:2455: checking how to run the C preprocessor
configure:2490: gcc -E  conftest.c
configure:2496: $? = 0
configure:2528: gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:2534: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| | #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2573: result: gcc -E
configure:2597: gcc -E  conftest.c
configure:2603: $? = 0
configure:2635: gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:2641: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| | #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2685: checking for egrep
configure:2695: result: grep -E
configure:2700: checking for ANSI C header files
configure:2725: gcc -c -g -O2  conftest.c >&5
configure:2731: $? = 0
configure:2735: test -z              || test ! -s conftest.err
configure:2738: $? = 0
configure:2741: test -s conftest.o
configure:2744: $? = 0
configure:2830: gcc -o conftest -g -O2   conftest.c  >&5
configure:2833: $? = 0
configure:2835: ./conftest
configure:2838: $? = 0
configure:2853: result: yes
configure:2866: checking for an ANSI C-conforming const
configure:2933: gcc -c -g -O2  conftest.c >&5
configure:2939: $? = 0
configure:2943: test -z              || test ! -s conftest.err
configure:2946: $? = 0
configure:2949: test -s conftest.o
configure:2952: $? = 0
configure:2963: result: yes
configure:2973: checking for inline
configure:2994: gcc -c -g -O2  conftest.c >&5
configure:3000: $? = 0
configure:3004: test -z              || test ! -s conftest.err
configure:3007: $? = 0
configure:3010: test -s conftest.o
configure:3013: $? = 0
configure:3025: result: inline
configure:3044: checking whether time.h and sys/time.h may both be
included
configure:3069: gcc -c -g -O2  conftest.c >&5
configure:3075: $? = 0
configure:3079: test -z              || test ! -s conftest.err
configure:3082: $? = 0
configure:3085: test -s conftest.o
configure:3088: $? = 0
configure:3099: result: yes
configure:3111: checking whether gcc needs -traditional
configure:3153: result: no
configure:3161: checking for current directory
configure:3165: result: /home/michael/src/alsa-driver-1.0.14rc3
configure:3402: checking cross compile
configure:3414: result: configure:3429: checking for directory with kernel source
configure:3450: result: /lib/modules/2.6.8-3-686-smp/source
configure:3453: checking for directory with kernel build
configure:3465: result: /lib/modules/2.6.8-3-686-smp/build
configure:3470: checking for kernel linux/version.h
configure:3474: result: no

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_header_stdc=yes
ac_cv_header_time=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_gcc_traditional=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
ARCH=''
AS='as'
CC='gcc'
CFLAGS='-g -O2'
CONFIG_AC97_BUS=''
CONFIG_ALPHA=''
CONFIG_ARCH_AT91=''
CONFIG_ARCH_PXA=''
CONFIG_ARCH_S3C2410=''
CONFIG_ARCH_SA1100=''
CONFIG_ARM=''
CONFIG_ARM_AMBA=''
CONFIG_BROKEN=''
CONFIG_EXPERIMENTAL=''
CONFIG_FW_LOADER=''
CONFIG_GSC=''
CONFIG_HAVE_PCSP_HOOK=''
CONFIG_HPET=''
CONFIG_I2C=''
CONFIG_I2C_POWERMAC=''
CONFIG_I2C_SENSOR=''
CONFIG_INPUT=''
CONFIG_ISA=''
CONFIG_ISAPNP=''
CONFIG_ISAPNP_KERNEL=''
CONFIG_ISA_DMA_API=''
CONFIG_L3=''
CONFIG_MACH_ETI_B1=''
CONFIG_MACH_ETI_C1=''
CONFIG_MACH_POODLE=''
CONFIG_MACH_TOSA=''
CONFIG_MIPS=''
CONFIG_PARISC=''
CONFIG_PARPORT=''
CONFIG_PCI=''
CONFIG_PCMCIA=''
CONFIG_PM=''
CONFIG_PNP=''
CONFIG_PNP_KERNEL=''
CONFIG_PPC=''
CONFIG_PPC_PMAC=''
CONFIG_PROC_FS=''
CONFIG_PXA_SHARP_C7XX=''
CONFIG_PXA_SHARP_CXX00=''
CONFIG_RTC=''
CONFIG_SBUS=''
CONFIG_SGI=''
CONFIG_SND=''
CONFIG_SND_AC97_CODEC=''
CONFIG_SND_AC97_POWER_SAVE=''
CONFIG_SND_AD1816A=''
CONFIG_SND_AD1848=''
CONFIG_SND_AD1848_LIB=''
CONFIG_SND_AD1889=''
CONFIG_SND_ADLIB=''
CONFIG_SND_ALI5451=''
CONFIG_SND_ALS100=''
CONFIG_SND_ALS300=''
CONFIG_SND_ALS4000=''
CONFIG_SND_AOA=''
CONFIG_SND_AOA_FABRIC_LAYOUT=''
CONFIG_SND_AOA_ONYX=''
CONFIG_SND_AOA_SOUNDBUS=''
CONFIG_SND_AOA_SOUNDBUS_I2S=''
CONFIG_SND_AOA_TAS=''
CONFIG_SND_AOA_TOONIE=''
CONFIG_SND_ARMAACI=''
CONFIG_SND_ASIHPI=''
CONFIG_SND_AT91_SOC=''
CONFIG_SND_AT91_SOC_ETI_B1_WM8731=''
CONFIG_SND_AT91_SOC_ETI_SLAVE=''
CONFIG_SND_AT91_SOC_I2S=''
CONFIG_SND_ATIIXP=''
CONFIG_SND_ATIIXP_MODEM=''
CONFIG_SND_AU1X00=''
CONFIG_SND_AU8810=''
CONFIG_SND_AU8820=''
CONFIG_SND_AU8830=''
CONFIG_SND_AZT2320=''
CONFIG_SND_AZT3328=''
CONFIG_SND_BIT32_EMUL=''
CONFIG_SND_BT87X=''
CONFIG_SND_BT87X_OVERCLOCK=''
CONFIG_SND_CA0106=''
CONFIG_SND_CMI8330=''
CONFIG_SND_CMIPCI=''
CONFIG_SND_CS4231=''
CONFIG_SND_CS4231_LIB=''
CONFIG_SND_CS4232=''
CONFIG_SND_CS4236=''
CONFIG_SND_CS4281=''
CONFIG_SND_CS46XX=''
CONFIG_SND_CS46XX_NEW_DSP=''
CONFIG_SND_CS5535AUDIO=''
CONFIG_SND_DARLA20=''
CONFIG_SND_DARLA24=''
CONFIG_SND_DATE=''
CONFIG_SND_DEBUG=''
CONFIG_SND_DEBUG_DETECT=''
CONFIG_SND_DEBUG_MEMORY=''
CONFIG_SND_DT019X=''
CONFIG_SND_DUMMY=''
CONFIG_SND_DYNAMIC_MINORS=''
CONFIG_SND_ECHO3G=''
CONFIG_SND_EMU10K1=''
CONFIG_SND_EMU10K1X=''
CONFIG_SND_ENS1370=''
CONFIG_SND_ENS1371=''
CONFIG_SND_ES1688=''
CONFIG_SND_ES18XX=''
CONFIG_SND_ES1938=''
CONFIG_SND_ES1968=''
CONFIG_SND_ES968=''
CONFIG_SND_FM801=''
CONFIG_SND_FM801_TEA575X=''
CONFIG_SND_FM801_TEA575X_BOOL=''
CONFIG_SND_GINA20=''
CONFIG_SND_GINA24=''
CONFIG_SND_GUSCLASSIC=''
CONFIG_SND_GUSEXTREME=''
CONFIG_SND_GUSMAX=''
CONFIG_SND_GUS_SYNTH=''
CONFIG_SND_HARMONY=''
CONFIG_SND_HDA_INTEL=''
CONFIG_SND_HDSP=''
CONFIG_SND_HDSPM=''
CONFIG_SND_HPET=''
CONFIG_SND_HWDEP=''
CONFIG_SND_ICE1712=''
CONFIG_SND_ICE1724=''
CONFIG_SND_INDIGO=''
CONFIG_SND_INDIGODJ=''
CONFIG_SND_INDIGOIO=''
CONFIG_SND_INTEL8X0=''
CONFIG_SND_INTEL8X0M=''
CONFIG_SND_INTERWAVE=''
CONFIG_SND_INTERWAVE_STB=''
CONFIG_SND_KERNELDIR='/lib/modules/2.6.8-3-686-smp/source'
CONFIG_SND_KORG1212=''
CONFIG_SND_LAYLA20=''
CONFIG_SND_LAYLA24=''
CONFIG_SND_LOOPBACK=''
CONFIG_SND_MAESTRO3=''
CONFIG_SND_MIA=''
CONFIG_SND_MIRO=''
CONFIG_SND_MIXART=''
CONFIG_SND_MIXER_OSS=''
CONFIG_SND_MONA=''
CONFIG_SND_MPU401=''
CONFIG_SND_MPU401_UART=''
CONFIG_SND_MSND_PINNACLE=''
CONFIG_SND_MTPAV=''
CONFIG_SND_MTS64=''
CONFIG_SND_MVERSION=''
CONFIG_SND_NM256=''
CONFIG_SND_OPL3SA2=''
CONFIG_SND_OPL3_LIB=''
CONFIG_SND_OPL4_LIB=''
CONFIG_SND_OPTI92X_AD1848=''
CONFIG_SND_OPTI92X_CS4231=''
CONFIG_SND_OPTI93X=''
CONFIG_SND_OSSEMUL=''
CONFIG_SND_PC98_CS4232=''
CONFIG_SND_PCM=''
CONFIG_SND_PCM_OSS=''
CONFIG_SND_PCM_OSS_PLUGINS=''
CONFIG_SND_PCM_XRUN_DEBUG=''
CONFIG_SND_PCSP=''
CONFIG_SND_PCXHR=''
CONFIG_SND_PDAUDIOCF=''
CONFIG_SND_PDPLUS=''
CONFIG_SND_PORTMAN2X4=''
CONFIG_SND_POWERMAC=''
CONFIG_SND_POWERMAC_AUTO_DRC=''
CONFIG_SND_PXA2XX_AC97=''
CONFIG_SND_PXA2XX_I2SOUND=''
CONFIG_SND_PXA2XX_PCM=''
CONFIG_SND_PXA2XX_SOC=''
CONFIG_SND_PXA2XX_SOC_AC97=''
CONFIG_SND_PXA2XX_SOC_CORGI=''
CONFIG_SND_PXA2XX_SOC_I2S=''
CONFIG_SND_PXA2XX_SOC_POODLE=''
CONFIG_SND_PXA2XX_SOC_SPITZ=''
CONFIG_SND_PXA2XX_SOC_TOSA=''
CONFIG_SND_RAWMIDI=''
CONFIG_SND_RIPTIDE=''
CONFIG_SND_RME32=''
CONFIG_SND_RME9652=''
CONFIG_SND_RME96=''
CONFIG_SND_RTCTIMER=''
CONFIG_SND_S3C2410=''
CONFIG_SND_S3C24XX_SOC=''
CONFIG_SND_S3C24XX_SOC_I2S=''
CONFIG_SND_SA11XX_UDA1341=''
CONFIG_SND_SB16=''
CONFIG_SND_SB16_CSP=''
CONFIG_SND_SB8=''
CONFIG_SND_SBAWE=''
CONFIG_SND_SEQUENCER=''
CONFIG_SND_SEQUENCER_OSS=''
CONFIG_SND_SEQ_DUMMY=''
CONFIG_SND_SEQ_RTCTIMER_DEFAULT=''
CONFIG_SND_SERIALMIDI=''
CONFIG_SND_SERIAL_U16550=''
CONFIG_SND_SGALAXY=''
CONFIG_SND_SOC=''
CONFIG_SND_SOC_AC97_BUS=''
CONFIG_SND_SOC_AC97_CODEC=''
CONFIG_SND_SOC_WM8731=''
CONFIG_SND_SOC_WM8750=''
CONFIG_SND_SOC_WM9712=''
CONFIG_SND_SONICVIBES=''
CONFIG_SND_SSCAPE=''
CONFIG_SND_SUN_AMD7930=''
CONFIG_SND_SUN_CS4231=''
CONFIG_SND_SUN_DBRI=''
CONFIG_SND_SUPPORT_OLD_API=''
CONFIG_SND_TIMER=''
CONFIG_SND_TRIDENT=''
CONFIG_SND_USB_AUDIO=''
CONFIG_SND_USB_USX2Y=''
CONFIG_SND_VERBOSE_PRINTK=''
CONFIG_SND_VERBOSE_PROCFS=''
CONFIG_SND_VERSION='1.0.14rc3'
CONFIG_SND_VIA82XX=''
CONFIG_SND_VIA82XX_MODEM=''
CONFIG_SND_VIRMIDI=''
CONFIG_SND_VX222=''
CONFIG_SND_VXPOCKET=''
CONFIG_SND_VX_LIB=''
CONFIG_SND_WAVEFRONT=''
CONFIG_SND_YMFPCI=''
CONFIG_SOC_AU1000=''
CONFIG_SOC_AU1100=''
CONFIG_SOC_AU1500=''
CONFIG_SOUND=''
CONFIG_SOUND_PRIME=''
CONFIG_SPARC32=''
CONFIG_SPARC64=''
CONFIG_SPARC=''
CONFIG_USB=''
CONFIG_VIDEO_DEV=''
CONFIG_VIDEO_V4L1=''
CONFIG_X86=''
CONFIG_X86_32=''
CONFIG_X86_64=''
CONFIG_X86_PC9800=''
CPP='gcc -E'
CPPFLAGS=''
CROSS_COMPILE=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXTRA_INCLUDES=''
GENKSYMS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
KERNEL_INC=''
KLD=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKE_ADDS=''
NEW_KBUILD=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SHELL='/bin/sh'
SRCDIR='/home/michael/src/alsa-driver-1.0.14rc3'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build_alias=''
c_opts=''
datadir='${prefix}/share'
exec_prefix='NONE'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
kaversion=''
kextraversion=''
kpatchlevel=''
ksublevel=''
kversion=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
m_opts=''
mandir='${prefix}/man'
moddir=''
moddir_tree=''
modsubdir=''
msmp=''
oldincludedir='/usr/include'
prefix='NONE'
processor=''
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1

configure: exit 1



sorry, michael, i did not see this *before* i sent my (now for)last message. answer you after dinner. have to feed my family.



by accident i sent this message too to your private address. i apologize!

later,

steef




Reply to: