search for: dependency_libs

Displaying 13 results from an estimated 13 matches for "dependency_libs".

2014 Jan 21
1
Re: remove non-portable chmod from libtool-kill-dependency_libs.sh (#10)
Attaching the patch to the mailing list. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
2006 Jan 13
1
xapian-config --libs outputs libstdc++.la as a dependency
...libraries. Something like: -L/usr/i686-pc-linux-gnu/bin -L/usr/i686-pc-linux-gnu/lib \ /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libstdc++.la As recoll is linked with g++, this generates an error (I guess it might work if libtool was used?). The libstdc++ data seems to come from libxapian.la ('dependency_libs' variable). I don't see this happening on any on my systems (FreeBSD, Solaris, Redhat 7.3, Fedora core 4), so I guess I'll have to install gentoo somewhere to look into this, except if someone here can tell me what goes wrong and what I could do about it. I am pasting a libxapian.la (...
2014 Oct 28
2
Re: some compile errors
On Tue, Oct 28, 2014 at 11:22:47PM +0800, Zhi Yong Wu wrote: > HI, Richard > > Can you know what is missing when the following issue took place? > > #gcc mount-local.c -o mount-local -lguestfs > /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libguestfs.so: > undefined reference to `guestfs__internal_test_rconstoptstring' >
2013 Oct 17
4
Notes on getting libguestfs to work on Mac OS X
Supplied by Pene on IRC who got libguestfs to compile and run on Mac OS X 10.9 with qemu 1.6.0. My notes in [] below. Rich. libguestfs on Mac OS X, recipe so far: -------------------------------------- - libtool-kill-dependency_libs.sh: replace chmod --reference="$output.tmp" "$output" -> chmod `stat -f "%p" "$output.tmp"` "$output" - src/proto.c: replace if (!(*xdrp) (&xdr, args)) -> if (!(*xdrp) (&xdr, args, 0)) - src/proto.c: replace if (xdrp && ret &a...
2013 Oct 17
2
Re: Notes on getting libguestfs to work on Mac OS X
...---- - install osxfuse, download from: http://osxfuse.github.io - install some dependencies using macports: sudo port install qemu cdrtools pcre augeas - extract appliance to /usr/local/lib/guestfs/, download from: http://libguestfs.org/download/binaries/appliance/ patches: -------- - libtool-kill-dependency_libs.sh: replace - chmod --reference="$output.tmp" "$output" -> chmod `stat -f "%p" "$output.tmp"` "$output" - src/proto.c: replace - if (!(*xdrp) (&xdr, args)) -> if (!(*xdrp) (&xdr, args, 0)) - src/proto.c: replace - if (xdrp &&...
2010 Oct 20
1
undefined reference when linking against libresolv
...UpLog] Error 1 make[1]: Leaving directory `/tmp/UpTools-8.5.3' make: *** [check-am] Error 2 library.la file contains: dlname='libUpTools.so.0' library_names='libUpTools.so.0.0.0 libUpTools.so.0 libUpTools.so' old_library='libUpTools.a' inherited_linker_flags='' dependency_libs=' -L/usr/lib64 -L/lib64 -L/usr/lib64/mysql -lpq -lmysqlclient -lssl -lpthread' weak_library_names='' current=0 age=0 revision=0 installed=no shouldnotlink=no dlopen='' dlpreopen='' libdir='/usr/lib' You can read my files on pastebin.com *configure.ac http...
2012 Jan 22
1
Compile failure
...' ./.libs/libguestfs-gobject-1.0.so: undefined reference to `guestfs_test0_argv' ./.libs/libguestfs-gobject-1.0.so: undefined reference to `guestfs_test0rbufferout' collect2: ld returned 1 exit status linking of temporary binary failed: Command '['bash', '../libtool-kill-dependency_libs.sh', '../libtool', '--mode=link', '--tag=CC', '--silent', 'gcc', '-o', '/work/git/libguestfs/gobject/tmp-introspect_tAaLT/Guestfs-1.0', '-export-dynamic', '-L.', 'libguestfs-gobject-1.0.la', '-pthread', '...
2014 Oct 28
0
Re: some compile errors
Can you let me know how those functions are populated? or where they are from? It is not from a regular libguestfs version, i cut down some directories based on my requirement. #ls autogen.sh build-aux daemon gnulib libtool-kill-dependency_libs.sh maint.mk README subdir-rules.mk bootstrap configure.ac generator m4 Makefile.am src On Tue, Oct 28, 2014 at 11:29 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Tue, Oct 28, 2014 at 11:22:47PM +0800, Zhi Yong Wu wrote: >> HI, Richard >> >> Can you...
2013 Apr 24
12
[PATCH 00/12] Various patches for fixing separated builds.
This just fixes 'make'. 'make check' is still broken. Further patches for that to follow tomorrow. Rich.
2014 Feb 25
12
[PATCH 0/8] virt-builder: use .conf files for configuration
Hi, attached there is a serie of patches that completes the work on making virt-builder use .conf files, shipped in XDG directories, to configure all the available sources of indexes used. This also removes the hardcoded default location, replaced now with a configuration file (which may be not used at all). Thanks, Pino Toscano (8): builder: allow "no key" as key in Sigchecker
2015 Oct 29
16
[PATCH 00/16] Refactoring of configure.ac and guestfs.pod
Two (not related to each other) refactorings: Patches 1-12 split configure.ac into smaller files using the m4_include mechanism. Patches 13-15 split out parts of guestfs.pod (ie. guestfs(3)) into three new manual pages: guestfs-hacking(3) - how to extend and contribute to libguestfs guestfs-internals(3) - architecture and internals guestfs-security(3) - security and CVEs Patch 16 is a
2014 May 29
3
Re: libguestfs error
Here's the output of configure.... sudo ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables...
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...eletion(-) create mode 100644 logo/fish-10yrs.png create mode 100644 logo/fish-10yrs.svg create mode 100644 website/fish-10yrs.svg diff --git a/Makefile.am b/Makefile.am index 15ff7f873008..4a819726a485 100644 --- a/Makefile.am +++ b/Makefile.am @@ -234,6 +234,7 @@ EXTRA_DIST = \ libtool-kill-dependency_libs.sh \ logo/fish.svg logo/fish.png \ logo/fish-5yrs.svg logo/fish-5yrs.png \ + logo/fish-10yrs.svg logo/fish-10yrs.png \ logo/virt-builder.svg \ m4/.gitignore \ ocaml-link.sh \ @@ -255,6 +256,7 @@ EXTRA_DIST = \ website/easytoread.css \ website/feed.css \ website/fish-5yrs.svg \ + web...