19 messages in com.mysql.lists.plusplusRe: Link errors with resetdb example ...
FromSent OnAttachments
Dale Smith08 Jun 2005 12:20 
Chris Frey08 Jun 2005 13:22 
Dale Smith08 Jun 2005 13:31 
Chris Frey08 Jun 2005 13:44 
Dale Smith08 Jun 2005 14:00 
Dale Smith08 Jun 2005 14:23 
Chris Frey08 Jun 2005 16:38 
Warren Young09 Jun 2005 07:28 
Dale Smith09 Jun 2005 07:31 
Dale Smith10 Jun 2005 12:03 
Warren Young10 Jun 2005 13:10 
Dale Smith10 Jun 2005 13:26 
Warren Young10 Jun 2005 14:31 
Chris Frey12 Jun 2005 02:19 
Dale Smith13 Jun 2005 07:40 
Dale Smith13 Jun 2005 08:25 
Warren Young13 Jun 2005 12:45 
Chris Frey13 Jun 2005 20:24 
Warren Young14 Jun 2005 11:30 
Subject:Re: Link errors with resetdb example program
From:Chris Frey (cdf@netdirect.ca)
Date:06/08/2005 01:22:32 PM
List:com.mysql.lists.plusplus

On Wed, Jun 08, 2005 at 03:20:27PM -0400, Dale Smith wrote:

Hi there,

I was able to compile MySQL++ just fine after hacking Makefile to remove compiling examples, but see below for the error I got. I have the following link problems when trying the examples:

Without the special hack, do you get the same errors when compiling the examples normally?

Can you compile and run a simple C++ example like:

#include <iostream> int main() { std::cout << "hello world" << std::endl; }

Just wondering if there is something more seriously wrong with your system in general.

And what kind of system is it? :-) Linux? Version? Version of mysql++? Version of mysql?

- Chris