Skip to content

Instantly share code, notes, and snippets.

@TylerBrock
Created August 12, 2014 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TylerBrock/346a81a27cbfe5637c6d to your computer and use it in GitHub Desktop.
Save TylerBrock/346a81a27cbfe5637c6d to your computer and use it in GitHub Desktop.
MongoDB C Driver man page install issue
$ ./configure --enable-man-pages --prefix /home/tbrock/mantest
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for typeof syntax and keyword spelling... typeof
checking for perl... /usr/bin/perl
checking for mv... /usr/bin/mv
checking for grep... /usr/bin/grep
checking for python... /home/tbrock/.virtualenvs/mongo/bin/python
checking for yelp-build... /usr/bin/yelp-build
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether to do a debug build... no
checking whether to enable tracing... no
checking whether to enable optimized builds... yes
checking whether to enable code coverage support... no
checking whether to enable debug symbols... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SASL... no
checking for sasl_client_init in -lsasl2... yes
checking for sasl_client_init in -lsasl... no
checking sasl/sasl.h usability... yes
checking sasl/sasl.h presence... yes
checking for sasl/sasl.h... yes
checking for SSL... yes
checking for BSON... yes
checking for shm_open... no
checking for shm_open in -lrt... yes
checking for sched_getcpu... yes
checking for library containing clock_gettime... none required
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking whether C compiler accepts -fno-strict-overflow... no
checking whether C compiler accepts -D_FORTIFY_SOURCE=2... no
checking whether C compiler accepts -fstack-protector-all... no
checking whether C compiler accepts -fPIE... no
checking whether the linker accepts -Wl,-z,relro... no
checking whether the linker accepts -Wl,-Bsymbolic... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '100' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking for BSON... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build/version
config.status: creating src/libmongoc-1.0.pc
config.status: creating src/libmongoc-ssl-1.0.pc
config.status: creating src/libmongoc-priv.pc
config.status: creating src/mongoc/mongoc-config.h
config.status: creating src/mongoc/mongoc-version.h
config.status: executing libtool commands
config.status: executing depfiles commands
libmongoc was configured with the following options:
Build configuration:
Enable debugging (slow) : no
Compile with debug symbols (slow) : no
Enable GCC build optimization : yes
Enable automatic binary hardening : yes
Code coverage support : no
Cross Compiling : no
Fast counters : no
SASL : sasl2
SSL : yes
Libbson : system
Documentation:
man : yes
HTML : no
$ make
make[1]: Entering directory '/home/tbrock/Code/mongo-c-driver'
CC src/mongoc/libmongoc_priv_la-mongoc-bulk-operation.lo
CC src/mongoc/libmongoc_priv_la-mongoc-client.lo
CC src/mongoc/libmongoc_priv_la-mongoc-cluster.lo
CC src/mongoc/libmongoc_priv_la-mongoc-client-pool.lo
CC src/mongoc/libmongoc_priv_la-mongoc-collection.lo
CC src/mongoc/libmongoc_priv_la-mongoc-database.lo
CC src/mongoc/libmongoc_priv_la-mongoc-cursor-array.lo
CC src/mongoc/libmongoc_priv_la-mongoc-cursor.lo
CC src/mongoc/libmongoc_priv_la-mongoc-gridfs-file.lo
CC src/mongoc/libmongoc_priv_la-mongoc-cursor-cursorid.lo
CC src/mongoc/libmongoc_priv_la-mongoc-init.lo
CC src/mongoc/libmongoc_priv_la-mongoc-gridfs-file-list.lo
CC src/mongoc/libmongoc_priv_la-mongoc-gridfs.lo
CC src/mongoc/libmongoc_priv_la-mongoc-read-prefs.lo
CC src/mongoc/libmongoc_priv_la-mongoc-log.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-client.lo
CC src/mongoc/libmongoc_priv_la-mongoc-write-command.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-cluster.lo
CC src/mongoc/libmongoc_priv_la-mongoc-ssl.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-bulk-operation.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-cursor.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-client-pool.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-cursor-array.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-collection.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-cursor-cursorid.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-database.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-init.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-gridfs.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-gridfs-file.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-gridfs-file-list.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-log.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-read-prefs.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-write-command.lo
CC src/mongoc/libmongoc_1_0_la-mongoc-ssl.lo
CC tests/test_load-test-load.o
CC tests/test_secondary-test-secondary.o
CC tests/test_replica_set-test-replica-set.o
CC tests/test_replica_set-ha-test.o
CC tests/test_sharded_cluster-test-sharded-cluster.o
CC tests/test_sharded_cluster-ha-test.o
CC tests/test_libmongoc-mock-server.o
CC tests/test_libmongoc-test-libmongoc.o
CC tests/test_libmongoc-test-bulk.o
CC tests/test_libmongoc-test-mongoc-buffer.o
CC tests/test_libmongoc-test-mongoc-client.o
CC tests/test_libmongoc-test-mongoc-client-pool.o
CC tests/test_libmongoc-test-mongoc-collection.o
CC tests/test_libmongoc-test-mongoc-cursor.o
CC tests/test_libmongoc-test-mongoc-database.o
CC tests/test_libmongoc-test-mongoc-gridfs.o
CC tests/test_libmongoc-test-mongoc-gridfs-file-page.o
CC tests/test_libmongoc-test-mongoc-list.o
CC tests/test_libmongoc-test-mongoc-matcher.o
CC tests/test_libmongoc-test-mongoc-queue.o
CC tests/test_libmongoc-test-mongoc-read-prefs.o
CC tests/test_libmongoc-test-mongoc-rpc.o
CC tests/test_libmongoc-test-mongoc-stream.o
CC tests/test_libmongoc-test-mongoc-uri.o
CC tests/test_libmongoc-test-write-commands.o
CC tests/test_libmongoc-test-mongoc-write-concern.o
CC tests/test_libmongoc-test-x509.o
CC tests/test_libmongoc-test-mongoc-stream-tls.o
CC tests/test_replica_set_ssl-test-replica-set-ssl.o
CC tests/test_libmongoc-ssl-test.o
CC tests/test_replica_set_ssl-ha-test.o
CC examples/example_gridfs-example-gridfs.o
CC examples/mongoc_dump-mongoc-dump.o
CC examples/filter_bsondump-filter-bsondump.o
CC examples/example_client-example-client.o
CC examples/mongoc_ping-mongoc-ping.o
CC examples/mongoc_rpc_validate-mongoc-rpc-validate.o
CC examples/mongoc_tail-mongoc-tail.o
CC examples/find_and_modify-find-and-modify.o
CC examples/bulk/bulk1-bulk1.o
CC examples/bulk/bulk2-bulk2.o
CC examples/example_matcher-example-matcher.o
CC examples/bulk/bulk3-bulk3.o
CC examples/aggregation/aggregation1-aggregation1.o
GEN doc/mongoc_collection_get_write_concern.3
GEN doc/mongoc_stream_file_get_fd.3
GEN doc/mongoc_client_pool_t.3
GEN doc/mongoc_uri_get_options.3
GEN doc/mongoc_stream_tls_do_handshake.3
GEN doc/mongoc_uri_get_replica_set.3
GEN doc/mongoc_client_pool_destroy.3
GEN doc/mongoc_collection_find_and_modify.3
GEN doc/mongoc_uri_unescape.3
GEN doc/mongoc_gridfs_create_file.3
GEN doc/mongoc_client_new.3
GEN doc/mongoc_bulk_operation_insert.3
GEN doc/mongoc_bulk_operation_delete_one.3
GEN doc/mongoc_stream_setsockopt.3
GEN doc/mongoc_uri_get_auth_source.3
GEN doc/mongoc_cursor_clone.3
GEN doc/mongoc_uri_get_write_concern.3
GEN doc/mongoc_collection_command.3
GEN doc/mongoc_write_concern_t.3
GEN doc/mongoc_stream_gridfs_new.3
GEN doc/mongoc_gridfs_file_get_md5.3
GEN doc/mongoc_bulk_operation_update_one.3
GEN doc/mongoc_socket_listen.3
GEN doc/mongoc_socket_errno.3
GEN doc/mongoc_database_get_collection_names.3
GEN doc/mongoc_write_concern_set_wmajority.3
GEN doc/mongoc_gridfs_file_seek.3
GEN doc/mongoc_stream_socket_t.3
GEN doc/mongoc_gridfs_file_t.3
GEN doc/mongoc_cursor_destroy.3
GEN doc/mongoc_client_get_read_prefs.3
GEN doc/mongoc_matcher_new.3
GEN doc/mongoc_client_get_database.3
GEN doc/mongoc_write_concern_get_w.3
GEN doc/mongoc_database_command_simple.3
GEN doc/mongoc_collection_set_write_concern.3
GEN doc/mongoc_write_concern_set_journal.3
GEN doc/mongoc_collection_get_name.3
GEN doc/mongoc_gridfs_get_files.3
GEN doc/mongoc_stream_t.3
GEN doc/mongoc_socket_close.3
GEN doc/mongoc_bulk_operation_remove.3
GEN doc/mongoc_update_flags_t.3
GEN doc/mongoc_stream_writev.3
GEN doc/mongoc_client_t.3
GEN doc/mongoc_stream_flush.3
GEN doc/mongoc_gridfs_file_set_aliases.3
GEN doc/mongoc_database_get_write_concern.3
GEN doc/mongoc_gridfs_get_chunks.3
GEN doc/mongoc_collection_set_read_prefs.3
GEN doc/mongoc_read_prefs_new.3
GEN doc/mongoc_collection_validate.3
GEN doc/mongoc_collection_destroy.3
GEN doc/mongoc_bulk_operation_replace_one.3
GEN doc/mongoc_cursor_get_host.3
GEN doc/mongoc_stream_gridfs_t.3
GEN doc/mongoc_gridfs_file_writev.3
GEN doc/mongoc_read_prefs_copy.3
GEN doc/mongoc_socket_accept.3
GEN doc/mongoc_uri_copy.3
GEN doc/mongoc_insert_flags_t.3
GEN doc/mongoc_socket_destroy.3
GEN doc/mongoc_gridfs_file_get_length.3
GEN doc/mongoc_collection_drop.3
GEN doc/mongoc_cursor_current.3
GEN doc/mongoc_matcher_destroy.3
GEN doc/mongoc_socket_getsockname.3
GEN doc/mongoc_reply_flags_t.3
GEN doc/mongoc_index_opt_init.3
GEN doc/mongoc_client_pool_push.3
GEN doc/mongoc_client_get_max_message_size.3
GEN doc/mongoc_stream_get_base_stream.3
GEN doc/mongoc_socket_send.3
GEN doc/mongoc_gridfs_file_get_upload_date.3
GEN doc/mongoc_client_set_stream_initiator.3
GEN doc/mongoc_uri_new_for_host_port.3
GEN doc/mongoc_collection_insert.3
GEN doc/mongoc_socket_setsockopt.3
GEN doc/mongoc_collection_create_index.3
GEN doc/mongoc_stream_buffered_t.3
GEN doc/mongoc_uri_destroy.3
GEN doc/mongoc_collection_aggregate.3
GEN doc/mongoc_client_get_max_bson_size.3
GEN doc/mongoc_client_new_from_uri.3
GEN doc/mongoc_stream_tls_t.3
GEN doc/mongoc_client_set_ssl_opts.3
GEN doc/mongoc_gridfs_find_one.3
GEN doc/mongoc_client_get_write_concern.3
GEN doc/mongoc_collection_keys_to_index_string.3
GEN doc/mongoc_write_concern_set_fsync.3
GEN doc/mongoc_write_concern_copy.3
GEN doc/mongoc_socket_connect.3
GEN doc/mongoc_stream_file_t.3
GEN doc/mongoc_delete_flags_t.3
GEN doc/mongoc_gridfs_file_list_destroy.3
GEN doc/mongoc_socket_recv.3
GEN doc/mongoc_client_pool_pop.3
GEN doc/mongoc_gridfs_file_get_chunk_size.3
GEN doc/mongoc_read_prefs_destroy.3
GEN doc/mongoc_write_concern_get_wmajority.3
GEN doc/mongoc_gridfs_file_set_md5.3
GEN doc/mongoc_database_command.3
GEN doc/mongoc_socket_t.3
GEN doc/mongoc_matcher_t.3
GEN doc/mongoc_collection_drop_index.3
GEN doc/mongoc_write_concern_get_wtag.3
GEN doc/mongoc_write_concern_get_journal.3
GEN doc/mongoc_collection_remove.3
GEN doc/mongoc_uri_get_ssl.3
GEN doc/mongoc_ssl_opt_get_default.3
GEN doc/mongoc_remove_flags_t.3
GEN doc/mongoc_client_set_read_prefs.3
GEN doc/mongoc_gridfs_file_save.3
GEN doc/mongoc_write_concern_set_wtag.3
GEN doc/mongoc_read_mode_t.3
GEN doc/mongoc_database_destroy.3
GEN doc/mongoc_collection_ensure_index.3
GEN doc/mongoc_gridfs_destroy.3
GEN doc/mongoc_gridfs_find.3
GEN doc/mongoc_ssl_opt_t.3
GEN doc/mongoc_stream_socket_get_socket.3
GEN doc/mongoc_write_concern_set_w.3
GEN doc/mongoc_read_prefs_is_valid.3
GEN doc/mongoc_database_add_user.3
GEN doc/mongoc_client_pool_try_pop.3
GEN doc/mongoc_database_get_collection.3
GEN doc/mongoc_gridfs_file_get_aliases.3
GEN doc/mongoc_bulk_operation_execute.3
GEN doc/mongoc_write_concern_get_fsync.3
GEN doc/mongoc_gridfs_file_list_next.3
GEN doc/mongoc_database_has_collection.3
GEN doc/mongoc_index_opt_get_default.3
GEN doc/mongoc_database_set_write_concern.3
GEN doc/mongoc_gridfs_drop.3
GEN doc/mongoc_stream_close.3
GEN doc/mongoc_gridfs_t.3
GEN doc/mongoc_uri_get_read_prefs.3
GEN doc/mongoc_collection_stats.3
GEN doc/mongoc_uri_get_database.3
GEN doc/mongoc_index_opt_t.3
GEN doc/mongoc_client_get_collection.3
GEN doc/mongoc_gridfs_file_destroy.3
GEN doc/mongoc_uri_get_hosts.3
GEN doc/mongoc_matcher_match.3
GEN doc/mongoc_client_command.3
GEN doc/mongoc_stream_cork.3
GEN doc/mongoc_socket_getnameinfo.3
GEN doc/mongoc_collection_t.3
GEN doc/mongoc_stream_read.3
GEN doc/mongoc_uri_t.3
GEN doc/mongoc_stream_destroy.3
GEN doc/mongoc_gridfs_file_list_t.3
GEN doc/mongoc_read_prefs_set_tags.3
GEN doc/mongoc_client_pool_new.3
GEN doc/mongoc_cursor_more.3
GEN doc/mongoc_write_concern_destroy.3
GEN doc/mongoc_client_destroy.3
GEN doc/mongoc_gridfs_file_tell.3
GEN doc/mongoc_uri_get_string.3
GEN doc/mongoc_gridfs_create_file_from_stream.3
GEN doc/mongoc_gridfs_file_get_filename.3
GEN doc/mongoc_read_prefs_get_mode.3
GEN doc/mongoc_cursor_is_alive.3
GEN doc/mongoc_iovec_t.3
GEN doc/mongoc_client_get_gridfs.3
GEN doc/mongoc_database_get_read_prefs.3
GEN doc/mongoc_client_command_simple.3
GEN doc/mongoc_cleanup.3
GEN doc/mongoc_write_concern_new.3
GEN doc/mongoc_cursor_error.3
GEN doc/mongoc_gridfs_find_one_by_filename.3
GEN doc/mongoc_bulk_operation_delete.3
GEN doc/mongoc_gridfs_file_get_content_type.3
GEN doc/mongoc_client_set_write_concern.3
GEN doc/mongoc_collection_command_simple.3
GEN doc/mongoc_database_remove_all_users.3
GEN doc/mongoc_read_prefs_add_tag.3
GEN doc/mongoc_socket_new.3
GEN doc/mongoc_gridfs_file_set_metadata.3
GEN doc/mongoc_collection_update.3
GEN doc/mongoc_client_get_uri.3
GEN doc/mongoc_database_remove_user.3
GEN doc/mongoc_read_prefs_t.3
GEN doc/mongoc_socket_sendv.3
GEN doc/mongoc_query_flags_t.3
GEN doc/mongoc_database_t.3
GEN doc/mongoc_uri_new.3
GEN doc/mongoc_stream_socket_new.3
GEN doc/mongoc_database_drop.3
GEN doc/mongoc_stream_file_new_for_path.3
GEN doc/mongoc_database_create_collection.3
GEN doc/mongoc_database_get_name.3
GEN doc/mongoc_collection_count.3
GEN doc/mongoc_bulk_operation_destroy.3
GEN doc/mongoc_gridfs_file_readv.3
GEN doc/mongoc_client_get_server_status.3
GEN doc/mongoc_collection_save.3
GEN doc/mongoc_bulk_operation_remove_one.3
GEN doc/mongoc_client_get_database_names.3
GEN doc/mongoc_write_concern_get_wtimeout.3
GEN doc/mongoc_read_prefs_get_tags.3
GEN doc/mongoc_stream_buffered_new.3
GEN doc/mongoc_bulk_operation_t.3
GEN doc/mongoc_collection_create_bulk_operation.3
GEN doc/mongoc_stream_uncork.3
GEN doc/mongoc_uri_get_password.3
GEN doc/mongoc_client_pool_set_ssl_opts.3
GEN doc/mongoc_stream_readv.3
GEN doc/mongoc_write_concern_set_wtimeout.3
GEN doc/mongoc_collection_delete.3
GEN doc/mongoc_stream_file_new.3
GEN doc/mongoc_collection_rename.3
GEN doc/mongoc_collection_get_last_error.3
GEN doc/mongoc_cursor_next.3
GEN doc/mongoc_stream_tls_new.3
GEN doc/mongoc_uri_get_username.3
GEN doc/mongoc_gridfs_file_set_filename.3
GEN doc/mongoc_gridfs_file_list_error.3
GEN doc/mongoc_read_prefs_set_mode.3
GEN doc/mongoc_init.3
GEN doc/mongoc_socket_bind.3
GEN doc/mongoc_stream_tls_check_cert.3
GEN doc/mongoc_gridfs_file_opt_t.3
GEN doc/mongoc_version.3
GEN doc/mongoc_gridfs_file_error.3
GEN doc/mongoc_gridfs_file_get_metadata.3
GEN doc/mongoc_uri_get_auth_mechanism.3
GEN doc/mongoc_collection_insert_bulk.3
GEN doc/mongoc_collection_find.3
GEN doc/mongoc_collection_get_read_prefs.3
GEN doc/mongoc_cursor_t.3
GEN doc/mongoc_bulk_operation_update.3
GEN doc/mongoc_database_set_read_prefs.3
GEN doc/mongoc_gridfs_file_set_content_type.3
CCLD libmongoc-priv.la
CCLD libmongoc-1.0.la
CCLD test-secondary
CCLD test-load
CCLD test-replica-set
CCLD test-sharded-cluster
CCLD test-libmongoc
CCLD test-replica-set-ssl
CCLD mongoc-rpc-validate
CCLD example-gridfs
CCLD mongoc-dump
CCLD filter-bsondump
CCLD mongoc-ping
CCLD example-client
CCLD mongoc-tail
CCLD example-matcher
CCLD find-and-modify
CCLD bulk1
CCLD bulk2
CCLD bulk3
CCLD aggregation1
make[1]: Leaving directory '/home/tbrock/Code/mongo-c-driver'
$ make install
make[1]: Entering directory '/home/tbrock/Code/mongo-c-driver'
GEN doc/mongoc_client_pool_t.3
GEN doc/mongoc_uri_get_options.3
GEN doc/mongoc_stream_tls_do_handshake.3
GEN doc/mongoc_stream_file_get_fd.3
GEN doc/mongoc_collection_get_write_concern.3
GEN doc/mongoc_client_pool_destroy.3
GEN doc/mongoc_collection_find_and_modify.3
GEN doc/mongoc_uri_get_replica_set.3
GEN doc/mongoc_client_new.3
GEN doc/mongoc_uri_unescape.3
GEN doc/mongoc_gridfs_create_file.3
GEN doc/mongoc_bulk_operation_insert.3
GEN doc/mongoc_stream_setsockopt.3
GEN doc/mongoc_bulk_operation_delete_one.3
GEN doc/mongoc_uri_get_auth_source.3
GEN doc/mongoc_cursor_clone.3
GEN doc/mongoc_uri_get_write_concern.3
GEN doc/mongoc_bulk_operation_update_one.3
GEN doc/mongoc_gridfs_file_get_md5.3
GEN doc/mongoc_collection_command.3
GEN doc/mongoc_write_concern_t.3
GEN doc/mongoc_stream_gridfs_new.3
GEN doc/mongoc_socket_errno.3
GEN doc/mongoc_database_get_collection_names.3
GEN doc/mongoc_socket_listen.3
GEN doc/mongoc_gridfs_file_seek.3
GEN doc/mongoc_stream_socket_t.3
GEN doc/mongoc_write_concern_set_wmajority.3
GEN doc/mongoc_gridfs_file_t.3
GEN doc/mongoc_client_get_read_prefs.3
GEN doc/mongoc_cursor_destroy.3
GEN doc/mongoc_client_get_database.3
GEN doc/mongoc_collection_set_write_concern.3
GEN doc/mongoc_matcher_new.3
GEN doc/mongoc_write_concern_set_journal.3
GEN doc/mongoc_write_concern_get_w.3
GEN doc/mongoc_gridfs_get_files.3
GEN doc/mongoc_collection_get_name.3
GEN doc/mongoc_database_command_simple.3
GEN doc/mongoc_stream_t.3
GEN doc/mongoc_socket_close.3
GEN doc/mongoc_bulk_operation_remove.3
GEN doc/mongoc_update_flags_t.3
GEN doc/mongoc_client_t.3
GEN doc/mongoc_stream_writev.3
GEN doc/mongoc_gridfs_file_set_aliases.3
GEN doc/mongoc_collection_set_read_prefs.3
GEN doc/mongoc_stream_flush.3
GEN doc/mongoc_database_get_write_concern.3
GEN doc/mongoc_bulk_operation_replace_one.3
GEN doc/mongoc_gridfs_get_chunks.3
GEN doc/mongoc_collection_validate.3
GEN doc/mongoc_collection_destroy.3
GEN doc/mongoc_cursor_get_host.3
GEN doc/mongoc_read_prefs_new.3
GEN doc/mongoc_stream_gridfs_t.3
GEN doc/mongoc_read_prefs_copy.3
GEN doc/mongoc_gridfs_file_writev.3
GEN doc/mongoc_socket_accept.3
GEN doc/mongoc_matcher_destroy.3
GEN doc/mongoc_insert_flags_t.3
GEN doc/mongoc_uri_copy.3
GEN doc/mongoc_socket_getsockname.3
GEN doc/mongoc_gridfs_file_get_length.3
GEN doc/mongoc_cursor_current.3
GEN doc/mongoc_socket_destroy.3
GEN doc/mongoc_reply_flags_t.3
GEN doc/mongoc_collection_drop.3
GEN doc/mongoc_index_opt_init.3
GEN doc/mongoc_client_get_max_message_size.3
GEN doc/mongoc_stream_get_base_stream.3
GEN doc/mongoc_socket_send.3
GEN doc/mongoc_client_pool_push.3
GEN doc/mongoc_collection_insert.3
GEN doc/mongoc_client_set_stream_initiator.3
GEN doc/mongoc_gridfs_file_get_upload_date.3
GEN doc/mongoc_uri_new_for_host_port.3
GEN doc/mongoc_stream_buffered_t.3
GEN doc/mongoc_socket_setsockopt.3
GEN doc/mongoc_collection_create_index.3
GEN doc/mongoc_uri_destroy.3
GEN doc/mongoc_client_get_max_bson_size.3
GEN doc/mongoc_stream_tls_t.3
GEN doc/mongoc_collection_aggregate.3
GEN doc/mongoc_client_new_from_uri.3
GEN doc/mongoc_collection_keys_to_index_string.3
GEN doc/mongoc_client_set_ssl_opts.3
GEN doc/mongoc_client_get_write_concern.3
GEN doc/mongoc_gridfs_find_one.3
GEN doc/mongoc_write_concern_set_fsync.3
GEN doc/mongoc_stream_file_t.3
GEN doc/mongoc_delete_flags_t.3
GEN doc/mongoc_gridfs_file_list_destroy.3
GEN doc/mongoc_socket_recv.3
GEN doc/mongoc_read_prefs_destroy.3
GEN doc/mongoc_socket_connect.3
GEN doc/mongoc_write_concern_copy.3
GEN doc/mongoc_gridfs_file_get_chunk_size.3
GEN doc/mongoc_collection_drop_index.3
GEN doc/mongoc_client_pool_pop.3
GEN doc/mongoc_gridfs_file_set_md5.3
GEN doc/mongoc_write_concern_get_wmajority.3
GEN doc/mongoc_database_command.3
GEN doc/mongoc_socket_t.3
GEN doc/mongoc_write_concern_get_wtag.3
GEN doc/mongoc_collection_remove.3
GEN doc/mongoc_ssl_opt_get_default.3
GEN doc/mongoc_matcher_t.3
GEN doc/mongoc_client_set_read_prefs.3
GEN doc/mongoc_remove_flags_t.3
GEN doc/mongoc_uri_get_ssl.3
GEN doc/mongoc_write_concern_get_journal.3
GEN doc/mongoc_gridfs_file_save.3
GEN doc/mongoc_write_concern_set_wtag.3
GEN doc/mongoc_database_destroy.3
GEN doc/mongoc_read_mode_t.3
GEN doc/mongoc_gridfs_destroy.3
GEN doc/mongoc_gridfs_find.3
GEN doc/mongoc_stream_socket_get_socket.3
GEN doc/mongoc_write_concern_set_w.3
GEN doc/mongoc_collection_ensure_index.3
GEN doc/mongoc_ssl_opt_t.3
GEN doc/mongoc_bulk_operation_execute.3
GEN doc/mongoc_gridfs_file_get_aliases.3
GEN doc/mongoc_database_add_user.3
GEN doc/mongoc_read_prefs_is_valid.3
GEN doc/mongoc_database_get_collection.3
GEN doc/mongoc_client_pool_try_pop.3
GEN doc/mongoc_database_has_collection.3
GEN doc/mongoc_index_opt_get_default.3
GEN doc/mongoc_gridfs_file_list_next.3
GEN doc/mongoc_write_concern_get_fsync.3
GEN doc/mongoc_gridfs_t.3
GEN doc/mongoc_database_set_write_concern.3
GEN doc/mongoc_stream_close.3
GEN doc/mongoc_gridfs_drop.3
GEN doc/mongoc_uri_get_read_prefs.3
GEN doc/mongoc_uri_get_database.3
GEN doc/mongoc_collection_stats.3
GEN doc/mongoc_index_opt_t.3
GEN doc/mongoc_collection_t.3
GEN doc/mongoc_client_get_collection.3
GEN doc/mongoc_gridfs_file_destroy.3
GEN doc/mongoc_stream_cork.3
GEN doc/mongoc_uri_get_hosts.3
GEN doc/mongoc_client_command.3
GEN doc/mongoc_matcher_match.3
GEN doc/mongoc_socket_getnameinfo.3
GEN doc/mongoc_uri_t.3
GEN doc/mongoc_read_prefs_set_tags.3
GEN doc/mongoc_stream_read.3
GEN doc/mongoc_client_pool_new.3
GEN doc/mongoc_gridfs_file_list_t.3
GEN doc/mongoc_gridfs_create_file_from_stream.3
GEN doc/mongoc_cursor_more.3
GEN doc/mongoc_client_destroy.3
GEN doc/mongoc_write_concern_destroy.3
GEN doc/mongoc_gridfs_file_tell.3
GEN doc/mongoc_uri_get_string.3
GEN doc/mongoc_stream_destroy.3
GEN doc/mongoc_read_prefs_get_mode.3
GEN doc/mongoc_client_get_gridfs.3
GEN doc/mongoc_cursor_is_alive.3
GEN doc/mongoc_iovec_t.3
GEN doc/mongoc_gridfs_file_get_filename.3
GEN doc/mongoc_client_command_simple.3
GEN doc/mongoc_write_concern_new.3
GEN doc/mongoc_database_get_read_prefs.3
GEN doc/mongoc_cleanup.3
GEN doc/mongoc_gridfs_find_one_by_filename.3
GEN doc/mongoc_gridfs_file_get_content_type.3
GEN doc/mongoc_cursor_error.3
GEN doc/mongoc_gridfs_file_set_metadata.3
GEN doc/mongoc_client_set_write_concern.3
GEN doc/mongoc_collection_command_simple.3
GEN doc/mongoc_database_remove_all_users.3
GEN doc/mongoc_socket_new.3
GEN doc/mongoc_bulk_operation_delete.3
GEN doc/mongoc_read_prefs_add_tag.3
GEN doc/mongoc_database_remove_user.3
GEN doc/mongoc_socket_sendv.3
GEN doc/mongoc_uri_new.3
GEN doc/mongoc_collection_update.3
GEN doc/mongoc_read_prefs_t.3
GEN doc/mongoc_query_flags_t.3
GEN doc/mongoc_stream_socket_new.3
GEN doc/mongoc_database_t.3
GEN doc/mongoc_database_create_collection.3
GEN doc/mongoc_stream_file_new_for_path.3
GEN doc/mongoc_client_get_uri.3
GEN doc/mongoc_bulk_operation_destroy.3
GEN doc/mongoc_gridfs_file_readv.3
GEN doc/mongoc_database_drop.3
GEN doc/mongoc_collection_count.3
GEN doc/mongoc_database_get_name.3
GEN doc/mongoc_bulk_operation_remove_one.3
GEN doc/mongoc_client_get_server_status.3
GEN doc/mongoc_client_get_database_names.3
GEN doc/mongoc_collection_save.3
GEN doc/mongoc_write_concern_get_wtimeout.3
GEN doc/mongoc_read_prefs_get_tags.3
GEN doc/mongoc_bulk_operation_t.3
GEN doc/mongoc_collection_create_bulk_operation.3
GEN doc/mongoc_stream_uncork.3
GEN doc/mongoc_stream_buffered_new.3
GEN doc/mongoc_client_pool_set_ssl_opts.3
GEN doc/mongoc_uri_get_password.3
GEN doc/mongoc_write_concern_set_wtimeout.3
GEN doc/mongoc_stream_file_new.3
GEN doc/mongoc_stream_readv.3
GEN doc/mongoc_collection_delete.3
GEN doc/mongoc_collection_rename.3
GEN doc/mongoc_cursor_next.3
GEN doc/mongoc_collection_get_last_error.3
GEN doc/mongoc_stream_tls_new.3
GEN doc/mongoc_gridfs_file_list_error.3
GEN doc/mongoc_gridfs_file_set_filename.3
GEN doc/mongoc_init.3
GEN doc/mongoc_uri_get_username.3
GEN doc/mongoc_stream_tls_check_cert.3
GEN doc/mongoc_socket_bind.3
GEN doc/mongoc_version.3
GEN doc/mongoc_gridfs_file_get_metadata.3
GEN doc/mongoc_read_prefs_set_mode.3
GEN doc/mongoc_gridfs_file_opt_t.3
GEN doc/mongoc_uri_get_auth_mechanism.3
GEN doc/mongoc_gridfs_file_error.3
GEN doc/mongoc_collection_insert_bulk.3
GEN doc/mongoc_database_set_read_prefs.3
GEN doc/mongoc_collection_find.3
GEN doc/mongoc_collection_get_read_prefs.3
GEN doc/mongoc_cursor_t.3
GEN doc/mongoc_bulk_operation_update.3
GEN doc/mongoc_gridfs_file_set_content_type.3
make[2]: Entering directory '/home/tbrock/Code/mongo-c-driver'
GEN doc/mongoc_collection_get_write_concern.3
GEN doc/mongoc_stream_file_get_fd.3
/usr/bin/mkdir -p '/home/tbrock/mantest/lib'
/usr/bin/mkdir -p '/home/tbrock/mantest/include/libmongoc-1.0'
GEN doc/mongoc_uri_get_options.3
GEN doc/mongoc_stream_tls_do_handshake.3
GEN doc/mongoc_client_pool_t.3
/bin/sh ./libtool --mode=install /usr/bin/install -c libmongoc-priv.la libmongoc-1.0.la '/home/tbrock/mantest/lib'
GEN doc/mongoc_uri_unescape.3
GEN doc/mongoc_client_pool_destroy.3
GEN doc/mongoc_collection_find_and_modify.3
GEN doc/mongoc_uri_get_replica_set.3
GEN doc/mongoc_gridfs_create_file.3
/usr/bin/install -c -m 644 src/mongoc/mongoc.h src/mongoc/mongoc-array-private.h src/mongoc/mongoc-buffer-private.h src/mongoc/mongoc-bulk-operation-private.h src/mongoc/mongoc-bulk-operation.h src/mongoc/mongoc-client-pool.h src/mongoc/mongoc-client-private.h src/mongoc/mongoc-client.h src/mongoc/mongoc-cluster-private.h src/mongoc/mongoc-collection-private.h src/mongoc/mongoc-collection.h src/mongoc/mongoc-counters-private.h src/mongoc/mongoc-cursor-array-private.h src/mongoc/mongoc-cursor-cursorid-private.h src/mongoc/mongoc-cursor-private.h src/mongoc/mongoc-cursor.h src/mongoc/mongoc-database-private.h src/mongoc/mongoc-database.h src/mongoc/mongoc-errno-private.h src/mongoc/mongoc-error.h src/mongoc/mongoc-flags.h src/mongoc/mongoc-gridfs-file-list-private.h src/mongoc/mongoc-gridfs-file-list.h src/mongoc/mongoc-gridfs-file-page-private.h src/mongoc/mongoc-gridfs-file-page.h src/mongoc/mongoc-gridfs-file-private.h src/mongoc/mongoc-gridfs-file.h src/mongoc/mongoc-gridfs-private.h src/mongoc/mongoc-gridfs.h src/mongoc/mongoc-host-list-private.h src/mongoc/mongoc-host-list.h src/mongoc/mongoc-index.h src/mongoc/mongoc-init.h src/mongoc/mongoc-iovec.h src/mongoc/mongoc-list-private.h src/mongoc/mongoc-log.h src/mongoc/mongoc-matcher-op-private.h src/mongoc/mongoc-matcher-private.h src/mongoc/mongoc-matcher.h src/mongoc/mongoc-opcode.h '/home/tbrock/mantest/include/libmongoc-1.0'
GEN doc/mongoc_client_new.3
GEN doc/mongoc_bulk_operation_insert.3
GEN doc/mongoc_bulk_operation_delete_one.3
/usr/bin/install -c -m 644 src/mongoc/mongoc-queue-private.h src/mongoc/mongoc-read-prefs-private.h src/mongoc/mongoc-read-prefs.h src/mongoc/mongoc-rpc-private.h src/mongoc/mongoc-sasl-private.h src/mongoc/mongoc-socket.h src/mongoc/mongoc-ssl-private.h src/mongoc/mongoc-stream-buffered.h src/mongoc/mongoc-stream-file.h src/mongoc/mongoc-stream-gridfs.h src/mongoc/mongoc-stream-private.h src/mongoc/mongoc-stream-socket.h src/mongoc/mongoc-stream.h src/mongoc/mongoc-thread-private.h src/mongoc/mongoc-trace.h src/mongoc/mongoc-uri.h src/mongoc/mongoc-util-private.h src/mongoc/mongoc-version.h src/mongoc/mongoc-write-command-private.h src/mongoc/mongoc-write-concern-private.h src/mongoc/mongoc-write-concern.h src/mongoc/mongoc-stream-tls.h src/mongoc/mongoc-ssl.h src/mongoc/op-delete.def src/mongoc/op-get-more.def src/mongoc/op-header.def src/mongoc/op-insert.def src/mongoc/op-kill-cursors.def src/mongoc/op-msg.def src/mongoc/op-query.def src/mongoc/op-reply.def src/mongoc/op-update.def src/mongoc/mongoc-counters.defs src/mongoc/mongoc-config.h '/home/tbrock/mantest/include/libmongoc-1.0'
GEN doc/mongoc_cursor_clone.3
GEN doc/mongoc_stream_setsockopt.3
GEN doc/mongoc_uri_get_auth_source.3
GEN doc/mongoc_collection_command.3
GEN doc/mongoc_uri_get_write_concern.3
GEN doc/mongoc_bulk_operation_update_one.3
GEN doc/mongoc_stream_gridfs_new.3
GEN doc/mongoc_socket_errno.3
GEN doc/mongoc_gridfs_file_get_md5.3
GEN doc/mongoc_database_get_collection_names.3
GEN doc/mongoc_write_concern_t.3
GEN doc/mongoc_socket_listen.3
GEN doc/mongoc_write_concern_set_wmajority.3
GEN doc/mongoc_stream_socket_t.3
GEN doc/mongoc_gridfs_file_seek.3
GEN doc/mongoc_client_get_read_prefs.3
GEN doc/mongoc_cursor_destroy.3
GEN doc/mongoc_client_get_database.3
GEN doc/mongoc_gridfs_file_t.3
GEN doc/mongoc_collection_set_write_concern.3
libtool: install: /usr/bin/install -c .libs/libmongoc-priv.so.0.0.0 /home/tbrock/mantest/lib/libmongoc-priv.so.0.0.0
GEN doc/mongoc_write_concern_set_journal.3
libtool: install: (cd /home/tbrock/mantest/lib && { ln -s -f libmongoc-priv.so.0.0.0 libmongoc-priv.so.0 || { rm -f libmongoc-priv.so.0 && ln -s libmongoc-priv.so.0.0.0 libmongoc-priv.so.0; }; })
GEN doc/mongoc_matcher_new.3
GEN doc/mongoc_collection_get_name.3
libtool: install: (cd /home/tbrock/mantest/lib && { ln -s -f libmongoc-priv.so.0.0.0 libmongoc-priv.so || { rm -f libmongoc-priv.so && ln -s libmongoc-priv.so.0.0.0 libmongoc-priv.so; }; })
GEN doc/mongoc_write_concern_get_w.3
libtool: install: /usr/bin/install -c .libs/libmongoc-priv.lai /home/tbrock/mantest/lib/libmongoc-priv.la
GEN doc/mongoc_stream_t.3
libtool: install: /usr/bin/install -c .libs/libmongoc-1.0.so.0.0.0 /home/tbrock/mantest/lib/libmongoc-1.0.so.0.0.0
libtool: install: (cd /home/tbrock/mantest/lib && { ln -s -f libmongoc-1.0.so.0.0.0 libmongoc-1.0.so.0 || { rm -f libmongoc-1.0.so.0 && ln -s libmongoc-1.0.so.0.0.0 libmongoc-1.0.so.0; }; })
GEN doc/mongoc_socket_close.3
GEN doc/mongoc_gridfs_get_files.3
GEN doc/mongoc_bulk_operation_remove.3
GEN doc/mongoc_database_command_simple.3
GEN doc/mongoc_stream_flush.3
GEN doc/mongoc_client_t.3
GEN doc/mongoc_update_flags_t.3
GEN doc/mongoc_stream_writev.3
libtool: install: (cd /home/tbrock/mantest/lib && { ln -s -f libmongoc-1.0.so.0.0.0 libmongoc-1.0.so || { rm -f libmongoc-1.0.so && ln -s libmongoc-1.0.so.0.0.0 libmongoc-1.0.so; }; })
GEN doc/mongoc_gridfs_file_set_aliases.3
GEN doc/mongoc_collection_set_read_prefs.3
libtool: install: /usr/bin/install -c .libs/libmongoc-1.0.lai /home/tbrock/mantest/lib/libmongoc-1.0.la
GEN doc/mongoc_read_prefs_new.3
GEN doc/mongoc_bulk_operation_replace_one.3
GEN doc/mongoc_database_get_write_concern.3
GEN doc/mongoc_gridfs_get_chunks.3
GEN doc/mongoc_collection_validate.3
GEN doc/mongoc_collection_destroy.3
GEN doc/mongoc_cursor_get_host.3
GEN doc/mongoc_stream_gridfs_t.3
GEN doc/mongoc_read_prefs_copy.3
GEN doc/mongoc_gridfs_file_writev.3
GEN doc/mongoc_socket_accept.3
GEN doc/mongoc_gridfs_file_get_length.3
GEN doc/mongoc_uri_copy.3
GEN doc/mongoc_insert_flags_t.3
GEN doc/mongoc_socket_destroy.3
GEN doc/mongoc_matcher_destroy.3
GEN doc/mongoc_socket_getsockname.3
GEN doc/mongoc_cursor_current.3
GEN doc/mongoc_reply_flags_t.3
GEN doc/mongoc_collection_drop.3
GEN doc/mongoc_client_get_max_message_size.3
GEN doc/mongoc_index_opt_init.3
GEN doc/mongoc_client_set_stream_initiator.3
GEN doc/mongoc_socket_send.3
GEN doc/mongoc_stream_get_base_stream.3
GEN doc/mongoc_client_pool_push.3
GEN doc/mongoc_collection_insert.3
GEN doc/mongoc_gridfs_file_get_upload_date.3
GEN doc/mongoc_uri_new_for_host_port.3
GEN doc/mongoc_stream_buffered_t.3
GEN doc/mongoc_uri_destroy.3
GEN doc/mongoc_collection_create_index.3
GEN doc/mongoc_collection_aggregate.3
GEN doc/mongoc_socket_setsockopt.3
GEN doc/mongoc_client_new_from_uri.3
GEN doc/mongoc_stream_tls_t.3
GEN doc/mongoc_client_get_max_bson_size.3
GEN doc/mongoc_gridfs_find_one.3
GEN doc/mongoc_write_concern_set_fsync.3
GEN doc/mongoc_client_set_ssl_opts.3
GEN doc/mongoc_client_get_write_concern.3
GEN doc/mongoc_delete_flags_t.3
GEN doc/mongoc_collection_keys_to_index_string.3
GEN doc/mongoc_socket_connect.3
GEN doc/mongoc_write_concern_copy.3
GEN doc/mongoc_stream_file_t.3
GEN doc/mongoc_gridfs_file_list_destroy.3
GEN doc/mongoc_socket_recv.3
GEN doc/mongoc_client_pool_pop.3
libtool: finish: PATH="/home/tbrock/.virtualenvs/mongo/bin:/home/tbrock/.gem/ruby/2.1.0/bin:/usr/local/heroku/bin:/home/tbrock/.rbenv/shims:/home/tbrock/.rbenv/bin:/usr/lib/colorgcc/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/npm/bin:/home/tbrock/Code/mongo:/sbin" ldconfig -n /home/tbrock/mantest/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/tbrock/mantest/lib
If you ever happen to want to link against installed libraries
GEN doc/mongoc_collection_drop_index.3
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
GEN doc/mongoc_write_concern_get_wmajority.3
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
GEN doc/mongoc_gridfs_file_get_chunk_size.3
GEN doc/mongoc_gridfs_file_set_md5.3
GEN doc/mongoc_database_command.3
GEN doc/mongoc_read_prefs_destroy.3
GEN doc/mongoc_socket_t.3
GEN doc/mongoc_matcher_t.3
GEN doc/mongoc_write_concern_get_wtag.3
GEN doc/mongoc_collection_remove.3
GEN doc/mongoc_ssl_opt_get_default.3
GEN doc/mongoc_write_concern_get_journal.3
GEN doc/mongoc_client_set_read_prefs.3
GEN doc/mongoc_write_concern_set_wtag.3
GEN doc/mongoc_uri_get_ssl.3
GEN doc/mongoc_remove_flags_t.3
GEN doc/mongoc_database_destroy.3
GEN doc/mongoc_read_mode_t.3
GEN doc/mongoc_gridfs_file_save.3
GEN doc/mongoc_collection_ensure_index.3
GEN doc/mongoc_gridfs_destroy.3
GEN doc/mongoc_write_concern_set_w.3
GEN doc/mongoc_stream_socket_get_socket.3
GEN doc/mongoc_gridfs_find.3
GEN doc/mongoc_gridfs_file_get_aliases.3
GEN doc/mongoc_bulk_operation_execute.3
GEN doc/mongoc_ssl_opt_t.3
GEN doc/mongoc_database_add_user.3
GEN doc/mongoc_client_pool_try_pop.3
GEN doc/mongoc_read_prefs_is_valid.3
GEN doc/mongoc_gridfs_file_list_next.3
GEN doc/mongoc_index_opt_get_default.3
GEN doc/mongoc_write_concern_get_fsync.3
GEN doc/mongoc_database_get_collection.3
GEN doc/mongoc_database_has_collection.3
GEN doc/mongoc_database_set_write_concern.3
GEN doc/mongoc_gridfs_t.3
GEN doc/mongoc_gridfs_drop.3
GEN doc/mongoc_uri_get_database.3
GEN doc/mongoc_collection_t.3
GEN doc/mongoc_stream_close.3
GEN doc/mongoc_uri_get_read_prefs.3
GEN doc/mongoc_client_get_collection.3
GEN doc/mongoc_gridfs_file_destroy.3
GEN doc/mongoc_collection_stats.3
GEN doc/mongoc_index_opt_t.3
GEN doc/mongoc_client_command.3
GEN doc/mongoc_socket_getnameinfo.3
GEN doc/mongoc_uri_get_hosts.3
GEN doc/mongoc_stream_cork.3
GEN doc/mongoc_matcher_match.3
GEN doc/mongoc_read_prefs_set_tags.3
GEN doc/mongoc_gridfs_file_list_t.3
GEN doc/mongoc_uri_t.3
GEN doc/mongoc_stream_destroy.3
GEN doc/mongoc_stream_read.3
GEN doc/mongoc_client_pool_new.3
GEN doc/mongoc_gridfs_create_file_from_stream.3
GEN doc/mongoc_write_concern_destroy.3
GEN doc/mongoc_client_destroy.3
GEN doc/mongoc_read_prefs_get_mode.3
GEN doc/mongoc_gridfs_file_tell.3
GEN doc/mongoc_gridfs_file_get_filename.3
GEN doc/mongoc_uri_get_string.3
GEN doc/mongoc_cursor_more.3
GEN doc/mongoc_iovec_t.3
GEN doc/mongoc_cursor_is_alive.3
GEN doc/mongoc_client_get_gridfs.3
GEN doc/mongoc_client_command_simple.3
GEN doc/mongoc_write_concern_new.3
GEN doc/mongoc_cleanup.3
GEN doc/mongoc_database_get_read_prefs.3
GEN doc/mongoc_gridfs_find_one_by_filename.3
GEN doc/mongoc_cursor_error.3
GEN doc/mongoc_gridfs_file_get_content_type.3
GEN doc/mongoc_bulk_operation_delete.3
GEN doc/mongoc_client_set_write_concern.3
GEN doc/mongoc_gridfs_file_set_metadata.3
GEN doc/mongoc_database_remove_all_users.3
GEN doc/mongoc_read_prefs_add_tag.3
GEN doc/mongoc_client_get_uri.3
GEN doc/mongoc_collection_update.3
GEN doc/mongoc_collection_command_simple.3
GEN doc/mongoc_uri_new.3
GEN doc/mongoc_socket_new.3
GEN doc/mongoc_read_prefs_t.3
GEN doc/mongoc_socket_sendv.3
GEN doc/mongoc_database_remove_user.3
GEN doc/mongoc_database_t.3
GEN doc/mongoc_database_drop.3
GEN doc/mongoc_database_create_collection.3
GEN doc/mongoc_stream_file_new_for_path.3
GEN doc/mongoc_query_flags_t.3
GEN doc/mongoc_stream_socket_new.3
GEN doc/mongoc_bulk_operation_destroy.3
GEN doc/mongoc_collection_count.3
GEN doc/mongoc_client_get_server_status.3
GEN doc/mongoc_gridfs_file_readv.3
GEN doc/mongoc_database_get_name.3
GEN doc/mongoc_bulk_operation_remove_one.3
GEN doc/mongoc_read_prefs_get_tags.3
GEN doc/mongoc_collection_save.3
GEN doc/mongoc_write_concern_get_wtimeout.3
GEN doc/mongoc_client_get_database_names.3
GEN doc/mongoc_stream_buffered_new.3
GEN doc/mongoc_stream_uncork.3
GEN doc/mongoc_collection_create_bulk_operation.3
GEN doc/mongoc_uri_get_password.3
GEN doc/mongoc_bulk_operation_t.3
GEN doc/mongoc_client_pool_set_ssl_opts.3
GEN doc/mongoc_stream_readv.3
GEN doc/mongoc_write_concern_set_wtimeout.3
GEN doc/mongoc_collection_delete.3
GEN doc/mongoc_collection_rename.3
GEN doc/mongoc_stream_file_new.3
GEN doc/mongoc_stream_tls_new.3
GEN doc/mongoc_collection_get_last_error.3
GEN doc/mongoc_uri_get_username.3
GEN doc/mongoc_gridfs_file_list_error.3
GEN doc/mongoc_init.3
GEN doc/mongoc_cursor_next.3
GEN doc/mongoc_gridfs_file_set_filename.3
GEN doc/mongoc_stream_tls_check_cert.3
GEN doc/mongoc_socket_bind.3
GEN doc/mongoc_gridfs_file_opt_t.3
GEN doc/mongoc_version.3
GEN doc/mongoc_gridfs_file_error.3
GEN doc/mongoc_read_prefs_set_mode.3
GEN doc/mongoc_gridfs_file_get_metadata.3
GEN doc/mongoc_uri_get_auth_mechanism.3
GEN doc/mongoc_collection_insert_bulk.3
GEN doc/mongoc_collection_find.3
GEN doc/mongoc_collection_get_read_prefs.3
GEN doc/mongoc_cursor_t.3
GEN doc/mongoc_bulk_operation_update.3
GEN doc/mongoc_database_set_read_prefs.3
GEN doc/mongoc_gridfs_file_set_content_type.3
/usr/bin/mkdir -p '/home/tbrock/mantest/bin'
/usr/bin/mkdir -p '/home/tbrock/mantest/share/doc/mongo-c-driver'
/usr/bin/mkdir -p '/home/tbrock/mantest/lib/pkgconfig'
/usr/bin/install -c -m 644 COPYING NEWS README.rst '/home/tbrock/mantest/share/doc/mongo-c-driver'
/bin/sh ./libtool --mode=install /usr/bin/install -c mongoc-stat '/home/tbrock/mantest/bin'
/usr/bin/install -c -m 644 ./src/libmongoc-1.0.pc ./src/libmongoc-priv.pc ./src/libmongoc-ssl-1.0.pc '/home/tbrock/mantest/lib/pkgconfig'
/usr/bin/mkdir -p '/home/tbrock/mantest/share/man/man3'
libtool: install: /usr/bin/install -c .libs/mongoc-stat /home/tbrock/mantest/bin/mongoc-stat
/usr/bin/install -c -m 644 ./doc/mongoc_stream_gridfs_t.3 ./doc/mongoc_socket_getnameinfo.3 ./doc/mongoc_cursor_next.3 ./doc/mongoc_uri_get_database.3 ./doc/mongoc_matcher_destroy.3 ./doc/mongoc_gridfs_file_readv.3 ./doc/mongoc_stream_close.3 ./doc/mongoc_read_prefs_get_tags.3 ./doc/mongoc_client_pool_set_ssl_opts.3 ./doc/mongoc_client_command_simple.3 ./doc/mongoc_gridfs_file_set_filename.3 ./doc/mongoc_uri_get_auth_mechanism.3 ./doc/mongoc_client_get_write_concern.3 ./doc/mongoc_init.3 ./doc/mongoc_collection_get_last_error.3 ./doc/mongoc_stream_buffered_t.3 ./doc/mongoc_socket_setsockopt.3 ./doc/mongoc_collection_create_index.3 ./doc/mongoc_collection_set_write_concern.3 ./doc/mongoc_client_set_ssl_opts.3 ./doc/mongoc_gridfs_find_one.3 ./doc/mongoc_uri_get_replica_set.3 ./doc/mongoc_write_concern_set_wtimeout.3 ./doc/mongoc_gridfs_file_list_destroy.3 ./doc/mongoc_client_pool_pop.3 ./doc/mongoc_collection_drop_index.3 ./doc/mongoc_ssl_opt_get_default.3 ./doc/mongoc_collection_rename.3 ./doc/mongoc_read_prefs_destroy.3 ./doc/mongoc_read_mode_t.3 ./doc/mongoc_collection_get_read_prefs.3 ./doc/mongoc_index_opt_get_default.3 ./doc/mongoc_database_set_write_concern.3 ./doc/mongoc_gridfs_drop.3 ./doc/mongoc_uri_get_read_prefs.3 ./doc/mongoc_stream_cork.3 ./doc/mongoc_stream_destroy.3 ./doc/mongoc_client_pool_new.3 ./doc/mongoc_stream_file_new.3 ./doc/mongoc_database_get_collection_names.3 '/home/tbrock/mantest/share/man/man3'
/usr/bin/install: cannot stat ‘./doc/mongoc_stream_gridfs_t.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_socket_getnameinfo.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_cursor_next.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_uri_get_database.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_matcher_destroy.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_gridfs_file_readv.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_stream_close.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_read_prefs_get_tags.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_client_pool_set_ssl_opts.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_client_command_simple.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_gridfs_file_set_filename.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_uri_get_auth_mechanism.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_client_get_write_concern.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_init.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_collection_get_last_error.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_stream_buffered_t.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_socket_setsockopt.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_collection_create_index.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_collection_set_write_concern.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_client_set_ssl_opts.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_gridfs_find_one.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_uri_get_replica_set.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_write_concern_set_wtimeout.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_gridfs_file_list_destroy.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_client_pool_pop.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_collection_drop_index.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_ssl_opt_get_default.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_collection_rename.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_read_prefs_destroy.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_read_mode_t.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_collection_get_read_prefs.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_index_opt_get_default.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_database_set_write_concern.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_gridfs_drop.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_uri_get_read_prefs.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_stream_cork.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_stream_destroy.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_client_pool_new.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_stream_file_new.3’: No such file or directory
/usr/bin/install: cannot stat ‘./doc/mongoc_database_get_collection_names.3’: No such file or directory
Makefile:3415: recipe for target 'install-man3' failed
make[2]: *** [install-man3] Error 1
make[2]: Leaving directory '/home/tbrock/Code/mongo-c-driver'
Makefile:3834: recipe for target 'install-am' failed
make[1]: *** [install-am] Error 2
make[1]: Leaving directory '/home/tbrock/Code/mongo-c-driver'
Makefile:3528: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment