[Prev][Next][Index][Thread]

oskit-20010214 + Linux-mandrake-7.1 again..



I had no luck in compiling oskit-20010214 under Linux-Mandrake-7.1 or
FreeBSD-4.2.

So I removed the

examples/unix examples/unix/embedded examples/unix/threads

fron the SUBDIR line in GNUmakefile. It compiles and installs.

Questions:

1. Whay it has problems with unresolved references? (partial output of
make shown below)

2. How damaged is OSKit if the above mentioned subdirs are excluded
form the package?

- ishwar

-----------
/local/users/ishwar/oskit-20010214/unix/oskit_linux_block.c:248: undefined reference to `native_lseek'
../../lib/liboskit_unix.a(libkern.o): In function `oskit_sendsig_init':
/local/users/ishwar/oskit-20010214/unix/libkern.c:55: undefined reference to `native_sigaddset'
/local/users/ishwar/oskit-20010214/unix/libkern.c:57: undefined reference to `native_sigaddset'
/local/users/ishwar/oskit-20010214/unix/libkern.c:59: undefined reference to `native_sigaddset'
/local/users/ishwar/oskit-20010214/unix/libkern.c:61: undefined reference to `native_sigaddset'
../../lib/liboskit_unix.a(errno.o): In function `oskitunix_perror':
/local/users/ishwar/oskit-20010214/unix/native_errno.h:46: undefined reference to `native_errno'
collect2: ld returned 1 exit status
make[1]: *** [fsread] Error 1
make[1]: Leaving directory `/local/users/ishwar/oskit-20010214/examples/unix'
make: *** [examples/unix/install.MAKE] Error 2

-----

Follow-Ups: