On Wed, Jul 26, 2000 at 10:24:18AM -0700, Herbert Kornfledt wrote: > cardmgr.c: In function `lookup_dev': > cardmgr.c:156: `ENODEV' undeclared (first use in this function) > cardmgr.c:156: (Each undeclared identifier is reported only once > cardmgr.c:156: for each function it appears in.) > cardmgr.c:157: warning: control reaches end of non-void function There's something wrong with your environment... these are not exactly the errors I would expect, but it looks like you don't have a complete set of libc header files. Does "rpm -q glibc-devel" show that this package is installed? -- Dave |
Messages