Re: Preparing new lib files

2004-01-30 Thread Leif Johnston
PROTECTED] To: Leif Johnston [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, January 29, 2004 10:15 PM Subject: Re: Preparing new lib files In the last episode (Jan 29), Leif Johnston said: I have been having trouble under ming, cygwin and Linux all for different

Re: mysqlclient.lib and missing references

2004-01-30 Thread Leif Johnston
: Frame Function Args 0022FCC8 10006C12 (0022FCD8, 6105E8AB, , ) End of stack trace - Original Message - From: Fabrice Marchal [EMAIL PROTECTED] To: Leif Johnston [EMAIL PROTECTED] Sent: Friday, January 30, 2004 9:04 AM Subject: Re: mysqlclient.lib and missing

Segmentation Fault/Core dump

2004-01-30 Thread Leif Johnston
Any thoughts on what might be causing this error? I am runing both on cygwin under windows 2000 with 4.0.16 and using gcc to compile, linking using gcc sample.c -o sample.exe -I/usr/include/mysql -L/lib/mysql/opt/ -lmysqlclient -lmySQL -lz -lm I assume that something in the libraries may not

Preparing new lib files

2004-01-29 Thread Leif Johnston
I have been having trouble under ming, cygwin and Linux all for different reasons and all because some of my libs don't address everything. I downloaded the linux distribution and found all the lib files stored as .a files. How do I turn them into libs and can I use the same libs on windows