1 message in com.mysql.lists.perlIs there a way for OSR 5.0.X to add t...
FromSent OnAttachments
Boyd Lynn Gerber23 Nov 2001 14:23 
Subject:Is there a way for OSR 5.0.X to add the -lgthreads automatically?
From:Boyd Lynn Gerber (gerb@zenez.com)
Date:11/23/2001 02:23:56 PM
List:com.mysql.lists.perl

I have this on a FAQ for SCO OSR 5.0.X but it seems that people are not following it.

You need to cd to the mysql and edit the Makefile add -lgthreads to these two below.

EXTRALIBS = -L/usr/local/mysql/lib/mysql -lgthreads -lmysqlclient -lm -lz -L/usr/local/gcc-2.95.3/lib/gcc-lib/i386-pc-sco3.2v5.0.6/2.95.3 -lgcc LDLOADLIBS = -L/usr/local/mysql/lib/mysql -lgthreads -lmysqlclient -lm -lz -L/usr/local/gcc-2.95.3/lib/gcc-lib/i386-pc-sco3.2v5.0.6/2.95.3 -lgcc

Is there a way to automate this when people do a "perl Makefile.PL"

The configure.in test is...

case "$target_os" in sco3.2v5*)

Thanks,