Re: Anjuta C++ Project problems

From: TreeBoy (debian-user_at_petethetree.co.uk)
Date: 01/30/05

  • Next message: Ron Johnson: "Re: howto write permission"
    To: debian-user@lists.debian.org
    Date: Sun, 30 Jan 2005 16:40:54 +0000
    
    

    On Sunday 30 Jan 2005 13:53, Micha Feigin wrote:
    >
    > Looks like you are not linking against the needed libraries. The errors
    > now are about undefined symbols in the objects (link time), not at compile
    > time.
    >
    > I'm just guessing here as I don't work with gnome or glade, but from
    > glade's dependencies and the unresolved names you probably need to add
    > -Lglib-2.0 -Lgtk-x11-2.0
    >

    Thanks for the tips.

    I've now added gtkmm-2.0 and gnomeuimm-2.0 which gets rid of most the symbols
    problems but I cannot find out which library contains
    "Gnome::Bonobo::wrap_init()"

    Is there a tool that I can use on my machine that will show me which library
    contains such a thing, or is there a website ?

    I should really like something like "ldconfig -p" but which shows the public
    functions....

    Thanks again for your kind assistance.

    Regards,
    TreeBoy

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Ron Johnson: "Re: howto write permission"

    Relevant Pages

    • Re: static library and dynamic library
      ... Also the code of the library will load into the program. ... yeah, at link time, all the code and data from the library goes into the binary, which is part of why using lots of static libs tends to produce large binaries... ... so, the loader will also grab the libraries, and resolve the addresses to the addresses in the library. ... in windows, however, DLLs are typically fixed-address to allow sharing. ...
      (comp.lang.c)
    • Re: Alternate file types for RUN ?
      ... resolved at link time and the image will just branch to specific ... executable EXE. ... Static linking is a concept practically unknown on VMS. ... I have many applications that link against OLB libraries. ...
      (comp.os.vms)
    • SUMMARY: _F64_stat symbol missing
      ... Problem arises at link time when trying to link to _F64_stat and _F64_fstat ... library needs to be built on V4.0 or you need to upgrade to V5.1. ... As in this case your libraries reference symbols that exist ... I would contact cisco and ask them for 4.0 compiled libraries. ...
      (Tru64-UNIX-Managers)
    • Re: Shared objects
      ... Depending on the file type, ... to that of using function pointers: If you know the function name ... libraries: If you know the library name at link time you just ...
      (comp.unix.programmer)
    • Re: Should shared _r libraries depend on threading library?
      ... library has undefined symbols is it broken or not? ... Most libraries linux are ... Then subsql program links against libgigabase_r.so successfully: ...
      (comp.programming.threads)