source='file.cpp' object='file.lo' libtool=yes \
depfile='.deps/file.Plo' tmpdepfile='.deps/file.TPlo' \
depmode=gcc3 /bin/bash ../autoconf/depcomp \
/bin/bash ../libtool --mode=compile g++ -DHAVE_CONFIG_H
-I. -I. -I../include
-I../src -DCCXX_EXPORT_LIBRARY -D_GNU_SOURCE
-I/usr/include/libxml2 -I../includ
e -g -O2 -c -o file.lo `test -f file.cpp || echo
'./'`file.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../src
-DCCXX_EXPORT_LIBRARY -D_GNU_
SOURCE -I/usr/include/libxml2 -I../include -g -O2 -c
file.cpp -MT file.lo -MD -M
P -MF .deps/file.TPlo -DPIC -o .libs/file.o
file.cpp: In member function `bool
ost::MappedFile::lock()':
file.cpp:1397: error: `mlock' undeclared (first use
this function)
file.cpp:1397: error: (Each undeclared identifier is
reported only once for each
function it appears in.)
file.cpp: In member function `void
ost::MappedFile::unlock()':
file.cpp:1410: error: `munlock' undeclared (first use
this function)
make[1]: *** [file.lo] Error 1
make[1]: Leaving directory
`/cygdrive/c/projects/commoncpp2-1.3.6/src'
Logged In: YES
user_id=217
cygwin does not impliment posix mlock? Hmm...perhaps some
additional posix tests could be added to configure....