Displaying 6 results from an estimated 6 matches for "libo2cb".
Did you mean:
libf2c
2010 Nov 30
1
Compiling ocfs2-tools-1.6.3 on slackware64-13.1
...otypes -Wmissing-prototypes -Wmissing-declarations -pipe -o fsck.ocfs2 fsck.o dirblocks.o dirparents.o extent.o icount.o journal.o pass0.o pass1.o pass1b.o pass2.o pass3.o pass4.o pass5.o problem.o refcount.o slot_recovery.o strings.o util.o xattr.o ../libocfs2/libocfs2.a ../libo2dlm/libo2dlm.a ../libo2cb/libo2cb.a -L../libocfs2 -locfs2 -L../libo2dlm -lo2dlm -L../libo2cb -lo2cb -L/lib64 -lcom_err
/lib64/libcom_err.a(error_message.o): In function `setup_et_lock':
error_message.c:(.text+0x1a3): undefined reference to `sem_init'
/lib64/libcom_err.a(error...
2010 Feb 13
3
ocfs2 compile error in x86_64
...Wmissing-prototypes
-Wmissing-declarations -pipe -static -o fsck.ocfs2 fsck.o dirblocks.o
dirparents.o extent.o icount.o journal.o pass0.o pass1.o pass1b.o pass2.o
pass3.o pass4.o pass5.o problem.o refcount.o slot_recovery.o strings.o
util.o xattr.o ../libocfs2/libocfs2.a ../libo2dlm/libo2dlm.a
../libo2cb/libo2cb.a -L../libocfs2 -locfs2 -L../libo2dlm -lo2dlm
-L../libo2cb -lo2cb -lcom_err
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.1/../../../../lib/libcom_err.a(error_message.o):
In function `fini_et_lock':
/sources/e2fsprogs-1.41.9/build/lib/et/../../../lib/et/error_message.c:74:
undefined referen...
2010 Feb 13
3
ocfs2 compile error in x86_64
...Wmissing-prototypes
-Wmissing-declarations -pipe -static -o fsck.ocfs2 fsck.o dirblocks.o
dirparents.o extent.o icount.o journal.o pass0.o pass1.o pass1b.o pass2.o
pass3.o pass4.o pass5.o problem.o refcount.o slot_recovery.o strings.o
util.o xattr.o ../libocfs2/libocfs2.a ../libo2dlm/libo2dlm.a
../libo2cb/libo2cb.a -L../libocfs2 -locfs2 -L../libo2dlm -lo2dlm
-L../libo2cb -lo2cb -lcom_err
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.1/../../../../lib/libcom_err.a(error_message.o):
In function `fini_et_lock':
/sources/e2fsprogs-1.41.9/build/lib/et/../../../lib/et/error_message.c:74:
undefined referen...
2006 Jul 04
2
ocfs2-tools-1.2.0-1 compile error
Hello,
i want to install ocfs2-tools-1.2.0-1 on slackware 10.2 (up-to-date) with
2.6.17.2 kernel and i got error:
./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
2006 Jul 04
2
ocfs2-tools-1.2.0-1 compile error
Hello,
i want to install ocfs2-tools-1.2.0-1 on slackware 10.2 (up-to-date) with
2.6.17.2 kernel and i got error:
./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
2010 Oct 25
7
[PATCH 0/6] Ocfs2-tools: Add a new tool 'o2info'.
Now it's a good time to introduce the new tool 'o2info' since kernel
part of OCFS2_IOC_INFO ioctl has been pulld upstream by linus.
The following 6 patches have already got sunil's SOBs, and now they're
trying to attract more reviewers before it goes to central repo with
a modification of getting manual pages being introduced.