Douglas Wagner
Thu, 28 Jan 1999 14:39:02 -0500
looks to me like they changed the file name on you...either edit the make file to match ext or rename the file to match ext2... Doug -----Original Message----- From: Jeffrey Stevison [SMTP:[EMAIL PROTECTED]] Sent: Thursday, January 28, 1999 10:26 AM To: [EMAIL PROTECTED] Subject: Re: Kernel 2.2.0 and APM The error i get is the following: make[1]: *** No rule to make target '/usr/src/linux/include/linux/ext_fs_i.h', needed by 'i82365.o'. Stop. The ext_fs_i.h file does not exist in this directory, I only see ext2_fs_i.h. Any suggestions as to why this is happening? Vijaykumar Krishnaswamy wrote: > > 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] --- 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] --- 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]