10 messages in com.mysql.lists.plusplusRe: MySQL++ Compile / link problems o...
FromSent OnAttachments
dick cao26 Mar 2001 17:59 
Johann Gunnar Oskarsson28 Mar 2001 05:19.cc
Sander Pilon29 Mar 2001 04:10 
Sinisa Milivojevic29 Mar 2001 04:55 
Sander Pilon29 Mar 2001 05:38 
Miklos Niedermayer29 Mar 2001 09:23 
Sander Pilon31 Mar 2001 04:48 
Sinisa Milivojevic31 Mar 2001 04:58 
Sander Pilon31 Mar 2001 06:10 
Miklos Niedermayer31 Mar 2001 23:43 
Subject:Re: MySQL++ Compile / link problems on freebsd
From:Miklos Niedermayer (mi@bsd.hu)
Date:03/29/2001 09:23:13 AM
List:com.mysql.lists.plusplus

Hi Sander!

On Thu, Mar 29, 2001 at 02:11:02PM +0200, Sander Pilon wrote:

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?

[...]

What version of FreeBSD are you currently using? I am the maintainer of the FreeBSD port of MySQL++ and it compiles for me just fine. I'm sure that you wasn't using our excellent Ports Collection when you got those awful error messages. ;)

Please do one of the following to install mysql++ under FreeBSD:

1) # (cvsup your Ports tree, in case it's outdated) # cd /usr/ports/databases/mysql++ # make install

or

2) # pkg_add ftp://${your_freebsd_mirror}/pub/FreeBSD/ports/i386/ /packages-stable/All/mysql-1.7.8.tgz or /packages-current/All/mysql-1.7.8.tgz

Method (1) is more preferred, you know.

Hope this helps. Good luck!

Miklos