Re: Please help me with linking libraries on Solaris 10 sparc

2008-05-01 Thread idev
On May 1, 11:41 am, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > Martin, could you please tell me how to do this, I am pretty new in > > Solaris. > > It's fairly complicated, so I'm not sure I can give you the full > tutorial in a Usenet message. > > In essence, you need to spot the linker line

Re: Please help me with linking libraries on Solaris 10 sparc

2008-05-01 Thread Martin v. Löwis
> Martin, could you please tell me how to do this, I am pretty new in > Solaris. It's fairly complicated, so I'm not sure I can give you the full tutorial in a Usenet message. In essence, you need to spot the linker line in the build process, (e.g. by the -o option to the compiler), and add -lm t

Re: Please help me with linking libraries on Solaris 10 sparc

2008-05-01 Thread idev
On May 1, 10:30 am, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > lib/python/site-packages/psycopg2/_psycopg.so: symbol round: > > referenced symbol not found > > You need to link _psycopg.so with the math library, -lm. > > Regards, > Martin Martin, could you please tell me how to do this, I am

Re: Please help me with linking libraries on Solaris 10 sparc

2008-05-01 Thread idev
On May 1, 10:17 am, Ralf Schönian <[EMAIL PROTECTED]> wrote: > idev schrieb: > > > > > Hi all, > > Please help me with my stuff. > > > I downloaded python 2.5.1 package fromhttp://blastwave.orgit was > > compiled using Sun Studio 11 for Solaris 8 sparc. > > > My system is Solaris 10 sparc and I com

Re: Please help me with linking libraries on Solaris 10 sparc

2008-05-01 Thread Martin v. Löwis
> lib/python/site-packages/psycopg2/_psycopg.so: symbol round: > referenced symbol not found You need to link _psycopg.so with the math library, -lm. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Re: Please help me with linking libraries on Solaris 10 sparc

2008-05-01 Thread Ralf Schönian
idev schrieb: Hi all, Please help me with my stuff. I downloaded python 2.5.1 package from http://blastwave.org it was compiled using Sun Studio 11 for Solaris 8 sparc. My system is Solaris 10 sparc and I compiled using SunStudio 11 psycopg2 python binding for PostgreSQL 8.3.1. Compilation was

Please help me with linking libraries on Solaris 10 sparc

2008-05-01 Thread idev
Hi all, Please help me with my stuff. I downloaded python 2.5.1 package from http://blastwave.org it was compiled using Sun Studio 11 for Solaris 8 sparc. My system is Solaris 10 sparc and I compiled using SunStudio 11 psycopg2 python binding for PostgreSQL 8.3.1. Compilation was OK, but when I