I followed the instructions to delete the existing modules by entering rm -rf /lib/modules/linux-2.4.18.SuSE
I then entered
./configure --with-kernal=/usr/linux-2.4.18.SuSE --with-moddir=/lib/modules/linux-2.4.18.SuSE/misc --with-cards=ice1712 --with-sequencer=y;make;make install
I get the same mutiple definitions as before.  What am I doing wrong.
 
Regards,
Sanford Geyer
----- Forwarded Message -----
From: Sanford A Geyer <[EMAIL PROTECTED]>
Date: Mon, 21 Oct 2002 16:26:12 -0400
Subject: compile errors  to ice1712
 
I am attempting to istall a delta 44 sound card.  I have copied the 0.9.0rc3 driver to the usr/src/alsa directory and have attempted to compile using
./configure --with-cards=ice1712 --with-sequence=yes;make;make install
I am using the Suse Linux 8.0 installation.
I removed alsa-driver-0.9.0rc3/include/linux/isapnp.h.
I get the following result:
 
pcm_native.o: In function `isapnp_wake':
 
pcm_native.o(.text+0x0): multiple definition of `isapnp_wake'
 
pcm.o(.text+0x0): first defined here
 
pcm_native.o: In function `isapnp_device':
 
pcm_native.o(.text+0x4): multiple definition of `isapnp_device'
 
pcm.o(.text+0x4): first defined here
 
pcm_native.o: In function `isapnp_activate':
 
pcm_native.o(.text+0x8): multiple definition of `isapnp_activate'
 
pcm.o(.text+0x8): first defined here
 
pcm_native.o: In function `isapnp_deactivate':
 
pcm_native.o(.text+0xc): multiple definition of `isapnp_deactivate'
 
pcm.o(.text+0xc): first defined here
 
pcm_native.o: In function `isapnp_find_card':
 
pcm_native.o(.text+0x10): multiple definition of `isapnp_find_card'
 
pcm.o(.text+0x10): first defined here
pcm_native.o: In function `isapnp_find_dev':
 
pcm_native.o(.text+0x14): multiple definition of `isapnp_find_dev'
 
pcm.o(.text+0x14): first defined here
 
pcm_native.o: In function `isapnp_probe_cards':
 
pcm_native.o(.text+0x18): multiple definition of `isapnp_probe_cards'
 
pcm.o(.text+0x18): first defined here
 
pcm_native.o: In function `isapnp_resource_change':
 
pcm_native.o(.text+0x1c): multiple definition of `isapnp_resource_change'
 
pcm.o(.text+0x1c): first defined here
 
pcm_lib.o: In function `isapnp_wake':
 
pcm_lib.o(.text+0x0): multiple definition of `isapnp_wake'
 
pcm.o(.text+0x0): first defined here
 
pcm_lib.o: In function `isapnp_device':
 
pcm_lib.o(.text+0x4): multiple definition of `isapnp_device'
 
pcm.o(.text+0x4): first defined here
 
pcm_lib.o: In function `isapnp_activate':
 
pcm_lib.o(.text+0x8): multiple definition of `isapnp_activate'
pcm.o(.text+0x8): first defined here
 
pcm_lib.o: In function `isapnp_deactivate':
 
pcm_lib.o(.text+0xc): multiple definition of `isapnp_deactivate'
 
pcm.o(.text+0xc): first defined here
 
pcm_lib.o: In function `isapnp_find_card':
 
pcm_lib.o(.text+0x10): multiple definition of `isapnp_find_card'
 
pcm.o(.text+0x10): first defined here
pcm_lib.o: In function `isapnp_find_dev':
pcm_lib.o(.text+0x14): multiple definition of `isapnp_find_dev'
 
pcm.o(.text+0x14): first defined here
 
pcm_lib.o: In function `isapnp_probe_cards':
 
pcm_lib.o(.text+0x18): multiple definition of `isapnp_probe_cards'
 
pcm.o(.text+0x18): first defined here
 
pcm_lib.o: In function `isapnp_resource_change':
 
pcm_lib.o(.text+0x1c): multiple definition of `isapnp_resource_change'
 
pcm.o(.text+0x1c): first defined here
 
pcm_timer.o: In function `isapnp_wake':
 
pcm_timer.o(.text+0x0): multiple definition of `isapnp_wake'
 
I would appreciate suggestion as to what I can try next.
 
Regards,
Sanford Geyer
 
 

Reply via email to