| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
Date: Wed, 4 Oct 1995 14:29:31 +0200 (EET) From: Kai Makisara <makisara@abies.metla.fi> Reply-To: Kai.Makisara@metla.fi To: Joonwoo Nam <nam@nazgul.ecs.umass.edu> Cc: Linus Torvalds <torvalds@cs.helsinki.fi>, linux-scsi@vger.rutgers.edu In-Reply-To: <9510041157.AA28399@nazgul.ecs.umass.edu> On Wed, 4 Oct 1995, Joonwoo Nam wrote: .... > st.o(.text+0x2b42): undefined reference to `_IOC_TYPE' > st.o(.text+0x2b55): undefined reference to `_IOC_TYPE' > st.o(.text+0x2de6): undefined reference to `_IOC_TYPE' > st.o(.text+0x3026): undefined reference to `_IOC_TYPE' > make: *** [vmlinux] Error 1 > > Could e-mail me a quick fix or post a patch to linux-scsi mailing list ? > Thanks in advance, > Joonwoo > You should get an Alpha (I don't have one) :-) The macro _IOC_TYPE is defined in asm-alpha/ioctl.h but not in asm-i386/ioctl.h. You can manually copy the definition and this should clear the problem. Kai
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |