i found this on the pcmcia web page
do the following
Inside pcmcia's Configure script, find the lines
#ifndef _PCMCIA_CONFIG_H
#define _PCMCIA_CONFIG_H
and add
#include <linux/autoconf.h>
right after the #define _PCMCIA_CONFIG_H line.
Inside clients/Makefile, find
8390.o: $(LINUX)/drivers/net/8390.c ../include/linux/config.h
$(CC) -c $(XFLAGS) -DMODULE $<
and change that to
8390.o: $(LINUX)/drivers/net/8390.c ../include/linux/config.h
$(CC) -c $(XFLAGS) -DMODULE -DEXPORT_SYMTAB $<
Then reconfigure pcmcia-cs and make...
i exactly followed this and was able to compile the package after the
changes.
good luck,
vijay
_ _,-. __ _,-._ _,-._,-._/|
._,-' \_,-._/ [_,-:_ _,-._> `-^-._,-' <_,-._/`-^-._,-' |
| Vijaykumar Krishnaswamy, Phone : (404) 607 0773(H) |
| Ph.D. Student Phone : (404) 894 6169(O) |
| Georgia Tech, . Email : [EMAIL PROTECTED] |
| College of Computing |\ Logged onto : skye.cc.gatech.edu |
!_,-._,-^-._,--._/`:_,-' \__,-._/`-^-^-._/\_,-'\__,-^-._/`-._/\_,-'-._|
---
http://nts.ml.org
FAQ: http://www.ps.uci.edu/~tomba/inspiron/
http://nts.ml.org/inspiron/
List Archives: http://nts.ml.org/inspiron/maillist.html
To unsubscribe send a message to: [EMAIL PROTECTED]
List administrator: [EMAIL PROTECTED]