RE: MySQL++ Compile / link problems on freebsd

2001-03-31 Thread Sinisa Milivojevic
Sander Pilon writes: > > > FreeBSD 4.2, stable. > > But I rewrote mysql++ (at least, the functionality I was using) so that the > same build compiled on linux, win32, and freebsd, ditched all the stream > stuff (but kept the cool query << operator), ditched all templates (still > can't

RE: MySQL++ Compile / link problems on freebsd

2001-03-31 Thread Sander Pilon
> > 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

Re: MySQL++ Compile / link problems on freebsd

2001-03-29 Thread Miklos Niedermayer
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 u

RE: MySQL++ Compile / link problems on freebsd

2001-03-29 Thread Sander Pilon
> -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: >

Re: MySQL++ Compile / link problems on freebsd

2001-03-29 Thread Sinisa Milivojevic
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? > > > g++-L/usr/local/lib/mysql -L/usr/local/lib -L/usr/lib -pthread -o bord > main.o BMain.

MySQL++ Compile / link problems on freebsd

2001-03-29 Thread Sander Pilon
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? g++-L/usr/local/lib/mysql -L/usr/local/lib -L/usr/lib -pthread -o bord main.o BMain.o options.o ../actioninterface/libactioninterface.a ..