[vortex] 3c556B adapters - and Slackware 7.1

Scott Stoddard sstoddar@gblx.net
Thu, 30 Nov 2000 10:25:37 -0700


	Hi all! I am trying to compile the 3c59x-2.2.17+.gz driver for the 3c556B
adapter on Slackware 7.1, IBM T20 Thinkpad... I have tried the compile
command two ways this is the output I get

root@laptop:/win-c/linux/new# gcc -DMODULE -D__KERNEL__ -O6 -c
3c59x-2.2.17+.gz
gcc: 3c59x-2.2.17+.gz: linker input file unused since linking not done
root@laptop:/win-c/linux/new#
gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O2 -c 3c59x-2.2.17+.gz
`[ -f /usr/src/linux/include/linux/modversions.h ] && echo -DMODVERSIONS`
gcc: 3c59x-2.2.17+.gz: linker input file unused since linking not done
root@laptop:/win-c/linux/new#


Can anyone suggest where I start to look for a fix? Thanx


--Scott