Hello Joe,

Joe Hammerbacher:
>    I have downloaded and built the aufs2-2.6 tree with kernel, rebooted, and
>    all is well.
        :::
> From my kernel tree I run:
> make O=/path/to/aufs2-util headers_install
> Which does produce the required /usr/include/linux dir in my aufs2-util tree

According to "make help", the linux makefile seems to be wanting
$INSTALL_HDR_PATH instead of $O. I am not sure whether $O is related to
your problem or not. I just think it shoule be ok as long as,
- *all* kernel header files are installed to
  /path/to/aufs2-util/usr/include/linux correctly.
- $O doesn' change *all* the existing files under /path/to/aufs2-util.

I'd suggest you to check these issues first.


>    cc -I./libau -O -Wall -I usr/include -DMOUNT_CMD_PATH=\"\"  -c -o plink.o
>    plink.c
>    plink.c: In function au_plink_maint:
>    plink.c:220: error: O_CLOEXEC undeclared (first use in this function)

I'd also suggest to find the header file under /usr/include which
defines O_CLOEXEC. On my system, it is /usr/include/bits/fcntl.h which
is included by /usr/include/fcntl.h.


J. R. Okajima

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1

Reply via email to