> -----Original Message-----
> From: Sinisa Milivojevic [mailto:[EMAIL PROTECTED]]
> Sent: 29 March 2001 14:56
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: MySQL++ Compile / link problems on freebsd
>
>
> Sander Pilon writes:
>  > I'm getting a whole lot of mysql++ link problems on freebsd :/
>  >
>  > Used gcc 2.95.3, latest mysql++
>  >
>  > The program links fine under linux & win32.
>  >
>  > Any idea's?
>  >
>  >
>
> [ ... ]
>
> ../database/modules/libmodules.a(BConfigModuleMySQL.o)(.text+0xc98): more
>  > undefined references to `ostream & operator<<<basic_string<char,
>  > string_char_traits<char>, __default_alloc_template<true, 0> >
> >(quote_type1,
>  > basic_string<char, string_char_traits<char>,
> __default_alloc_template<true,
>  > 0> > const &)' follow
>  >
>
> HI!
>
> I must admit I have not tried gcc 2.95.3.
>
> Please check whether connection.o is included in the library. Also try
> using static version of the library.
>
>
> Regards,
>
> Sinisa
>

connection.o is included, and static version ( /usr/local/lib/libsqlplus.a )
gives the same results.

The weird thing is that not all objects give unresolved errors, and that the
examples compile fine.

-S


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to