Trouble compiling C on OS X

2006-09-27 Thread Tyler McMullen
First off, I apologize for the fact that I'm not more versed in the inner workings of GCC and linking libraries and etc, I'm a web developer and I'm just using C to try to cut down on some speed problems. This is my little test program: #include #include #include #include "mysql.h" MYSQL mysq

Trouble compiling 5.0.4-beta with openssl

2005-05-07 Thread mark arquette
Hi. My attempts to compile mysql-5.0.4-beta on Solaris 9 (Sparc) fail when I run make with the following: if gcc -DMYSQL_INSTANCE_MANAGER -DMYSQL_SERVER -I. -I. -I../.. -I../../include -I../../include-O3 -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -

Trouble compiling 4.0.21 under amd64 Debian unstable

2004-10-04 Thread Pete Harlan
A heads-up and a call for advice for anyone compiling from source on Linux amd64: The latest Debian amd64 "unstable" upgrade of libc6-dev to version 2.3.2.ds1-17 broke compiling MySQL 4.0.21 from source using gcc-3.4. (Also breaks similarly with the default gcc for this platform, gcc-3.3.4.) Spec

trouble compiling

2003-10-02 Thread James Dennis
Hello, I am trying to compile MySQL 4.0.15a on a Solaris system. I am not having much luck and would appreciate some help. Here is the error and I will tell all information I can think of that might help: gcc -O3 -DDBUG_OFF -I/usr/local/openssl/include -I/usr/local/openssh/include -I/usr/l

Re: Trouble compiling 5.0

2003-09-03 Thread Daniel Kasak
Mark Matthews wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Spam Bait wrote: [snip] Does anyone have a link to some docs on the syntax for 'create procedure'? I checked on the net for PL/SQL syntax, and found some Oracle and Postgres examples, but none of them worked for me. Just a litt

Re: Trouble compiling 5.0

2003-08-30 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Spam Bait wrote: [snip] > Does anyone have a link to some docs on the syntax for 'create procedure'? > I checked on the net for PL/SQL syntax, and found some Oracle and > Postgres examples, but none of them worked for me. > > Just a little example? H

Re: Trouble compiling 5.0

2003-08-29 Thread Spam Bait
Mark Matthews wrote: [snip] On the same page, there's a note about requiring Bison-1.75 or newer to compile MySQL-4.1 (the same holds true for 5.0 as well). You can check what version you have by issuing 'bison --version' in your shell. Regards, -Mark - -- Mr. Mark Matthews MySQL AB, Software

Re: Trouble compiling 5.0

2003-08-29 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Spam Bait wrote: > Hi all. > > It's about time I tried out MySQL-5.0. I want to get comfortable with > the stored procedures so I'm ready to go when it's released. > > I'm running Gentoo ( current, of course ). > > I ran: > > export WANT_AUTOMAKE=1.5 >

Trouble compiling 5.0

2003-08-29 Thread Spam Bait
Hi all. It's about time I tried out MySQL-5.0. I want to get comfortable with the stored procedures so I'm ready to go when it's released. I'm running Gentoo ( current, of course ). I ran: export WANT_AUTOMAKE=1.5 export WANT_AUTOCONF_2_5=1 These are ( I think ) Gentoo-specific commands that m

Re: SV: Trouble compiling 3.23.49 on Redhat 6.2

2002-04-14 Thread Simon Byrnand
binary RPM's directly themselves, I'd far rather compile my own. (Also gives me the opertunity to customize it) I will try Troels by email though and see if he has any ideas on why I'm having trouble compiling. (Probably just a library I need to update or similar) Thanks Regards,

SV: Trouble compiling 3.23.49 on Redhat 6.2

2002-04-14 Thread Carsten Gehling
> Fra: Simon Byrnand [mailto:[EMAIL PROTECTED]] > Sendt: 15. april 2002 04:00 > I'm currently running MySQL 3.23.40 on Redhat 6.2 and its working nicely. > It was installed from binary RPM's. > > I'm not trying to update to 3.23.49, but because the binary RPM's > available > require GLIBC 2.2 (Re

Trouble compiling 3.23.49 on Redhat 6.2

2002-04-14 Thread Simon Byrnand
Hi All, I'm currently running MySQL 3.23.40 on Redhat 6.2 and its working nicely. It was installed from binary RPM's. I'm not trying to update to 3.23.49, but because the binary RPM's available require GLIBC 2.2 (Redhat 6.2 uses 2.1) I need to compile it from source or source RPM. I've "install