Static Linking problem

Static Linking problem

am 29.10.2002 15:35:04 von Todd-D Jodoin

------_=_NextPart_001_01C27F57.C945F966
Content-Type: text/plain

Hi,

What's the proper syntax for statically linking the libmysqlclient.a
library?

ie. perl Makefile.PL --cflags=-I/home/mysql/include
--libs='/home/mysql/lib/mysql/libmysqlclient.a'

I've tried a number of variants but Makefile.PL seems to only accept the
dynamic syntax.

ie. --libs='-L/home/mysql/lib/mysql -lmysqlclient'

Thanks,


Todd Jodoin



------_=_NextPart_001_01C27F57.C945F966--