CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Oct 2007
    Posts
    34

    Linker Error Help

    Hi Everyone,
    In general what is the following linker error indicating?

    /app/lib/libXyz.so: undefined reference to `some_symbol'

    Using g++ compiler on Linux.

    I get multiple of these all with the same .so file but different undefined reference to part.

    I need help understanding the general meaning of this and maybe a link to something expalining the Linux build process.

    Thanks.
    Last edited by Yadrif; February 4th, 2009 at 08:35 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured