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

Threaded View

  1. #18
    Join Date
    Feb 2009
    Posts
    201

    Re: MySQL Connector C++ "linker" error.

    Thanks for reply. I was not given a specific line where the error is from. But I will go check the documentation for a debug compiler, thanks!

    Okay I've installed the g++ Debug. (apt-get install gdb) and compiled my program with an adionnally paramenter(-g).

    Code:
    This GDB was configured as "x86_64-linux-gnu"...
    (gdb) run
    Starting program: hw
    [Thread debugging using libthread_db enabled]
    Could not open /proc/25899/status
    Could not open /proc/25899/status seems to be the problem and that is ... something about stats..

    I've set a breakpoint at the initailization of the program(about line 1) and it throws me that error or incase I skip to the next error it's just something about a function..(Cannot find bounds of current function).

    This line is the problem.
    Code:
    driver = get_driver_instance();
    Last edited by realchamp; October 20th, 2010 at 06:32 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