Re: Build runs into problems with sybasect extension

SĂ©bastien SablĂ© <[email protected]> Wed, 14 Feb 2007 17:05:26 +0100
Newsgroups gmane.comp.python.sybase
Message-ID <[email protected]>
Hi John,

I don't have a windows environment to test python-sybase for the moment.=20
I will try to install that in coming weeks.

The following line in your log looks suspicious:
 > -llibblk -llibct -llibcs -lpython25 -lmsvcr71 -o

It should probably be something like:
 > -lblk -lct -lcs -lpython25 -lmsvcr71 -o

you should modify the setup.py file - line 76:

     syb_libs =3D ['libblk', 'libct', 'libcs']
into:
     syb_libs =3D ['blk', 'ct', 'cs']

I suppose the script was made for compilation with visual studio rather=20
than mingw32?

I should be able to provide a clean fix when I will have a windows=20
environment with sybase.

regards

--
S=E9bastien Sabl=E9