Torello Querci wrote: > The source C code compile well on X86 and ARMEL target but on > HOST environment get this error: > > undefined reference to `inotify_rm_watch'
Remember that HOST target doesn't use the host GNU C Library, but scratchbox's own, which is rather outdated and most probably doesn't contain the inotify syscalls. I suggest you reconsider if you really need to create your own devkit. Most if not all software development for Maemo doesn't need custom devkits, and they are not supported in the autobuilder. If you _really_ need to create a devkit, you can patch scratchbox's glibc but it's not going to be a quick job. Javier _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
